Color Hex Logo

#a13baa Color Hex

#A13BAA
(161,59,170)
0 Favorites   0 Comments

Color spaces of #a13baa

RGB 16159170
HSL0.820.480.45
HSV295°65°67°
CMYK 0.050.650.00   0.33
XYZ23.517613.607339.4172
Yxy13.60730.30730.1778
Hunter Lab36.888149.2467-37.5334
CIE-Lab43.664456.7236-39.6709

#a13baa color RGB value is (161,59,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111011 10101010
Octal 241 73 252
Decimal 161 59 170
Hex A1 3B AA

RGB Percentages of Color #a13baa

%41.28
%15.13
%43.59

CMYK Percentages of Color #a13baa

%5
%65
%0
%33

Triadic Colors of #a13baa

#a13baa #aaa13b #3baaa1

Analogous Colors of #a13baa

#a13baa #aa3b7c #6a3baa

Monochromatic Colors of #a13baa

#a13baa

Complementary Color

#a13baa #44aa3b

#a13baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13baa Color CSS Codes

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

#a13baa Text Font Color

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

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


#a13baa Background Color

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

This div background color is #a13baa


#a13baa Border Color

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

This div border color is #a13baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,59,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13baa


Comments

No comments written yet.

Please login to write comment.