Color Hex Logo

#809dbd Color Hex

#809DBD
(128,157,189)
0 Favorites   0 Comments

Color spaces of #809dbd

RGB 128157189
HSL0.590.320.62
HSV211°32°74°
CMYK 0.320.170.00   0.26
XYZ30.144432.377352.8048
Yxy32.37730.26140.2807
Hunter Lab56.9011-5.0131-15.1910
CIE-Lab63.6535-2.3563-19.7995

#809dbd color RGB value is (128,157,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011101 10111101
Octal 200 235 275
Decimal 128 157 189
Hex 80 9D BD

RGB Percentages of Color #809dbd

%27.00
%33.12
%39.87

CMYK Percentages of Color #809dbd

%32
%17
%0
%26

Triadic Colors of #809dbd

#809dbd #bd809d #9dbd80

Analogous Colors of #809dbd

#809dbd #8280bd #80bcbd

Monochromatic Colors of #809dbd

#809dbd

Complementary Color

#809dbd #bda080

#809dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#809dbd Color CSS Codes

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

#809dbd Text Font Color

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

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


#809dbd Background Color

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

This div background color is #809dbd


#809dbd Border Color

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

This div border color is #809dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,157,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 #809dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809dbd


Comments

No comments written yet.

Please login to write comment.