Color Hex Logo

#870566 Color Hex

#870566
(135,5,102)
0 Favorites   0 Comments

Color spaces of #870566

RGB 1355102
HSL0.880.930.27
HSV315°96°53°
CMYK 0.000.960.24   0.47
XYZ12.44426.218713.1148
Yxy6.21870.39160.1957
Hunter Lab24.937345.4346-13.7251
CIE-Lab29.957755.7970-19.5339

#870566 color RGB value is (135,5,102).

#870566 hex color red value is 135, green value is 5 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #870566 hue: 0.88 , saturation: 0.93 and the lightness value of 870566 is 0.27.

The process color (four color CMYK) of #870566 color hex is 0.00, 0.96, 0.24, 0.47. Web safe color of #870566 is #990066. Color #870566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000101 01100110
Octal 207 5 146
Decimal 135 5 102
Hex 87 5 66

RGB Percentages of Color #870566

%55.79
%2.07
%42.15

CMYK Percentages of Color #870566

%0
%96
%24
%47

Triadic Colors of #870566

#870566 #668705 #056687

Analogous Colors of #870566

#870566 #870525 #670587

Monochromatic Colors of #870566

#870566

Complementary Color

#870566 #058726

#870566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870566 Color CSS Codes

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

#870566 Text Font Color

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

This sample text font color is #870566
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.


#870566 Background Color

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

This div background color is #870566


#870566 Border Color

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

This div border color is #870566


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,5,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 #870566">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870566


Comments

No comments written yet.

Please login to write comment.