Color Hex Logo

#870c63 Color Hex

#870C63
(135,12,99)
2 Favorites   0 Comments

Color spaces of #870c63

RGB 1351299
HSL0.880.840.29
HSV318°91°53°
CMYK 0.000.910.27   0.47
XYZ12.37536.314712.3710
Yxy6.31470.39840.2033
Hunter Lab25.129143.9299-11.5980
CIE-Lab30.192954.3134-17.2245

#870c63 color RGB value is (135,12,99).

#870c63 hex color red value is 135, green value is 12 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #870c63 hue: 0.88 , saturation: 0.84 and the lightness value of 870c63 is 0.29.

The process color (four color CMYK) of #870c63 color hex is 0.00, 0.91, 0.27, 0.47. Web safe color of #870c63 is #990066. Color #870c63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001100 01100011
Octal 207 14 143
Decimal 135 12 99
Hex 87 C 63

RGB Percentages of Color #870c63

%54.88
%4.88
%40.24

CMYK Percentages of Color #870c63

%0
%91
%27
%47

Triadic Colors of #870c63

#870c63 #63870c #0c6387

Analogous Colors of #870c63

#870c63 #870c26 #6e0c87

Monochromatic Colors of #870c63

#870c63

Complementary Color

#870c63 #0c8730

#870c63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870c63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870c63 Color CSS Codes

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

#870c63 Text Font Color

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

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


#870c63 Background Color

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

This div background color is #870c63


#870c63 Border Color

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

This div border color is #870c63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,12,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #870c63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #870c63;
  -webkit-box-shadow: 1px 1px 3px 2px #870c63;
  box-shadow:         1px 1px 3px 2px #870c63; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870c63

#870c63 Color Palettes


Comments

No comments written yet.

Please login to write comment.