Color Hex Logo

#805987 Color Hex

#805987
(128,89,135)
0 Favorites   0 Comments

Color spaces of #805987

RGB 12889135
HSL0.810.210.44
HSV291°34°53°
CMYK 0.050.340.00   0.47
XYZ16.847613.483224.6362
Yxy13.48320.30650.2453
Hunter Lab36.719517.6401-14.0758
CIE-Lab43.482524.4787-19.3153

#805987 color RGB value is (128,89,135).

#805987 hex color red value is 128, green value is 89 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #805987 hue: 0.81 , saturation: 0.21 and the lightness value of 805987 is 0.44.

The process color (four color CMYK) of #805987 color hex is 0.05, 0.34, 0.00, 0.47. Web safe color of #805987 is #996699. Color #805987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011001 10000111
Octal 200 131 207
Decimal 128 89 135
Hex 80 59 87

RGB Percentages of Color #805987

%36.36
%25.28
%38.35

CMYK Percentages of Color #805987

%5
%34
%0
%47

Triadic Colors of #805987

#805987 #878059 #598780

Analogous Colors of #805987

#805987 #875977 #695987

Monochromatic Colors of #805987

#805987

Complementary Color

#805987 #608759

#805987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805987 Color CSS Codes

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

#805987 Text Font Color

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

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


#805987 Background Color

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

This div background color is #805987


#805987 Border Color

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

This div border color is #805987


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,89,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805987; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805987;
  -webkit-box-shadow: 1px 1px 3px 2px #805987;
  box-shadow:         1px 1px 3px 2px #805987; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805987


Comments

No comments written yet.

Please login to write comment.