Color Hex Logo

#870b9f Color Hex

#870B9F
(135,11,159)
0 Favorites   0 Comments

Color spaces of #870b9f

RGB 13511159
HSL0.810.870.33
HSV290°93°62°
CMYK 0.150.930.00   0.38
XYZ16.36947.893433.4617
Yxy7.89340.28360.1367
Hunter Lab28.095254.8347-50.9484
CIE-Lab33.759963.7034-49.1736

#870b9f color RGB value is (135,11,159).

#870b9f hex color red value is 135, green value is 11 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #870b9f hue: 0.81 , saturation: 0.87 and the lightness value of 870b9f is 0.33.

The process color (four color CMYK) of #870b9f color hex is 0.15, 0.93, 0.00, 0.38. Web safe color of #870b9f is #990099. Color #870b9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001011 10011111
Octal 207 13 237
Decimal 135 11 159
Hex 87 B 9F

RGB Percentages of Color #870b9f

%44.26
%3.61
%52.13

CMYK Percentages of Color #870b9f

%15
%93
%0
%38

Triadic Colors of #870b9f

#870b9f #9f870b #0b9f87

Analogous Colors of #870b9f

#870b9f #9f0b6d #3d0b9f

Monochromatic Colors of #870b9f

#870b9f

Complementary Color

#870b9f #239f0b

#870b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#870b9f Color CSS Codes

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

#870b9f Text Font Color

<p style="color:#870b9f">Text here</p>

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


#870b9f Background Color

<div style="background-color:#870b9f">
Div content here</div>

This div background color is #870b9f


#870b9f Border Color

<div style="border:3px solid #870b9f">
Div here</div>

This div border color is #870b9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,11,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #870b9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #870b9f;
  -webkit-box-shadow: 1px 1px 3px 2px #870b9f;
  box-shadow:         1px 1px 3px 2px #870b9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870b9f


Comments

No comments written yet.

Please login to write comment.