Color Hex Logo

#a3509a Color Hex

#A3509A
(163,80,154)
0 Favorites   0 Comments

Color spaces of #a3509a

RGB 16380154
HSL0.850.340.48
HSV307°51°64°
CMYK 0.000.510.06   0.36
XYZ23.805715.856932.3778
Yxy15.85690.33040.2201
Hunter Lab39.820737.0249-20.3336
CIE-Lab46.786244.5442-25.2411

#a3509a color RGB value is (163,80,154).

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

The process color (four color CMYK) of #a3509a color hex is 0.00, 0.51, 0.06, 0.36. Web safe color of #a3509a is #996699. Color #a3509a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 10011010
Octal 243 120 232
Decimal 163 80 154
Hex A3 50 9A

RGB Percentages of Color #a3509a

%41.06
%20.15
%38.79

CMYK Percentages of Color #a3509a

%0
%51
%6
%36

Triadic Colors of #a3509a

#a3509a #9aa350 #509aa3

Analogous Colors of #a3509a

#a3509a #a35071 #8350a3

Monochromatic Colors of #a3509a

#a3509a

Complementary Color

#a3509a #50a359

#a3509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3509a Color CSS Codes

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

#a3509a Text Font Color

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

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


#a3509a Background Color

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

This div background color is #a3509a


#a3509a Border Color

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

This div border color is #a3509a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3509a


Comments

No comments written yet.

Please login to write comment.