Color Hex Logo

#870ade Color Hex

#870ADE
(135,10,222)
0 Favorites   0 Comments

Color spaces of #870ade

RGB 13510222
HSL0.760.910.45
HSV275°95°87°
CMYK 0.390.950.00   0.13
XYZ23.285010.641969.9341
Yxy10.64190.22420.1025
Hunter Lab32.621970.3220-104.2691
CIE-Lab38.970775.9169-77.7828

#870ade color RGB value is (135,10,222).

#870ade hex color red value is 135, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #870ade hue: 0.76 , saturation: 0.91 and the lightness value of 870ade is 0.45.

The process color (four color CMYK) of #870ade color hex is 0.39, 0.95, 0.00, 0.13. Web safe color of #870ade is #9900cc. Color #870ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001010 11011110
Octal 207 12 336
Decimal 135 10 222
Hex 87 A DE

RGB Percentages of Color #870ade

%36.78
%2.72
%60.49

CMYK Percentages of Color #870ade

%39
%95
%0
%13

Triadic Colors of #870ade

#870ade #de870a #0ade87

Analogous Colors of #870ade

#870ade #de0acb #1d0ade

Monochromatic Colors of #870ade

#870ade

Complementary Color

#870ade #61de0a

#870ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#870ade Color CSS Codes

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

#870ade Text Font Color

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

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


#870ade Background Color

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

This div background color is #870ade


#870ade Border Color

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

This div border color is #870ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870ade


Comments

No comments written yet.

Please login to write comment.