Color Hex Logo

#a3139a Color Hex

#A3139A
(163,19,154)
0 Favorites   0 Comments

Color spaces of #a3139a

RGB 16319154
HSL0.840.790.36
HSV304°88°64°
CMYK 0.000.880.06   0.36
XYZ21.169910.585431.4993
Yxy10.58540.33470.1673
Hunter Lab32.535259.2091-34.6276
CIE-Lab38.873266.5618-37.6658

#a3139a color RGB value is (163,19,154).

#a3139a hex color red value is 163, green value is 19 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a3139a hue: 0.84 , saturation: 0.79 and the lightness value of a3139a is 0.36.

The process color (four color CMYK) of #a3139a color hex is 0.00, 0.88, 0.06, 0.36. Web safe color of #a3139a is #990099. Color #a3139a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010011 10011010
Octal 243 23 232
Decimal 163 19 154
Hex A3 13 9A

RGB Percentages of Color #a3139a

%48.51
%5.65
%45.83

CMYK Percentages of Color #a3139a

%0
%88
%6
%36

Triadic Colors of #a3139a

#a3139a #9aa313 #139aa3

Analogous Colors of #a3139a

#a3139a #a31352 #6413a3

Monochromatic Colors of #a3139a

#a3139a

Complementary Color

#a3139a #13a31c

#a3139a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3139a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3139a Color CSS Codes

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

#a3139a Text Font Color

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

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


#a3139a Background Color

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

This div background color is #a3139a


#a3139a Border Color

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

This div border color is #a3139a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,19,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3139a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3139a;
  -webkit-box-shadow: 1px 1px 3px 2px #a3139a;
  box-shadow:         1px 1px 3px 2px #a3139a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,19,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3139a


Comments

No comments written yet.

Please login to write comment.