Color Hex Logo

#870668 Color Hex

#870668
(135,6,104)
0 Favorites   0 Comments

Color spaces of #870668

RGB 1356104
HSL0.870.910.28
HSV314°96°53°
CMYK 0.000.960.23   0.47
XYZ12.55556.280613.6472
Yxy6.28060.38650.1933
Hunter Lab25.061145.5706-14.7440
CIE-Lab30.109655.8966-20.5907

#870668 color RGB value is (135,6,104).

#870668 hex color red value is 135, green value is 6 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #870668 hue: 0.87 , saturation: 0.91 and the lightness value of 870668 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000110 01101000
Octal 207 6 150
Decimal 135 6 104
Hex 87 6 68

RGB Percentages of Color #870668

%55.10
%2.45
%42.45

CMYK Percentages of Color #870668

%0
%96
%23
%47

Triadic Colors of #870668

#870668 #688706 #066887

Analogous Colors of #870668

#870668 #870627 #660687

Monochromatic Colors of #870668

#870668

Complementary Color

#870668 #068725

#870668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870668 Color CSS Codes

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

#870668 Text Font Color

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

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


#870668 Background Color

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

This div background color is #870668


#870668 Border Color

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

This div border color is #870668


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,6,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870668


Comments

No comments written yet.

Please login to write comment.