Color Hex Logo

#809db7 Color Hex

#809DB7
(128,157,183)
0 Favorites   0 Comments

Color spaces of #809db7

RGB 128157183
HSL0.580.280.61
HSV208°30°72°
CMYK 0.300.140.00   0.28
XYZ29.506332.122049.4448
Yxy32.12200.26560.2892
Hunter Lab56.6763-6.2544-12.0516
CIE-Lab63.4436-3.8746-16.7553

#809db7 color RGB value is (128,157,183).

#809db7 hex color red value is 128, green value is 157 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #809db7 hue: 0.58 , saturation: 0.28 and the lightness value of 809db7 is 0.61.

The process color (four color CMYK) of #809db7 color hex is 0.30, 0.14, 0.00, 0.28. Web safe color of #809db7 is #9999cc. Color #809db7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011101 10110111
Octal 200 235 267
Decimal 128 157 183
Hex 80 9D B7

RGB Percentages of Color #809db7

%27.35
%33.55
%39.10

CMYK Percentages of Color #809db7

%30
%14
%0
%28

Triadic Colors of #809db7

#809db7 #b7809d #9db780

Analogous Colors of #809db7

#809db7 #8082b7 #80b7b6

Monochromatic Colors of #809db7

#809db7

Complementary Color

#809db7 #b79a80

#809db7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809db7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809db7 Color CSS Codes

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

#809db7 Text Font Color

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

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


#809db7 Background Color

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

This div background color is #809db7


#809db7 Border Color

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

This div border color is #809db7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809db7


Comments

No comments written yet.

Please login to write comment.