Color Hex Logo

#a04276 Color Hex

#A04276
(160,66,118)
0 Favorites   0 Comments

Color spaces of #a04276

RGB 16066118
HSL0.910.420.44
HSV327°59°63°
CMYK 0.000.590.26   0.37
XYZ19.715412.678018.5475
Yxy12.67800.38700.2489
Hunter Lab35.606236.5259-5.9602
CIE-Lab42.274044.7967-10.3953

#a04276 color RGB value is (160,66,118).

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

The process color (four color CMYK) of #a04276 color hex is 0.00, 0.59, 0.26, 0.37. Web safe color of #a04276 is #993366. Color #a04276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000010 01110110
Octal 240 102 166
Decimal 160 66 118
Hex A0 42 76

RGB Percentages of Color #a04276

%46.51
%19.19
%34.30

CMYK Percentages of Color #a04276

%0
%59
%26
%37

Triadic Colors of #a04276

#a04276 #76a042 #4276a0

Analogous Colors of #a04276

#a04276 #a04247 #9b42a0

Monochromatic Colors of #a04276

#a04276

Complementary Color

#a04276 #42a06c

#a04276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04276 Color CSS Codes

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

#a04276 Text Font Color

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

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


#a04276 Background Color

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

This div background color is #a04276


#a04276 Border Color

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

This div border color is #a04276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04276


Comments

No comments written yet.

Please login to write comment.