Color Hex Logo

#a93eac Color Hex

#A93EAC
(169,62,172)
0 Favorites   0 Comments

Color spaces of #a93eac

RGB 16962172
HSL0.830.470.46
HSV298°64°67°
CMYK 0.020.640.00   0.33
XYZ25.531214.858840.5521
Yxy14.85880.31540.1836
Hunter Lab38.547150.7698-35.3909
CIE-Lab45.440257.7839-37.9643

#a93eac color RGB value is (169,62,172).

#a93eac hex color red value is 169, green value is 62 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a93eac hue: 0.83 , saturation: 0.47 and the lightness value of a93eac is 0.46.

The process color (four color CMYK) of #a93eac color hex is 0.02, 0.64, 0.00, 0.33. Web safe color of #a93eac is #993399. Color #a93eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111110 10101100
Octal 251 76 254
Decimal 169 62 172
Hex A9 3E AC

RGB Percentages of Color #a93eac

%41.94
%15.38
%42.68

CMYK Percentages of Color #a93eac

%2
%64
%0
%33

Triadic Colors of #a93eac

#a93eac #aca93e #3eaca9

Analogous Colors of #a93eac

#a93eac #ac3e78 #723eac

Monochromatic Colors of #a93eac

#a93eac

Complementary Color

#a93eac #41ac3e

#a93eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93eac Color CSS Codes

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

#a93eac Text Font Color

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

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


#a93eac Background Color

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

This div background color is #a93eac


#a93eac Border Color

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

This div border color is #a93eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93eac


Comments

No comments written yet.

Please login to write comment.