Color Hex Logo

#a4509f Color Hex

#A4509F
(164,80,159)
0 Favorites   0 Comments

Color spaces of #a4509f

RGB 16480159
HSL0.840.340.48
HSV304°51°64°
CMYK 0.000.510.03   0.36
XYZ24.436516.133034.6269
Yxy16.13300.32500.2145
Hunter Lab40.165938.3071-22.9976
CIE-Lab47.148545.7421-27.6385

#a4509f color RGB value is (164,80,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010000 10011111
Octal 244 120 237
Decimal 164 80 159
Hex A4 50 9F

RGB Percentages of Color #a4509f

%40.69
%19.85
%39.45

CMYK Percentages of Color #a4509f

%0
%51
%3
%36

Triadic Colors of #a4509f

#a4509f #9fa450 #509fa4

Analogous Colors of #a4509f

#a4509f #a45075 #7f50a4

Monochromatic Colors of #a4509f

#a4509f

Complementary Color

#a4509f #50a455

#a4509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4509f Color CSS Codes

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

#a4509f Text Font Color

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

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


#a4509f Background Color

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

This div background color is #a4509f


#a4509f Border Color

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

This div border color is #a4509f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,80,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4509f


Comments

No comments written yet.

Please login to write comment.