Color Hex Logo

#a04071 Color Hex

#A04071
(160,64,113)
0 Favorites   0 Comments

Color spaces of #a04071

RGB 16064113
HSL0.910.430.44
HSV329°60°63°
CMYK 0.000.600.29   0.37
XYZ19.311212.332616.9854
Yxy12.33260.39710.2536
Hunter Lab35.117836.7006-4.0943
CIE-Lab41.739945.0621-8.1119

#a04071 color RGB value is (160,64,113).

#a04071 hex color red value is 160, green value is 64 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a04071 hue: 0.91 , saturation: 0.43 and the lightness value of a04071 is 0.44.

The process color (four color CMYK) of #a04071 color hex is 0.00, 0.60, 0.29, 0.37. Web safe color of #a04071 is #993366. Color #a04071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 01110001
Octal 240 100 161
Decimal 160 64 113
Hex A0 40 71

RGB Percentages of Color #a04071

%47.48
%18.99
%33.53

CMYK Percentages of Color #a04071

%0
%60
%29
%37

Triadic Colors of #a04071

#a04071 #71a040 #4071a0

Analogous Colors of #a04071

#a04071 #a04041 #9f40a0

Monochromatic Colors of #a04071

#a04071

Complementary Color

#a04071 #40a06f

#a04071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04071 Color CSS Codes

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

#a04071 Text Font Color

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

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


#a04071 Background Color

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

This div background color is #a04071


#a04071 Border Color

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

This div border color is #a04071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04071


Comments

No comments written yet.

Please login to write comment.