Color Hex Logo

#a04055 Color Hex

#A04055
(160,64,85)
0 Favorites   0 Comments

Color spaces of #a04055

RGB 1606485
HSL0.960.430.44
HSV347°60°63°
CMYK 0.000.600.47   0.37
XYZ17.970311.79639.9241
Yxy11.79630.45280.2972
Hunter Lab34.345733.28936.9104
CIE-Lab40.890541.75618.0806

#a04055 color RGB value is (160,64,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 01010101
Octal 240 100 125
Decimal 160 64 85
Hex A0 40 55

RGB Percentages of Color #a04055

%51.78
%20.71
%27.51

CMYK Percentages of Color #a04055

%0
%60
%47
%37

Triadic Colors of #a04055

#a04055 #55a040 #4055a0

Analogous Colors of #a04055

#a04055 #a05b40 #a04085

Monochromatic Colors of #a04055

#a04055

Complementary Color

#a04055 #40a08b

#a04055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04055 Color CSS Codes

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

#a04055 Text Font Color

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

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


#a04055 Background Color

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

This div background color is #a04055


#a04055 Border Color

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

This div border color is #a04055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04055


Comments

No comments written yet.

Please login to write comment.