Color Hex Logo

#a04595 Color Hex

#A04595
(160,69,149)
0 Favorites   0 Comments

Color spaces of #a04595

RGB 16069149
HSL0.850.400.45
HSV307°57°63°
CMYK 0.000.570.07   0.37
XYZ22.050113.899829.9545
Yxy13.89980.33460.2109
Hunter Lab37.282440.3267-21.5387
CIE-Lab44.088948.2241-26.4745

#a04595 color RGB value is (160,69,149).

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

The process color (four color CMYK) of #a04595 color hex is 0.00, 0.57, 0.07, 0.37. Web safe color of #a04595 is #993399. Color #a04595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000101 10010101
Octal 240 105 225
Decimal 160 69 149
Hex A0 45 95

RGB Percentages of Color #a04595

%42.33
%18.25
%39.42

CMYK Percentages of Color #a04595

%0
%57
%7
%37

Triadic Colors of #a04595

#a04595 #95a045 #4595a0

Analogous Colors of #a04595

#a04595 #a04568 #7e45a0

Monochromatic Colors of #a04595

#a04595

Complementary Color

#a04595 #45a050

#a04595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04595 Color CSS Codes

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

#a04595 Text Font Color

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

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


#a04595 Background Color

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

This div background color is #a04595


#a04595 Border Color

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

This div border color is #a04595


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,69,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04595


Comments

No comments written yet.

Please login to write comment.