Color Hex Logo

#a65cac Color Hex

#A65CAC
(166,92,172)
0 Favorites   0 Comments

Color spaces of #a65cac

RGB 16692172
HSL0.820.330.52
HSV296°47°67°
CMYK 0.030.470.00   0.33
XYZ26.999418.739841.2239
Yxy18.73980.31050.2155
Hunter Lab43.289535.5728-26.1583
CIE-Lab50.381442.5548-30.2353

#a65cac color RGB value is (166,92,172).

#a65cac hex color red value is 166, green value is 92 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a65cac hue: 0.82 , saturation: 0.33 and the lightness value of a65cac is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011100 10101100
Octal 246 134 254
Decimal 166 92 172
Hex A6 5C AC

RGB Percentages of Color #a65cac

%38.60
%21.40
%40.00

CMYK Percentages of Color #a65cac

%3
%47
%0
%33

Triadic Colors of #a65cac

#a65cac #aca65c #5caca6

Analogous Colors of #a65cac

#a65cac #ac5c8a #7e5cac

Monochromatic Colors of #a65cac

#a65cac

Complementary Color

#a65cac #62ac5c

#a65cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65cac Color CSS Codes

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

#a65cac Text Font Color

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

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


#a65cac Background Color

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

This div background color is #a65cac


#a65cac Border Color

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

This div border color is #a65cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65cac


Comments

No comments written yet.

Please login to write comment.