Color Hex Logo

#871bcb Color Hex

#871BCB
(135,27,203)
0 Favorites   0 Comments

Color spaces of #871bcb

RGB 13527203
HSL0.770.770.45
HSV277°87°80°
CMYK 0.330.870.00   0.20
XYZ21.163110.246657.3623
Yxy10.24660.23840.1154
Hunter Lab32.010361.9943-83.8401
CIE-Lab38.281469.0802-67.9409

#871bcb color RGB value is (135,27,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011011 11001011
Octal 207 33 313
Decimal 135 27 203
Hex 87 1B CB

RGB Percentages of Color #871bcb

%36.99
%7.40
%55.62

CMYK Percentages of Color #871bcb

%33
%87
%0
%20

Triadic Colors of #871bcb

#871bcb #cb871b #1bcb87

Analogous Colors of #871bcb

#871bcb #cb1bb7 #2f1bcb

Monochromatic Colors of #871bcb

#871bcb

Complementary Color

#871bcb #5fcb1b

#871bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#871bcb Color CSS Codes

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

#871bcb Text Font Color

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

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


#871bcb Background Color

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

This div background color is #871bcb


#871bcb Border Color

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

This div border color is #871bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871bcb


Comments

No comments written yet.

Please login to write comment.