Color Hex Logo

#a468ac Color Hex

#A468AC
(164,104,172)
0 Favorites   0 Comments

Color spaces of #a468ac

RGB 164104172
HSL0.810.290.54
HSV293°40°67°
CMYK 0.050.400.00   0.33
XYZ27.706620.771741.5788
Yxy20.77170.30770.2307
Hunter Lab45.576028.7559-22.1869
CIE-Lab52.698735.4113-26.6539

#a468ac color RGB value is (164,104,172).

#a468ac hex color red value is 164, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a468ac hue: 0.81 , saturation: 0.29 and the lightness value of a468ac is 0.54.

The process color (four color CMYK) of #a468ac color hex is 0.05, 0.40, 0.00, 0.33. Web safe color of #a468ac is #996699. Color #a468ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 10101100
Octal 244 150 254
Decimal 164 104 172
Hex A4 68 AC

RGB Percentages of Color #a468ac

%37.27
%23.64
%39.09

CMYK Percentages of Color #a468ac

%5
%40
%0
%33

Triadic Colors of #a468ac

#a468ac #aca468 #68aca4

Analogous Colors of #a468ac

#a468ac #ac6892 #8268ac

Monochromatic Colors of #a468ac

#a468ac

Complementary Color

#a468ac #70ac68

#a468ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a468ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a468ac Color CSS Codes

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

#a468ac Text Font Color

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

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


#a468ac Background Color

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

This div background color is #a468ac


#a468ac Border Color

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

This div border color is #a468ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a468ac


Comments

No comments written yet.

Please login to write comment.