Color Hex Logo

#809abf Color Hex

#809ABF
(128,154,191)
0 Favorites   0 Comments

Color spaces of #809abf

RGB 128154191
HSL0.600.330.63
HSV215°33°75°
CMYK 0.330.190.00   0.25
XYZ29.861731.462053.7891
Yxy31.46200.25940.2733
Hunter Lab56.0910-3.1295-17.5931
CIE-Lab62.8957-0.1592-22.0764

#809abf color RGB value is (128,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011010 10111111
Octal 200 232 277
Decimal 128 154 191
Hex 80 9A BF

RGB Percentages of Color #809abf

%27.06
%32.56
%40.38

CMYK Percentages of Color #809abf

%33
%19
%0
%25

Triadic Colors of #809abf

#809abf #bf809a #9abf80

Analogous Colors of #809abf

#809abf #8680bf #80babf

Monochromatic Colors of #809abf

#809abf

Complementary Color

#809abf #bfa580

#809abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#809abf Color CSS Codes

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

#809abf Text Font Color

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

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


#809abf Background Color

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

This div background color is #809abf


#809abf Border Color

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

This div border color is #809abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809abf


Comments

No comments written yet.

Please login to write comment.