Color Hex Logo

#809ebf Color Hex

#809EBF
(128,158,191)
0 Favorites   0 Comments

Color spaces of #809ebf

RGB 128158191
HSL0.590.330.63
HSV211°33°75°
CMYK 0.330.170.00   0.25
XYZ30.532932.804554.0129
Yxy32.80450.26020.2795
Hunter Lab57.2752-5.0749-15.8203
CIE-Lab64.0023-2.4011-20.3874

#809ebf color RGB value is (128,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 10111111
Octal 200 236 277
Decimal 128 158 191
Hex 80 9E BF

RGB Percentages of Color #809ebf

%26.83
%33.12
%40.04

CMYK Percentages of Color #809ebf

%33
%17
%0
%25

Triadic Colors of #809ebf

#809ebf #bf809e #9ebf80

Analogous Colors of #809ebf

#809ebf #8280bf #80bebf

Monochromatic Colors of #809ebf

#809ebf

Complementary Color

#809ebf #bfa180

#809ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#809ebf Color CSS Codes

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

#809ebf Text Font Color

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

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


#809ebf Background Color

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

This div background color is #809ebf


#809ebf Border Color

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

This div border color is #809ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809ebf


Comments

No comments written yet.

Please login to write comment.