Color Hex Logo

#87408f Color Hex

#87408F
(135,64,143)
0 Favorites   0 Comments

Color spaces of #87408f

RGB 13564143
HSL0.820.380.41
HSV294°55°56°
CMYK 0.060.550.00   0.44
XYZ16.783010.800927.1868
Yxy10.80090.30640.1972
Hunter Lab32.864733.6412-26.0414
CIE-Lab39.243142.3924-30.6930

#87408f color RGB value is (135,64,143).

#87408f hex color red value is 135, green value is 64 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #87408f hue: 0.82 , saturation: 0.38 and the lightness value of 87408f is 0.41.

The process color (four color CMYK) of #87408f color hex is 0.06, 0.55, 0.00, 0.44. Web safe color of #87408f is #993399. Color #87408f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000000 10001111
Octal 207 100 217
Decimal 135 64 143
Hex 87 40 8F

RGB Percentages of Color #87408f

%39.47
%18.71
%41.81

CMYK Percentages of Color #87408f

%6
%55
%0
%44

Triadic Colors of #87408f

#87408f #8f8740 #408f87

Analogous Colors of #87408f

#87408f #8f4070 #60408f

Monochromatic Colors of #87408f

#87408f

Complementary Color

#87408f #488f40

#87408f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87408f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87408f Color CSS Codes

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

#87408f Text Font Color

<p style="color:#87408f">Text here</p>

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


#87408f Background Color

<div style="background-color:#87408f">
Div content here</div>

This div background color is #87408f


#87408f Border Color

<div style="border:3px solid #87408f">
Div here</div>

This div border color is #87408f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,64,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87408f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87408f;
  -webkit-box-shadow: 1px 1px 3px 2px #87408f;
  box-shadow:         1px 1px 3px 2px #87408f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87408f


Comments

No comments written yet.

Please login to write comment.