Color Hex Logo

#871ccb Color Hex

#871CCB
(135,28,203)
0 Favorites   0 Comments

Color spaces of #871ccb

RGB 13528203
HSL0.770.760.45
HSV277°86°80°
CMYK 0.330.860.00   0.20
XYZ21.186410.293257.3701
Yxy10.29320.23850.1158
Hunter Lab32.083061.7293-83.5629
CIE-Lab38.363668.8372-67.8066

#871ccb color RGB value is (135,28,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011100 11001011
Octal 207 34 313
Decimal 135 28 203
Hex 87 1C CB

RGB Percentages of Color #871ccb

%36.89
%7.65
%55.46

CMYK Percentages of Color #871ccb

%33
%86
%0
%20

Triadic Colors of #871ccb

#871ccb #cb871c #1ccb87

Analogous Colors of #871ccb

#871ccb #cb1cb8 #2f1ccb

Monochromatic Colors of #871ccb

#871ccb

Complementary Color

#871ccb #60cb1c

#871ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#871ccb Color CSS Codes

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

#871ccb Text Font Color

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

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


#871ccb Background Color

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

This div background color is #871ccb


#871ccb Border Color

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

This div border color is #871ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871ccb


Comments

No comments written yet.

Please login to write comment.