Color Hex Logo

#871dbc Color Hex

#871DBC
(135,29,188)
0 Favorites   0 Comments

Color spaces of #871dbc

RGB 13529188
HSL0.780.730.43
HSV280°85°74°
CMYK 0.280.850.00   0.26
XYZ19.50819.660548.4134
Yxy9.66050.25150.1245
Hunter Lab31.081357.6426-70.5953
CIE-Lab37.226165.5139-60.8815

#871dbc color RGB value is (135,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011101 10111100
Octal 207 35 274
Decimal 135 29 188
Hex 87 1D BC

RGB Percentages of Color #871dbc

%38.35
%8.24
%53.41

CMYK Percentages of Color #871dbc

%28
%85
%0
%26

Triadic Colors of #871dbc

#871dbc #bc871d #1dbc87

Analogous Colors of #871dbc

#871dbc #bc1da2 #381dbc

Monochromatic Colors of #871dbc

#871dbc

Complementary Color

#871dbc #52bc1d

#871dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#871dbc Color CSS Codes

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

#871dbc Text Font Color

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

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


#871dbc Background Color

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

This div background color is #871dbc


#871dbc Border Color

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

This div border color is #871dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871dbc


Comments

No comments written yet.

Please login to write comment.