Color Hex Logo

#809ebe Color Hex

#809EBE
(128,158,190)
0 Favorites   0 Comments

Color spaces of #809ebe

RGB 128158190
HSL0.590.320.62
HSV211°33°75°
CMYK 0.330.170.00   0.25
XYZ30.423232.760653.4352
Yxy32.76060.26090.2809
Hunter Lab57.2369-5.2862-15.2861
CIE-Lab63.9666-2.6578-19.8825

#809ebe color RGB value is (128,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 10111110
Octal 200 236 276
Decimal 128 158 190
Hex 80 9E BE

RGB Percentages of Color #809ebe

%26.89
%33.19
%39.92

CMYK Percentages of Color #809ebe

%33
%17
%0
%25

Triadic Colors of #809ebe

#809ebe #be809e #9ebe80

Analogous Colors of #809ebe

#809ebe #8180be #80bdbe

Monochromatic Colors of #809ebe

#809ebe

Complementary Color

#809ebe #bea080

#809ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#809ebe Color CSS Codes

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

#809ebe Text Font Color

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

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


#809ebe Background Color

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

This div background color is #809ebe


#809ebe Border Color

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

This div border color is #809ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809ebe


Comments

No comments written yet.

Please login to write comment.