Color Hex Logo

#870af5 Color Hex

#870AF5
(135,10,245)
0 Favorites   0 Comments

Color spaces of #870af5

RGB 13510245
HSL0.760.920.50
HSV272°96°96°
CMYK 0.450.960.00   0.04
XYZ26.581611.960687.2938
Yxy11.96060.21120.0950
Hunter Lab34.584176.6743-125.4451
CIE-Lab41.153480.6263-87.2562

#870af5 color RGB value is (135,10,245).

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

The process color (four color CMYK) of #870af5 color hex is 0.45, 0.96, 0.00, 0.04. Web safe color of #870af5 is #9900ff. Color #870af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001010 11110101
Octal 207 12 365
Decimal 135 10 245
Hex 87 A F5

RGB Percentages of Color #870af5

%34.62
%2.56
%62.82

CMYK Percentages of Color #870af5

%45
%96
%0
%4

Triadic Colors of #870af5

#870af5 #f5870a #0af587

Analogous Colors of #870af5

#870af5 #f50aee #110af5

Monochromatic Colors of #870af5

#870af5

Complementary Color

#870af5 #78f50a

#870af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870af5 Color CSS Codes

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

#870af5 Text Font Color

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

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


#870af5 Background Color

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

This div background color is #870af5


#870af5 Border Color

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

This div border color is #870af5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870af5


Comments

No comments written yet.

Please login to write comment.