Color Hex Logo

#809cef Color Hex

#809CEF
(128,156,239)
0 Favorites   0 Comments

Color spaces of #809cef

RGB 128156239
HSL0.620.780.72
HSV225°46°94°
CMYK 0.460.350.00   0.06
XYZ36.370534.598186.4225
Yxy34.59810.23110.2198
Hunter Lab58.82017.4374-45.9387
CIE-Lab65.434611.9893-44.7720

#809cef color RGB value is (128,156,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011100 11101111
Octal 200 234 357
Decimal 128 156 239
Hex 80 9C EF

RGB Percentages of Color #809cef

%24.47
%29.83
%45.70

CMYK Percentages of Color #809cef

%46
%35
%0
%6

Triadic Colors of #809cef

#809cef #ef809c #9cef80

Analogous Colors of #809cef

#809cef #9c80ef #80d4ef

Monochromatic Colors of #809cef

#809cef

Complementary Color

#809cef #efd380

#809cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#809cef Color CSS Codes

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

#809cef Text Font Color

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

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


#809cef Background Color

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

This div background color is #809cef


#809cef Border Color

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

This div border color is #809cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,156,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 #809cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809cef


Comments

No comments written yet.

Please login to write comment.