Color Hex Logo

#a04474 Color Hex

#A04474
(160,68,116)
0 Favorites   0 Comments

Color spaces of #a04474

RGB 16068116
HSL0.910.400.45
HSV329°58°63°
CMYK 0.000.580.28   0.37
XYZ19.716712.868817.9677
Yxy12.86880.39000.2546
Hunter Lab35.873135.3298-4.5853
CIE-Lab42.564943.5494-8.7263

#a04474 color RGB value is (160,68,116).

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

The process color (four color CMYK) of #a04474 color hex is 0.00, 0.58, 0.28, 0.37. Web safe color of #a04474 is #993366. Color #a04474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 01110100
Octal 240 104 164
Decimal 160 68 116
Hex A0 44 74

RGB Percentages of Color #a04474

%46.51
%19.77
%33.72

CMYK Percentages of Color #a04474

%0
%58
%28
%37

Triadic Colors of #a04474

#a04474 #74a044 #4474a0

Analogous Colors of #a04474

#a04474 #a04446 #9e44a0

Monochromatic Colors of #a04474

#a04474

Complementary Color

#a04474 #44a070

#a04474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04474 Color CSS Codes

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

#a04474 Text Font Color

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

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


#a04474 Background Color

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

This div background color is #a04474


#a04474 Border Color

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

This div border color is #a04474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04474


Comments

No comments written yet.

Please login to write comment.