Color Hex Logo

#871fad Color Hex

#871FAD
(135,31,173)
0 Favorites   0 Comments

Color spaces of #871fad

RGB 13531173
HSL0.790.700.40
HSV284°82°68°
CMYK 0.220.820.00   0.32
XYZ18.02459.148040.3509
Yxy9.14800.26690.1355
Hunter Lab30.245753.4448-57.9271
CIE-Lab36.267761.9703-53.5406

#871fad color RGB value is (135,31,173).

#871fad hex color red value is 135, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #871fad hue: 0.79 , saturation: 0.70 and the lightness value of 871fad is 0.40.

The process color (four color CMYK) of #871fad color hex is 0.22, 0.82, 0.00, 0.32. Web safe color of #871fad is #993399. Color #871fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011111 10101101
Octal 207 37 255
Decimal 135 31 173
Hex 87 1F AD

RGB Percentages of Color #871fad

%39.82
%9.14
%51.03

CMYK Percentages of Color #871fad

%22
%82
%0
%32

Triadic Colors of #871fad

#871fad #ad871f #1fad87

Analogous Colors of #871fad

#871fad #ad1f8c #401fad

Monochromatic Colors of #871fad

#871fad

Complementary Color

#871fad #45ad1f

#871fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#871fad Color CSS Codes

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

#871fad Text Font Color

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

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


#871fad Background Color

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

This div background color is #871fad


#871fad Border Color

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

This div border color is #871fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871fad


Comments

No comments written yet.

Please login to write comment.