Color Hex Logo

#a0475c Color Hex

#A0475C
(160,71,92)
0 Favorites   0 Comments

Color spaces of #a0475c

RGB 1607192
HSL0.960.390.45
HSV346°56°63°
CMYK 0.000.560.43   0.37
XYZ18.682212.752811.6021
Yxy12.75280.43410.2963
Hunter Lab35.711130.88775.7351
CIE-Lab42.388439.04035.8521

#a0475c color RGB value is (160,71,92).

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

The process color (four color CMYK) of #a0475c color hex is 0.00, 0.56, 0.43, 0.37. Web safe color of #a0475c is #993366. Color #a0475c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 01011100
Octal 240 107 134
Decimal 160 71 92
Hex A0 47 5C

RGB Percentages of Color #a0475c

%49.54
%21.98
%28.48

CMYK Percentages of Color #a0475c

%0
%56
%43
%37

Triadic Colors of #a0475c

#a0475c #5ca047 #475ca0

Analogous Colors of #a0475c

#a0475c #a05f47 #a04789

Monochromatic Colors of #a0475c

#a0475c

Complementary Color

#a0475c #47a08b

#a0475c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0475c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0475c Color CSS Codes

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

#a0475c Text Font Color

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

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


#a0475c Background Color

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

This div background color is #a0475c


#a0475c Border Color

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

This div border color is #a0475c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0475c


Comments

No comments written yet.

Please login to write comment.