Color Hex Logo

#a13aab Color Hex

#A13AAB
(161,58,171)
0 Favorites   0 Comments

Color spaces of #a13aab

RGB 16158171
HSL0.820.490.45
HSV295°66°67°
CMYK 0.060.660.00   0.33
XYZ23.561713.543539.9004
Yxy13.54350.30600.1759
Hunter Lab36.801549.8798-38.5215
CIE-Lab43.571057.3222-40.4120

#a13aab color RGB value is (161,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111010 10101011
Octal 241 72 253
Decimal 161 58 171
Hex A1 3A AB

RGB Percentages of Color #a13aab

%41.28
%14.87
%43.85

CMYK Percentages of Color #a13aab

%6
%66
%0
%33

Triadic Colors of #a13aab

#a13aab #aba13a #3aaba1

Analogous Colors of #a13aab

#a13aab #ab3a7d #693aab

Monochromatic Colors of #a13aab

#a13aab

Complementary Color

#a13aab #44ab3a

#a13aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13aab Color CSS Codes

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

#a13aab Text Font Color

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

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


#a13aab Background Color

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

This div background color is #a13aab


#a13aab Border Color

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

This div border color is #a13aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13aab


Comments

No comments written yet.

Please login to write comment.