Color Hex Logo

#870ebf Color Hex

#870EBF
(135,14,191)
0 Favorites   0 Comments

Color spaces of #870ebf

RGB 13514191
HSL0.780.860.40
HSV281°93°75°
CMYK 0.290.930.00   0.25
XYZ19.55279.226650.0406
Yxy9.22660.24810.1171
Hunter Lab30.375361.7443-76.4122
CIE-Lab36.417069.2261-63.9679

#870ebf color RGB value is (135,14,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001110 10111111
Octal 207 16 277
Decimal 135 14 191
Hex 87 E BF

RGB Percentages of Color #870ebf

%39.71
%4.12
%56.18

CMYK Percentages of Color #870ebf

%29
%93
%0
%25

Triadic Colors of #870ebf

#870ebf #bf870e #0ebf87

Analogous Colors of #870ebf

#870ebf #bf0e9f #2e0ebf

Monochromatic Colors of #870ebf

#870ebf

Complementary Color

#870ebf #46bf0e

#870ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#870ebf Color CSS Codes

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

#870ebf Text Font Color

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

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


#870ebf Background Color

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

This div background color is #870ebf


#870ebf Border Color

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

This div border color is #870ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870ebf


Comments

No comments written yet.

Please login to write comment.