Color Hex Logo

#870fbf Color Hex

#870FBF
(135,15,191)
0 Favorites   0 Comments

Color spaces of #870fbf

RGB 13515191
HSL0.780.850.40
HSV281°92°75°
CMYK 0.290.920.00   0.25
XYZ19.56659.254150.0452
Yxy9.25410.24810.1173
Hunter Lab30.420661.5752-76.2443
CIE-Lab36.469069.0713-63.8830

#870fbf color RGB value is (135,15,191).

#870fbf hex color red value is 135, green value is 15 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #870fbf hue: 0.78 , saturation: 0.85 and the lightness value of 870fbf is 0.40.

The process color (four color CMYK) of #870fbf color hex is 0.29, 0.92, 0.00, 0.25. Web safe color of #870fbf is #9900cc. Color #870fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001111 10111111
Octal 207 17 277
Decimal 135 15 191
Hex 87 F BF

RGB Percentages of Color #870fbf

%39.59
%4.40
%56.01

CMYK Percentages of Color #870fbf

%29
%92
%0
%25

Triadic Colors of #870fbf

#870fbf #bf870f #0fbf87

Analogous Colors of #870fbf

#870fbf #bf0f9f #2f0fbf

Monochromatic Colors of #870fbf

#870fbf

Complementary Color

#870fbf #47bf0f

#870fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#870fbf Color CSS Codes

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

#870fbf Text Font Color

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

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


#870fbf Background Color

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

This div background color is #870fbf


#870fbf Border Color

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

This div border color is #870fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870fbf


Comments

No comments written yet.

Please login to write comment.