Color Hex Logo

#809ebb Color Hex

#809EBB
(128,158,187)
0 Favorites   0 Comments

Color spaces of #809ebb

RGB 128158187
HSL0.580.300.62
HSV209°32°73°
CMYK 0.320.160.00   0.27
XYZ30.098632.630851.7257
Yxy32.63080.26300.2851
Hunter Lab57.1234-5.9133-13.7012
CIE-Lab63.8608-3.4228-18.3643

#809ebb color RGB value is (128,158,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 10111011
Octal 200 236 273
Decimal 128 158 187
Hex 80 9E BB

RGB Percentages of Color #809ebb

%27.06
%33.40
%39.53

CMYK Percentages of Color #809ebb

%32
%16
%0
%27

Triadic Colors of #809ebb

#809ebb #bb809e #9ebb80

Analogous Colors of #809ebb

#809ebb #8081bb #80bbbb

Monochromatic Colors of #809ebb

#809ebb

Complementary Color

#809ebb #bb9d80

#809ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#809ebb Color CSS Codes

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

#809ebb Text Font Color

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

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


#809ebb Background Color

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

This div background color is #809ebb


#809ebb Border Color

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

This div border color is #809ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809ebb


Comments

No comments written yet.

Please login to write comment.