Color Hex Logo

#871fdb Color Hex

#871FDB
(135,31,219)
0 Favorites   0 Comments

Color spaces of #871fdb

RGB 13531219
HSL0.760.750.49
HSV273°86°86°
CMYK 0.380.860.00   0.14
XYZ23.267811.245367.9620
Yxy11.24530.22710.1097
Hunter Lab33.534065.1689-96.6868
CIE-Lab39.990671.4437-74.3868

#871fdb color RGB value is (135,31,219).

#871fdb hex color red value is 135, green value is 31 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #871fdb hue: 0.76 , saturation: 0.75 and the lightness value of 871fdb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011111 11011011
Octal 207 37 333
Decimal 135 31 219
Hex 87 1F DB

RGB Percentages of Color #871fdb

%35.06
%8.05
%56.88

CMYK Percentages of Color #871fdb

%38
%86
%0
%14

Triadic Colors of #871fdb

#871fdb #db871f #1fdb87

Analogous Colors of #871fdb

#871fdb #db1fd1 #291fdb

Monochromatic Colors of #871fdb

#871fdb

Complementary Color

#871fdb #73db1f

#871fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#871fdb Color CSS Codes

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

#871fdb Text Font Color

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

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


#871fdb Background Color

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

This div background color is #871fdb


#871fdb Border Color

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

This div border color is #871fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871fdb


Comments

No comments written yet.

Please login to write comment.