Color Hex Logo

#807dac Color Hex

#807DAC
(128,125,172)
0 Favorites   0 Comments

Color spaces of #807dac

RGB 128125172
HSL0.680.220.58
HSV244°27°67°
CMYK 0.260.270.00   0.33
XYZ23.682122.235042.0733
Yxy22.23500.26910.2527
Hunter Lab47.15407.1283-19.8939
CIE-Lab54.275511.7165-24.5083

#807dac color RGB value is (128,125,172).

#807dac hex color red value is 128, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #807dac hue: 0.68 , saturation: 0.22 and the lightness value of 807dac is 0.58.

The process color (four color CMYK) of #807dac color hex is 0.26, 0.27, 0.00, 0.33. Web safe color of #807dac is #996699. Color #807dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111101 10101100
Octal 200 175 254
Decimal 128 125 172
Hex 80 7D AC

RGB Percentages of Color #807dac

%30.12
%29.41
%40.47

CMYK Percentages of Color #807dac

%26
%27
%0
%33

Triadic Colors of #807dac

#807dac #ac807d #7dac80

Analogous Colors of #807dac

#807dac #987dac #7d92ac

Monochromatic Colors of #807dac

#807dac

Complementary Color

#807dac #a9ac7d

#807dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#807dac Color CSS Codes

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

#807dac Text Font Color

<p style="color:#807dac">Text here</p>

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


#807dac Background Color

<div style="background-color:#807dac">
Div content here</div>

This div background color is #807dac


#807dac Border Color

<div style="border:3px solid #807dac">
Div here</div>

This div border color is #807dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,125,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807dac;
  -webkit-box-shadow: 1px 1px 3px 2px #807dac;
  box-shadow:         1px 1px 3px 2px #807dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807dac


Comments

No comments written yet.

Please login to write comment.