Color Hex Logo

#80849f Color Hex

#80849F
(128,132,159)
0 Favorites   0 Comments

Color spaces of #80849f

RGB 128132159
HSL0.650.140.56
HSV232°19°62°
CMYK 0.190.170.00   0.38
XYZ23.411423.594936.1213
Yxy23.59490.28160.2838
Hunter Lab48.57461.0258-10.0874
CIE-Lab55.67994.4595-14.8655

#80849f color RGB value is (128,132,159).

#80849f hex color red value is 128, green value is 132 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #80849f hue: 0.65 , saturation: 0.14 and the lightness value of 80849f is 0.56.

The process color (four color CMYK) of #80849f color hex is 0.19, 0.17, 0.00, 0.38. Web safe color of #80849f is #999999. Color #80849f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000100 10011111
Octal 200 204 237
Decimal 128 132 159
Hex 80 84 9F

RGB Percentages of Color #80849f

%30.55
%31.50
%37.95

CMYK Percentages of Color #80849f

%19
%17
%0
%38

Triadic Colors of #80849f

#80849f #9f8084 #849f80

Analogous Colors of #80849f

#80849f #8c809f #80949f

Monochromatic Colors of #80849f

#80849f

Complementary Color

#80849f #9f9b80

#80849f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80849f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80849f Color CSS Codes

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

#80849f Text Font Color

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

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


#80849f Background Color

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

This div background color is #80849f


#80849f Border Color

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

This div border color is #80849f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,132,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80849f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80849f;
  -webkit-box-shadow: 1px 1px 3px 2px #80849f;
  box-shadow:         1px 1px 3px 2px #80849f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80849f


Comments

No comments written yet.

Please login to write comment.