Color Hex Logo

#a23aac Color Hex

#A23AAC
(162,58,172)
0 Favorites   0 Comments

Color spaces of #a23aac

RGB 16258172
HSL0.820.500.45
HSV295°66°67°
CMYK 0.060.660.00   0.33
XYZ23.859713.686140.4138
Yxy13.68610.30610.1756
Hunter Lab36.994750.3826-38.8733
CIE-Lab43.779457.7428-40.6641

#a23aac color RGB value is (162,58,172).

#a23aac hex color red value is 162, green value is 58 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a23aac hue: 0.82 , saturation: 0.50 and the lightness value of a23aac is 0.45.

The process color (four color CMYK) of #a23aac color hex is 0.06, 0.66, 0.00, 0.33. Web safe color of #a23aac is #993399. Color #a23aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111010 10101100
Octal 242 72 254
Decimal 162 58 172
Hex A2 3A AC

RGB Percentages of Color #a23aac

%41.33
%14.80
%43.88

CMYK Percentages of Color #a23aac

%6
%66
%0
%33

Triadic Colors of #a23aac

#a23aac #aca23a #3aaca2

Analogous Colors of #a23aac

#a23aac #ac3a7d #693aac

Monochromatic Colors of #a23aac

#a23aac

Complementary Color

#a23aac #44ac3a

#a23aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23aac Color CSS Codes

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

#a23aac Text Font Color

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

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


#a23aac Background Color

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

This div background color is #a23aac


#a23aac Border Color

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

This div border color is #a23aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23aac


Comments

No comments written yet.

Please login to write comment.