Color Hex Logo

#808fab Color Hex

#808FAB
(128,143,171)
0 Favorites   0 Comments

Color spaces of #808fab

RGB 128143171
HSL0.610.200.59
HSV219°25°67°
CMYK 0.250.160.00   0.33
XYZ26.075227.174442.3989
Yxy27.17440.27260.2841
Hunter Lab52.1291-1.9394-11.7329
CIE-Lab59.13541.0280-16.5039

#808fab color RGB value is (128,143,171).

#808fab hex color red value is 128, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #808fab hue: 0.61 , saturation: 0.20 and the lightness value of 808fab is 0.59.

The process color (four color CMYK) of #808fab color hex is 0.25, 0.16, 0.00, 0.33. Web safe color of #808fab is #999999. Color #808fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001111 10101011
Octal 200 217 253
Decimal 128 143 171
Hex 80 8F AB

RGB Percentages of Color #808fab

%28.96
%32.35
%38.69

CMYK Percentages of Color #808fab

%25
%16
%0
%33

Triadic Colors of #808fab

#808fab #ab808f #8fab80

Analogous Colors of #808fab

#808fab #8780ab #80a5ab

Monochromatic Colors of #808fab

#808fab

Complementary Color

#808fab #ab9c80

#808fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#808fab Color CSS Codes

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

#808fab Text Font Color

<p style="color:#808fab">Text here</p>

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


#808fab Background Color

<div style="background-color:#808fab">
Div content here</div>

This div background color is #808fab


#808fab Border Color

<div style="border:3px solid #808fab">
Div here</div>

This div border color is #808fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,143,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808fab;
  -webkit-box-shadow: 1px 1px 3px 2px #808fab;
  box-shadow:         1px 1px 3px 2px #808fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808fab


Comments

No comments written yet.

Please login to write comment.