Color Hex Logo

#870568 Color Hex

#870568
(135,5,104)
0 Favorites   0 Comments

Color spaces of #870568

RGB 1355104
HSL0.870.930.27
HSV314°96°53°
CMYK 0.000.960.23   0.47
XYZ12.54466.258913.6436
Yxy6.25890.38660.1929
Hunter Lab25.017845.7236-14.8217
CIE-Lab30.056556.0520-20.6736

#870568 color RGB value is (135,5,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000101 01101000
Octal 207 5 150
Decimal 135 5 104
Hex 87 5 68

RGB Percentages of Color #870568

%55.33
%2.05
%42.62

CMYK Percentages of Color #870568

%0
%96
%23
%47

Triadic Colors of #870568

#870568 #688705 #056887

Analogous Colors of #870568

#870568 #870527 #650587

Monochromatic Colors of #870568

#870568

Complementary Color

#870568 #058724

#870568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870568 Color CSS Codes

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

#870568 Text Font Color

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

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


#870568 Background Color

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

This div background color is #870568


#870568 Border Color

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

This div border color is #870568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870568


Comments

No comments written yet.

Please login to write comment.