Color Hex Logo

#a481ac Color Hex

#A481AC
(164,129,172)
0 Favorites   0 Comments

Color spaces of #a481ac

RGB 164129172
HSL0.800.210.59
HSV289°25°67°
CMYK 0.050.250.00   0.33
XYZ30.606526.571642.5454
Yxy26.57160.30690.2665
Hunter Lab51.547615.7763-12.8523
CIE-Lab58.575721.2644-17.6370

#a481ac color RGB value is (164,129,172).

#a481ac hex color red value is 164, green value is 129 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a481ac hue: 0.80 , saturation: 0.21 and the lightness value of a481ac is 0.59.

The process color (four color CMYK) of #a481ac color hex is 0.05, 0.25, 0.00, 0.33. Web safe color of #a481ac is #999999. Color #a481ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 10101100
Octal 244 201 254
Decimal 164 129 172
Hex A4 81 AC

RGB Percentages of Color #a481ac

%35.27
%27.74
%36.99

CMYK Percentages of Color #a481ac

%5
%25
%0
%33

Triadic Colors of #a481ac

#a481ac #aca481 #81aca4

Analogous Colors of #a481ac

#a481ac #ac819f #8f81ac

Monochromatic Colors of #a481ac

#a481ac

Complementary Color

#a481ac #89ac81

#a481ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a481ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a481ac Color CSS Codes

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

#a481ac Text Font Color

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

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


#a481ac Background Color

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

This div background color is #a481ac


#a481ac Border Color

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

This div border color is #a481ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a481ac


Comments

No comments written yet.

Please login to write comment.