Color Hex Logo

#808baa Color Hex

#808BAA
(128,139,170)
0 Favorites   0 Comments

Color spaces of #808baa

RGB 128139170
HSL0.620.200.58
HSV224°25°67°
CMYK 0.250.180.00   0.33
XYZ25.390425.956741.7021
Yxy25.95670.27290.2790
Hunter Lab50.9477-0.2009-12.8671
CIE-Lab57.99593.0702-17.6641

#808baa color RGB value is (128,139,170).

#808baa hex color red value is 128, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #808baa hue: 0.62 , saturation: 0.20 and the lightness value of 808baa is 0.58.

The process color (four color CMYK) of #808baa color hex is 0.25, 0.18, 0.00, 0.33. Web safe color of #808baa is #999999. Color #808baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001011 10101010
Octal 200 213 252
Decimal 128 139 170
Hex 80 8B AA

RGB Percentages of Color #808baa

%29.29
%31.81
%38.90

CMYK Percentages of Color #808baa

%25
%18
%0
%33

Triadic Colors of #808baa

#808baa #aa808b #8baa80

Analogous Colors of #808baa

#808baa #8a80aa #80a0aa

Monochromatic Colors of #808baa

#808baa

Complementary Color

#808baa #aa9f80

#808baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#808baa Color CSS Codes

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

#808baa Text Font Color

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

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


#808baa Background Color

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

This div background color is #808baa


#808baa Border Color

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

This div border color is #808baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,139,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808baa;
  -webkit-box-shadow: 1px 1px 3px 2px #808baa;
  box-shadow:         1px 1px 3px 2px #808baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808baa


Comments

No comments written yet.

Please login to write comment.