Color Hex Logo

#806dac Color Hex

#806DAC
(128,109,172)
0 Favorites   0 Comments

Color spaces of #806dac

RGB 128109172
HSL0.720.280.55
HSV258°37°67°
CMYK 0.260.370.00   0.33
XYZ21.817118.505041.4517
Yxy18.50500.26680.2263
Hunter Lab43.017415.2491-27.0198
CIE-Lab50.103021.2153-30.9813

#806dac color RGB value is (128,109,172).

#806dac hex color red value is 128, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #806dac hue: 0.72 , saturation: 0.28 and the lightness value of 806dac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101101 10101100
Octal 200 155 254
Decimal 128 109 172
Hex 80 6D AC

RGB Percentages of Color #806dac

%31.30
%26.65
%42.05

CMYK Percentages of Color #806dac

%26
%37
%0
%33

Triadic Colors of #806dac

#806dac #ac806d #6dac80

Analogous Colors of #806dac

#806dac #a06dac #6d7aac

Monochromatic Colors of #806dac

#806dac

Complementary Color

#806dac #99ac6d

#806dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#806dac Color CSS Codes

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

#806dac Text Font Color

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

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


#806dac Background Color

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

This div background color is #806dac


#806dac Border Color

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

This div border color is #806dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806dac


Comments

No comments written yet.

Please login to write comment.