Color Hex Logo

#808caf Color Hex

#808CAF
(128,140,175)
0 Favorites   0 Comments

Color spaces of #808caf

RGB 128140175
HSL0.620.230.59
HSV225°27°69°
CMYK 0.270.200.00   0.31
XYZ26.018026.440544.2897
Yxy26.44050.26890.2733
Hunter Lab51.42030.3330-15.0738
CIE-Lab58.45283.7325-19.8203

#808caf color RGB value is (128,140,175).

#808caf hex color red value is 128, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #808caf hue: 0.62 , saturation: 0.23 and the lightness value of 808caf is 0.59.

The process color (four color CMYK) of #808caf color hex is 0.27, 0.20, 0.00, 0.31. Web safe color of #808caf is #999999. Color #808caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 10101111
Octal 200 214 257
Decimal 128 140 175
Hex 80 8C AF

RGB Percentages of Color #808caf

%28.89
%31.60
%39.50

CMYK Percentages of Color #808caf

%27
%20
%0
%31

Triadic Colors of #808caf

#808caf #af808c #8caf80

Analogous Colors of #808caf

#808caf #8c80af #80a4af

Monochromatic Colors of #808caf

#808caf

Complementary Color

#808caf #afa380

#808caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#808caf Color CSS Codes

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

#808caf Text Font Color

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

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


#808caf Background Color

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

This div background color is #808caf


#808caf Border Color

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

This div border color is #808caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808caf


Comments

No comments written yet.

Please login to write comment.