Color Hex Logo

#871bbc Color Hex

#871BBC
(135,27,188)
0 Favorites   0 Comments

Color spaces of #871bbc

RGB 13527188
HSL0.780.750.42
HSV280°86°74°
CMYK 0.280.860.00   0.26
XYZ19.46079.565648.3976
Yxy9.56560.25140.1235
Hunter Lab30.928358.1912-71.1291
CIE-Lab37.051266.0286-61.1664

#871bbc color RGB value is (135,27,188).

#871bbc hex color red value is 135, green value is 27 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #871bbc hue: 0.78 , saturation: 0.75 and the lightness value of 871bbc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011011 10111100
Octal 207 33 274
Decimal 135 27 188
Hex 87 1B BC

RGB Percentages of Color #871bbc

%38.57
%7.71
%53.71

CMYK Percentages of Color #871bbc

%28
%86
%0
%26

Triadic Colors of #871bbc

#871bbc #bc871b #1bbc87

Analogous Colors of #871bbc

#871bbc #bc1ba1 #371bbc

Monochromatic Colors of #871bbc

#871bbc

Complementary Color

#871bbc #50bc1b

#871bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#871bbc Color CSS Codes

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

#871bbc Text Font Color

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

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


#871bbc Background Color

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

This div background color is #871bbc


#871bbc Border Color

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

This div border color is #871bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871bbc


Comments

No comments written yet.

Please login to write comment.