Color Hex Logo

#a684ac Color Hex

#A684AC
(166,132,172)
0 Favorites   0 Comments

Color spaces of #a684ac

RGB 166132172
HSL0.810.190.60
HSV291°23°67°
CMYK 0.030.230.00   0.33
XYZ31.423527.588142.6986
Yxy27.58810.30900.2712
Hunter Lab52.524414.8727-11.4315
CIE-Lab59.514820.2393-16.1932

#a684ac color RGB value is (166,132,172).

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

The process color (four color CMYK) of #a684ac color hex is 0.03, 0.23, 0.00, 0.33. Web safe color of #a684ac is #999999. Color #a684ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000100 10101100
Octal 246 204 254
Decimal 166 132 172
Hex A6 84 AC

RGB Percentages of Color #a684ac

%35.32
%28.09
%36.60

CMYK Percentages of Color #a684ac

%3
%23
%0
%33

Triadic Colors of #a684ac

#a684ac #aca684 #84aca6

Analogous Colors of #a684ac

#a684ac #ac849e #9284ac

Monochromatic Colors of #a684ac

#a684ac

Complementary Color

#a684ac #8aac84

#a684ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a684ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a684ac Color CSS Codes

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

#a684ac Text Font Color

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

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


#a684ac Background Color

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

This div background color is #a684ac


#a684ac Border Color

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

This div border color is #a684ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a684ac


Comments

No comments written yet.

Please login to write comment.