Color Hex Logo

#a04061 Color Hex

#A04061
(160,64,97)
0 Favorites   0 Comments

Color spaces of #a04061

RGB 1606497
HSL0.940.430.44
HSV339°60°63°
CMYK 0.000.600.39   0.37
XYZ18.488312.003412.6517
Yxy12.00340.42850.2782
Hunter Lab34.645934.62362.6011
CIE-Lab41.221543.06061.0631

#a04061 color RGB value is (160,64,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 01100001
Octal 240 100 141
Decimal 160 64 97
Hex A0 40 61

RGB Percentages of Color #a04061

%49.84
%19.94
%30.22

CMYK Percentages of Color #a04061

%0
%60
%39
%37

Triadic Colors of #a04061

#a04061 #61a040 #4061a0

Analogous Colors of #a04061

#a04061 #a04f40 #a04091

Monochromatic Colors of #a04061

#a04061

Complementary Color

#a04061 #40a07f

#a04061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04061 Color CSS Codes

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

#a04061 Text Font Color

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

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


#a04061 Background Color

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

This div background color is #a04061


#a04061 Border Color

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

This div border color is #a04061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04061


Comments

No comments written yet.

Please login to write comment.