Color Hex Logo

#870edb Color Hex

#870EDB
(135,14,219)
0 Favorites   0 Comments

Color spaces of #870edb

RGB 13514219
HSL0.770.880.46
HSV275°94°86°
CMYK 0.380.940.00   0.14
XYZ22.934910.579467.8511
Yxy10.57940.22630.1044
Hunter Lab32.526068.9444-100.9142
CIE-Lab38.862874.8057-76.2381

#870edb color RGB value is (135,14,219).

#870edb hex color red value is 135, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #870edb hue: 0.77 , saturation: 0.88 and the lightness value of 870edb is 0.46.

The process color (four color CMYK) of #870edb color hex is 0.38, 0.94, 0.00, 0.14. Web safe color of #870edb is #9900cc. Color #870edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001110 11011011
Octal 207 16 333
Decimal 135 14 219
Hex 87 E DB

RGB Percentages of Color #870edb

%36.68
%3.80
%59.51

CMYK Percentages of Color #870edb

%38
%94
%0
%14

Triadic Colors of #870edb

#870edb #db870e #0edb87

Analogous Colors of #870edb

#870edb #db0ec9 #210edb

Monochromatic Colors of #870edb

#870edb

Complementary Color

#870edb #62db0e

#870edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#870edb Color CSS Codes

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

#870edb Text Font Color

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

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


#870edb Background Color

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

This div background color is #870edb


#870edb Border Color

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

This div border color is #870edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870edb


Comments

No comments written yet.

Please login to write comment.