Color Hex Logo

#809feb Color Hex

#809FEB
(128,159,235)
0 Favorites   0 Comments

Color spaces of #809feb

RGB 128159235
HSL0.620.730.71
HSV223°46°92°
CMYK 0.460.320.00   0.08
XYZ36.295635.383683.5140
Yxy35.38360.23390.2280
Hunter Lab59.48414.8187-41.6026
CIE-Lab66.04629.1034-41.6163

#809feb color RGB value is (128,159,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011111 11101011
Octal 200 237 353
Decimal 128 159 235
Hex 80 9F EB

RGB Percentages of Color #809feb

%24.52
%30.46
%45.02

CMYK Percentages of Color #809feb

%46
%32
%0
%8

Triadic Colors of #809feb

#809feb #eb809f #9feb80

Analogous Colors of #809feb

#809feb #9780eb #80d5eb

Monochromatic Colors of #809feb

#809feb

Complementary Color

#809feb #ebcc80

#809feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#809feb Color CSS Codes

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

#809feb Text Font Color

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

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


#809feb Background Color

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

This div background color is #809feb


#809feb Border Color

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

This div border color is #809feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809feb


Comments

No comments written yet.

Please login to write comment.