Color Hex Logo

#a04792 Color Hex

#A04792
(160,71,146)
0 Favorites   0 Comments

Color spaces of #a04792

RGB 16071146
HSL0.860.390.45
HSV309°56°63°
CMYK 0.000.560.09   0.37
XYZ21.938714.055428.7508
Yxy14.05540.33880.2171
Hunter Lab37.490538.8462-19.2250
CIE-Lab44.312346.7430-24.3232

#a04792 color RGB value is (160,71,146).

#a04792 hex color red value is 160, green value is 71 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a04792 hue: 0.86 , saturation: 0.39 and the lightness value of a04792 is 0.45.

The process color (four color CMYK) of #a04792 color hex is 0.00, 0.56, 0.09, 0.37. Web safe color of #a04792 is #993399. Color #a04792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 10010010
Octal 240 107 222
Decimal 160 71 146
Hex A0 47 92

RGB Percentages of Color #a04792

%42.44
%18.83
%38.73

CMYK Percentages of Color #a04792

%0
%56
%9
%37

Triadic Colors of #a04792

#a04792 #92a047 #4792a0

Analogous Colors of #a04792

#a04792 #a04766 #8247a0

Monochromatic Colors of #a04792

#a04792

Complementary Color

#a04792 #47a055

#a04792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04792 Color CSS Codes

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

#a04792 Text Font Color

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

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


#a04792 Background Color

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

This div background color is #a04792


#a04792 Border Color

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

This div border color is #a04792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04792


Comments

No comments written yet.

Please login to write comment.