Color Hex Logo

#870cad Color Hex

#870CAD
(135,12,173)
0 Favorites   0 Comments

Color spaces of #870cad

RGB 13512173
HSL0.790.870.36
HSV286°93°68°
CMYK 0.220.930.00   0.32
XYZ17.66608.431040.2314
Yxy8.43100.26630.1271
Hunter Lab29.036257.7884-61.8246
CIE-Lab34.864866.0998-55.8173

#870cad color RGB value is (135,12,173).

#870cad hex color red value is 135, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #870cad hue: 0.79 , saturation: 0.87 and the lightness value of 870cad is 0.36.

The process color (four color CMYK) of #870cad color hex is 0.22, 0.93, 0.00, 0.32. Web safe color of #870cad is #990099. Color #870cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001100 10101101
Octal 207 14 255
Decimal 135 12 173
Hex 87 C AD

RGB Percentages of Color #870cad

%42.19
%3.75
%54.06

CMYK Percentages of Color #870cad

%22
%93
%0
%32

Triadic Colors of #870cad

#870cad #ad870c #0cad87

Analogous Colors of #870cad

#870cad #ad0c83 #370cad

Monochromatic Colors of #870cad

#870cad

Complementary Color

#870cad #32ad0c

#870cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#870cad Color CSS Codes

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

#870cad Text Font Color

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

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


#870cad Background Color

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

This div background color is #870cad


#870cad Border Color

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

This div border color is #870cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870cad


Comments

No comments written yet.

Please login to write comment.