Color Hex Logo

#871dca Color Hex

#871DCA
(135,29,202)
0 Favorites   0 Comments

Color spaces of #871dca

RGB 13529202
HSL0.770.750.45
HSV277°86°79°
CMYK 0.330.860.00   0.21
XYZ21.091710.293956.7524
Yxy10.29390.23930.1168
Hunter Lab32.084161.1965-82.4170
CIE-Lab38.364868.3795-67.2226

#871dca color RGB value is (135,29,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011101 11001010
Octal 207 35 312
Decimal 135 29 202
Hex 87 1D CA

RGB Percentages of Color #871dca

%36.89
%7.92
%55.19

CMYK Percentages of Color #871dca

%33
%86
%0
%21

Triadic Colors of #871dca

#871dca #ca871d #1dca87

Analogous Colors of #871dca

#871dca #ca1db7 #301dca

Monochromatic Colors of #871dca

#871dca

Complementary Color

#871dca #60ca1d

#871dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#871dca Color CSS Codes

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

#871dca Text Font Color

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

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


#871dca Background Color

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

This div background color is #871dca


#871dca Border Color

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

This div border color is #871dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871dca


Comments

No comments written yet.

Please login to write comment.