Color Hex Logo

#807585 Color Hex

#807585
(128,117,133)
0 Favorites   0 Comments

Color spaces of #807585

RGB 128117133
HSL0.780.060.49
HSV281°12°52°
CMYK 0.040.120.00   0.48
XYZ19.497019.005224.8311
Yxy19.00520.30780.3001
Hunter Lab43.59503.5395-3.2543
CIE-Lab50.69337.4097-7.2033

#807585 color RGB value is (128,117,133).

#807585 hex color red value is 128, green value is 117 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #807585 hue: 0.78 , saturation: 0.06 and the lightness value of 807585 is 0.49.

The process color (four color CMYK) of #807585 color hex is 0.04, 0.12, 0.00, 0.48. Web safe color of #807585 is #996699. Color #807585 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110101 10000101
Octal 200 165 205
Decimal 128 117 133
Hex 80 75 85

RGB Percentages of Color #807585

%33.86
%30.95
%35.19

CMYK Percentages of Color #807585

%4
%12
%0
%48

Triadic Colors of #807585

#807585 #858075 #758580

Analogous Colors of #807585

#807585 #857582 #787585

Monochromatic Colors of #807585

#807585

Complementary Color

#807585 #7a8575

#807585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807585 Color CSS Codes

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

#807585 Text Font Color

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

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


#807585 Background Color

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

This div background color is #807585


#807585 Border Color

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

This div border color is #807585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807585


Comments

No comments written yet.

Please login to write comment.