Color Hex Logo

#a67eac Color Hex

#A67EAC
(166,126,172)
0 Favorites   0 Comments

Color spaces of #a67eac

RGB 166126172
HSL0.810.220.58
HSV292°27°67°
CMYK 0.030.270.00   0.33
XYZ30.633126.007342.4351
Yxy26.00730.30920.2625
Hunter Lab50.997417.9760-13.6373
CIE-Lab58.044023.6555-18.4273

#a67eac color RGB value is (166,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111110 10101100
Octal 246 176 254
Decimal 166 126 172
Hex A6 7E AC

RGB Percentages of Color #a67eac

%35.78
%27.16
%37.07

CMYK Percentages of Color #a67eac

%3
%27
%0
%33

Triadic Colors of #a67eac

#a67eac #aca67e #7eaca6

Analogous Colors of #a67eac

#a67eac #ac7e9b #8f7eac

Monochromatic Colors of #a67eac

#a67eac

Complementary Color

#a67eac #84ac7e

#a67eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67eac Color CSS Codes

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

#a67eac Text Font Color

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

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


#a67eac Background Color

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

This div background color is #a67eac


#a67eac Border Color

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

This div border color is #a67eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67eac


Comments

No comments written yet.

Please login to write comment.