Color Hex Logo

#a23aad Color Hex

#A23AAD
(162,58,173)
0 Favorites   0 Comments

Color spaces of #a23aad

RGB 16258173
HSL0.820.500.45
HSV294°66°68°
CMYK 0.060.660.00   0.32
XYZ23.956213.724640.9217
Yxy13.72460.30480.1746
Hunter Lab37.046750.5949-39.5588
CIE-Lab43.835457.9261-41.1671

#a23aad color RGB value is (162,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111010 10101101
Octal 242 72 255
Decimal 162 58 173
Hex A2 3A AD

RGB Percentages of Color #a23aad

%41.22
%14.76
%44.02

CMYK Percentages of Color #a23aad

%6
%66
%0
%32

Triadic Colors of #a23aad

#a23aad #ada23a #3aada2

Analogous Colors of #a23aad

#a23aad #ad3a7f #693aad

Monochromatic Colors of #a23aad

#a23aad

Complementary Color

#a23aad #45ad3a

#a23aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23aad Color CSS Codes

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

#a23aad Text Font Color

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

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


#a23aad Background Color

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

This div background color is #a23aad


#a23aad Border Color

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

This div border color is #a23aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,58,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a23aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23aad


Comments

No comments written yet.

Please login to write comment.