Color Hex Logo

#808fad Color Hex

#808FAD
(128,143,173)
0 Favorites   0 Comments

Color spaces of #808fad

RGB 128143173
HSL0.610.220.59
HSV220°26°68°
CMYK 0.260.170.00   0.32
XYZ26.267427.251243.4107
Yxy27.25120.27100.2811
Hunter Lab52.2027-1.5369-12.7625
CIE-Lab59.20611.5195-17.5346

#808fad color RGB value is (128,143,173).

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

The process color (four color CMYK) of #808fad color hex is 0.26, 0.17, 0.00, 0.32. Web safe color of #808fad is #999999. Color #808fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001111 10101101
Octal 200 217 255
Decimal 128 143 173
Hex 80 8F AD

RGB Percentages of Color #808fad

%28.83
%32.21
%38.96

CMYK Percentages of Color #808fad

%26
%17
%0
%32

Triadic Colors of #808fad

#808fad #ad808f #8fad80

Analogous Colors of #808fad

#808fad #8880ad #80a6ad

Monochromatic Colors of #808fad

#808fad

Complementary Color

#808fad #ad9e80

#808fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#808fad Color CSS Codes

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

#808fad Text Font Color

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

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


#808fad Background Color

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

This div background color is #808fad


#808fad Border Color

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

This div border color is #808fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808fad


Comments

No comments written yet.

Please login to write comment.