Color Hex Logo

#a67dac Color Hex

#A67DAC
(166,125,172)
0 Favorites   0 Comments

Color spaces of #a67dac

RGB 166125172
HSL0.810.220.58
HSV292°27°67°
CMYK 0.030.270.00   0.33
XYZ30.505925.752842.3927
Yxy25.75280.30920.2610
Hunter Lab50.747218.4949-14.0060
CIE-Lab57.801724.2248-18.7964

#a67dac color RGB value is (166,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111101 10101100
Octal 246 175 254
Decimal 166 125 172
Hex A6 7D AC

RGB Percentages of Color #a67dac

%35.85
%27.00
%37.15

CMYK Percentages of Color #a67dac

%3
%27
%0
%33

Triadic Colors of #a67dac

#a67dac #aca67d #7daca6

Analogous Colors of #a67dac

#a67dac #ac7d9b #8f7dac

Monochromatic Colors of #a67dac

#a67dac

Complementary Color

#a67dac #83ac7d

#a67dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67dac Color CSS Codes

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

#a67dac Text Font Color

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

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


#a67dac Background Color

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

This div background color is #a67dac


#a67dac Border Color

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

This div border color is #a67dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67dac


Comments

No comments written yet.

Please login to write comment.