Color Hex Logo

#809fbd Color Hex

#809FBD
(128,159,189)
0 Favorites   0 Comments

Color spaces of #809fbd

RGB 128159189
HSL0.580.320.62
HSV210°32°74°
CMYK 0.320.160.00   0.26
XYZ30.485533.059652.9185
Yxy33.05960.26180.2839
Hunter Lab57.4975-5.9788-14.3200
CIE-Lab64.2091-3.4700-18.9542

#809fbd color RGB value is (128,159,189).

#809fbd hex color red value is 128, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #809fbd hue: 0.58 , saturation: 0.32 and the lightness value of 809fbd is 0.62.

The process color (four color CMYK) of #809fbd color hex is 0.32, 0.16, 0.00, 0.26. Web safe color of #809fbd is #9999cc. Color #809fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011111 10111101
Octal 200 237 275
Decimal 128 159 189
Hex 80 9F BD

RGB Percentages of Color #809fbd

%26.89
%33.40
%39.71

CMYK Percentages of Color #809fbd

%32
%16
%0
%26

Triadic Colors of #809fbd

#809fbd #bd809f #9fbd80

Analogous Colors of #809fbd

#809fbd #8081bd #80bdbd

Monochromatic Colors of #809fbd

#809fbd

Complementary Color

#809fbd #bd9e80

#809fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#809fbd Color CSS Codes

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

#809fbd Text Font Color

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

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


#809fbd Background Color

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

This div background color is #809fbd


#809fbd Border Color

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

This div border color is #809fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809fbd


Comments

No comments written yet.

Please login to write comment.