Color Hex Logo

#a0449f Color Hex

#A0449F
(160,68,159)
0 Favorites   0 Comments

Color spaces of #a0449f

RGB 16068159
HSL0.840.400.45
HSV301°58°63°
CMYK 0.000.580.01   0.37
XYZ22.822314.111034.3217
Yxy14.11100.32030.1980
Hunter Lab37.564642.7092-27.8763
CIE-Lab44.391750.4642-31.9894

#a0449f color RGB value is (160,68,159).

#a0449f hex color red value is 160, green value is 68 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a0449f hue: 0.84 , saturation: 0.40 and the lightness value of a0449f is 0.45.

The process color (four color CMYK) of #a0449f color hex is 0.00, 0.58, 0.01, 0.37. Web safe color of #a0449f is #993399. Color #a0449f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 10011111
Octal 240 104 237
Decimal 160 68 159
Hex A0 44 9F

RGB Percentages of Color #a0449f

%41.34
%17.57
%41.09

CMYK Percentages of Color #a0449f

%0
%58
%1
%37

Triadic Colors of #a0449f

#a0449f #9fa044 #449fa0

Analogous Colors of #a0449f

#a0449f #a04471 #7344a0

Monochromatic Colors of #a0449f

#a0449f

Complementary Color

#a0449f #44a045

#a0449f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0449f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0449f Color CSS Codes

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

#a0449f Text Font Color

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

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


#a0449f Background Color

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

This div background color is #a0449f


#a0449f Border Color

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

This div border color is #a0449f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0449f


Comments

No comments written yet.

Please login to write comment.