Color Hex Logo

#870faf Color Hex

#870FAF
(135,15,175)
0 Favorites   0 Comments

Color spaces of #870faf

RGB 13515175
HSL0.790.840.37
HSV285°91°69°
CMYK 0.230.910.00   0.31
XYZ17.90048.587741.2716
Yxy8.58770.26420.1267
Hunter Lab29.304857.7508-62.9882
CIE-Lab35.178066.0063-56.5037

#870faf color RGB value is (135,15,175).

#870faf hex color red value is 135, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #870faf hue: 0.79 , saturation: 0.84 and the lightness value of 870faf is 0.37.

The process color (four color CMYK) of #870faf color hex is 0.23, 0.91, 0.00, 0.31. Web safe color of #870faf is #990099. Color #870faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001111 10101111
Octal 207 17 257
Decimal 135 15 175
Hex 87 F AF

RGB Percentages of Color #870faf

%41.54
%4.62
%53.85

CMYK Percentages of Color #870faf

%23
%91
%0
%31

Triadic Colors of #870faf

#870faf #af870f #0faf87

Analogous Colors of #870faf

#870faf #af0f87 #370faf

Monochromatic Colors of #870faf

#870faf

Complementary Color

#870faf #37af0f

#870faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#870faf Color CSS Codes

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

#870faf Text Font Color

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

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


#870faf Background Color

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

This div background color is #870faf


#870faf Border Color

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

This div border color is #870faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870faf


Comments

No comments written yet.

Please login to write comment.