Color Hex Logo

#a23aab Color Hex

#A23AAB
(162,58,171)
0 Favorites   0 Comments

Color spaces of #a23aab

RGB 16258171
HSL0.820.490.45
HSV295°66°67°
CMYK 0.050.660.00   0.33
XYZ23.764013.647839.9099
Yxy13.64780.30730.1765
Hunter Lab36.942950.1722-38.1917
CIE-Lab43.723557.5612-40.1604

#a23aab color RGB value is (162,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111010 10101011
Octal 242 72 253
Decimal 162 58 171
Hex A2 3A AB

RGB Percentages of Color #a23aab

%41.43
%14.83
%43.73

CMYK Percentages of Color #a23aab

%5
%66
%0
%33

Triadic Colors of #a23aab

#a23aab #aba23a #3aaba2

Analogous Colors of #a23aab

#a23aab #ab3a7c #6a3aab

Monochromatic Colors of #a23aab

#a23aab

Complementary Color

#a23aab #43ab3a

#a23aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23aab Color CSS Codes

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

#a23aab Text Font Color

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

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


#a23aab Background Color

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

This div background color is #a23aab


#a23aab Border Color

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

This div border color is #a23aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23aab


Comments

No comments written yet.

Please login to write comment.