Color Hex Logo

#809eeb Color Hex

#809EEB
(128,158,235)
0 Favorites   0 Comments

Color spaces of #809eeb

RGB 128158235
HSL0.620.730.71
HSV223°46°92°
CMYK 0.460.330.00   0.08
XYZ36.124335.041183.4569
Yxy35.04110.23360.2266
Hunter Lab59.19555.3382-42.1532
CIE-Lab65.78079.6765-42.0324

#809eeb color RGB value is (128,158,235).

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

The process color (four color CMYK) of #809eeb color hex is 0.46, 0.33, 0.00, 0.08. Web safe color of #809eeb is #9999ff. Color #809eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 11101011
Octal 200 236 353
Decimal 128 158 235
Hex 80 9E EB

RGB Percentages of Color #809eeb

%24.57
%30.33
%45.11

CMYK Percentages of Color #809eeb

%46
%33
%0
%8

Triadic Colors of #809eeb

#809eeb #eb809e #9eeb80

Analogous Colors of #809eeb

#809eeb #9880eb #80d4eb

Monochromatic Colors of #809eeb

#809eeb

Complementary Color

#809eeb #ebcd80

#809eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#809eeb Color CSS Codes

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

#809eeb Text Font Color

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

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


#809eeb Background Color

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

This div background color is #809eeb


#809eeb Border Color

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

This div border color is #809eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809eeb


Comments

No comments written yet.

Please login to write comment.