Color Hex Logo

#843566 Color Hex

#843566
(132,53,102)
0 Favorites   0 Comments

Color spaces of #843566

RGB 13253102
HSL0.900.430.36
HSV323°60°52°
CMYK 0.000.600.23   0.48
XYZ13.18718.411013.4988
Yxy8.41100.37570.2397
Hunter Lab29.001730.4110-7.2952
CIE-Lab34.824639.7738-12.0974

#843566 color RGB value is (132,53,102).

#843566 hex color red value is 132, green value is 53 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #843566 hue: 0.90 , saturation: 0.43 and the lightness value of 843566 is 0.36.

The process color (four color CMYK) of #843566 color hex is 0.00, 0.60, 0.23, 0.48. Web safe color of #843566 is #993366. Color #843566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110101 01100110
Octal 204 65 146
Decimal 132 53 102
Hex 84 35 66

RGB Percentages of Color #843566

%45.99
%18.47
%35.54

CMYK Percentages of Color #843566

%0
%60
%23
%48

Triadic Colors of #843566

#843566 #668435 #356684

Analogous Colors of #843566

#843566 #84353f #7b3584

Monochromatic Colors of #843566

#843566

Complementary Color

#843566 #358453

#843566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843566 Color CSS Codes

.mybgcolor {background-color:#843566; } 
.myforecolor {color:#843566; }
.mybordercolor {border:3px solid #843566; }

#843566 Text Font Color

<p style="color:#843566">Text here</p>

This sample text font color is #843566
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#843566 Background Color

<div style="background-color:#843566">
Div content here</div>

This div background color is #843566


#843566 Border Color

<div style="border:3px solid #843566">
Div here</div>

This div border color is #843566


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,53,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843566; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843566;
  -webkit-box-shadow: 1px 1px 3px 2px #843566;
  box-shadow:         1px 1px 3px 2px #843566; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,53,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #843566">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #843566;
  -webkit-box-shadow: 1px 1px 3px 2px #843566;
  box-shadow:         1px 1px 3px 2px #843566;">
Div content here</div>

This div box has shadow with color #843566


Comments

No comments written yet.

Please login to write comment.