Color Hex Logo

#870deb Color Hex

#870DEB
(135,13,235)
0 Favorites   0 Comments

Color spaces of #870deb

RGB 13513235
HSL0.760.900.49
HSV273°94°92°
CMYK 0.430.940.00   0.08
XYZ25.131011.436979.4803
Yxy11.43690.21660.0986
Hunter Lab33.818573.4635-115.6706
CIE-Lab40.306878.2161-82.9984

#870deb color RGB value is (135,13,235).

#870deb hex color red value is 135, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #870deb hue: 0.76 , saturation: 0.90 and the lightness value of 870deb is 0.49.

The process color (four color CMYK) of #870deb color hex is 0.43, 0.94, 0.00, 0.08. Web safe color of #870deb is #9900ff. Color #870deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001101 11101011
Octal 207 15 353
Decimal 135 13 235
Hex 87 D EB

RGB Percentages of Color #870deb

%35.25
%3.39
%61.36

CMYK Percentages of Color #870deb

%43
%94
%0
%8

Triadic Colors of #870deb

#870deb #eb870d #0deb87

Analogous Colors of #870deb

#870deb #eb0de0 #180deb

Monochromatic Colors of #870deb

#870deb

Complementary Color

#870deb #71eb0d

#870deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#870deb Color CSS Codes

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

#870deb Text Font Color

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

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


#870deb Background Color

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

This div background color is #870deb


#870deb Border Color

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

This div border color is #870deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870deb


Comments

No comments written yet.

Please login to write comment.