Color Hex Logo

#809bad Color Hex

#809BAD
(128,155,173)
0 Favorites   0 Comments

Color spaces of #809bad

RGB 128155173
HSL0.570.220.59
HSV204°26°68°
CMYK 0.260.100.00   0.32
XYZ28.166331.049044.0437
Yxy31.04900.27280.3007
Hunter Lab55.7216-7.2843-7.8591
CIE-Lab62.5490-5.2232-12.4831

#809bad color RGB value is (128,155,173).

#809bad hex color red value is 128, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #809bad hue: 0.57 , saturation: 0.22 and the lightness value of 809bad is 0.59.

The process color (four color CMYK) of #809bad color hex is 0.26, 0.10, 0.00, 0.32. Web safe color of #809bad is #999999. Color #809bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 10101101
Octal 200 233 255
Decimal 128 155 173
Hex 80 9B AD

RGB Percentages of Color #809bad

%28.07
%33.99
%37.94

CMYK Percentages of Color #809bad

%26
%10
%0
%32

Triadic Colors of #809bad

#809bad #ad809b #9bad80

Analogous Colors of #809bad

#809bad #8085ad #80ada9

Monochromatic Colors of #809bad

#809bad

Complementary Color

#809bad #ad9280

#809bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bad Color CSS Codes

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

#809bad Text Font Color

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

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


#809bad Background Color

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

This div background color is #809bad


#809bad Border Color

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

This div border color is #809bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,155,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809bad;
  -webkit-box-shadow: 1px 1px 3px 2px #809bad;
  box-shadow:         1px 1px 3px 2px #809bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bad


Comments

No comments written yet.

Please login to write comment.