Color Hex Logo

#870cca Color Hex

#870CCA
(135,12,202)
0 Favorites   0 Comments

Color spaces of #870cca

RGB 13512202
HSL0.770.890.42
HSV279°94°79°
CMYK 0.330.940.00   0.21
XYZ20.78389.678156.6497
Yxy9.67810.23860.1111
Hunter Lab31.109664.8108-86.1885
CIE-Lab37.258471.6684-69.0331

#870cca color RGB value is (135,12,202).

#870cca hex color red value is 135, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #870cca hue: 0.77 , saturation: 0.89 and the lightness value of 870cca is 0.42.

The process color (four color CMYK) of #870cca color hex is 0.33, 0.94, 0.00, 0.21. Web safe color of #870cca is #9900cc. Color #870cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001100 11001010
Octal 207 14 312
Decimal 135 12 202
Hex 87 C CA

RGB Percentages of Color #870cca

%38.68
%3.44
%57.88

CMYK Percentages of Color #870cca

%33
%94
%0
%21

Triadic Colors of #870cca

#870cca #ca870c #0cca87

Analogous Colors of #870cca

#870cca #ca0cae #280cca

Monochromatic Colors of #870cca

#870cca

Complementary Color

#870cca #4fca0c

#870cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#870cca Color CSS Codes

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

#870cca Text Font Color

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

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


#870cca Background Color

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

This div background color is #870cca


#870cca Border Color

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

This div border color is #870cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870cca


Comments

No comments written yet.

Please login to write comment.