Color Hex Logo

#a3519c Color Hex

#A3519C
(163,81,156)
0 Favorites   0 Comments

Color spaces of #a3519c

RGB 16381156
HSL0.850.340.48
HSV305°50°64°
CMYK 0.000.500.04   0.36
XYZ24.047416.071733.2872
Yxy16.07170.32760.2189
Hunter Lab40.089536.9152-21.1671
CIE-Lab47.068444.3908-25.9928

#a3519c color RGB value is (163,81,156).

#a3519c hex color red value is 163, green value is 81 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a3519c hue: 0.85 , saturation: 0.34 and the lightness value of a3519c is 0.48.

The process color (four color CMYK) of #a3519c color hex is 0.00, 0.50, 0.04, 0.36. Web safe color of #a3519c is #996699. Color #a3519c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010001 10011100
Octal 243 121 234
Decimal 163 81 156
Hex A3 51 9C

RGB Percentages of Color #a3519c

%40.75
%20.25
%39.00

CMYK Percentages of Color #a3519c

%0
%50
%4
%36

Triadic Colors of #a3519c

#a3519c #9ca351 #519ca3

Analogous Colors of #a3519c

#a3519c #a35173 #8151a3

Monochromatic Colors of #a3519c

#a3519c

Complementary Color

#a3519c #51a358

#a3519c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3519c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3519c Color CSS Codes

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

#a3519c Text Font Color

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

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


#a3519c Background Color

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

This div background color is #a3519c


#a3519c Border Color

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

This div border color is #a3519c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3519c


Comments

No comments written yet.

Please login to write comment.