Color Hex Logo

#809eef Color Hex

#809EEF
(128,158,239)
0 Favorites   0 Comments

Color spaces of #809eef

RGB 128158239
HSL0.620.780.72
HSV224°46°94°
CMYK 0.460.340.00   0.06
XYZ36.708935.274986.5353
Yxy35.27490.23160.2225
Hunter Lab59.39276.3885-44.8108
CIE-Lab65.962110.8376-43.9429

#809eef color RGB value is (128,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 11101111
Octal 200 236 357
Decimal 128 158 239
Hex 80 9E EF

RGB Percentages of Color #809eef

%24.38
%30.10
%45.52

CMYK Percentages of Color #809eef

%46
%34
%0
%6

Triadic Colors of #809eef

#809eef #ef809e #9eef80

Analogous Colors of #809eef

#809eef #9a80ef #80d6ef

Monochromatic Colors of #809eef

#809eef

Complementary Color

#809eef #efd180

#809eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#809eef Color CSS Codes

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

#809eef Text Font Color

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

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


#809eef Background Color

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

This div background color is #809eef


#809eef Border Color

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

This div border color is #809eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809eef


Comments

No comments written yet.

Please login to write comment.