Color Hex Logo

#870dca Color Hex

#870DCA
(135,13,202)
0 Favorites   0 Comments

Color spaces of #870dca

RGB 13513202
HSL0.770.880.42
HSV279°94°79°
CMYK 0.330.940.00   0.21
XYZ20.79639.703056.6539
Yxy9.70300.23860.1113
Hunter Lab31.149664.6593-86.0299
CIE-Lab37.304071.5321-68.9584

#870dca color RGB value is (135,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001101 11001010
Octal 207 15 312
Decimal 135 13 202
Hex 87 D CA

RGB Percentages of Color #870dca

%38.57
%3.71
%57.71

CMYK Percentages of Color #870dca

%33
%94
%0
%21

Triadic Colors of #870dca

#870dca #ca870d #0dca87

Analogous Colors of #870dca

#870dca #ca0daf #290dca

Monochromatic Colors of #870dca

#870dca

Complementary Color

#870dca #50ca0d

#870dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#870dca Color CSS Codes

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

#870dca Text Font Color

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

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


#870dca Background Color

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

This div background color is #870dca


#870dca Border Color

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

This div border color is #870dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870dca


Comments

No comments written yet.

Please login to write comment.