Color Hex Logo

#a04690 Color Hex

#A04690
(160,70,144)
0 Favorites   0 Comments

Color spaces of #a04690

RGB 16070144
HSL0.860.390.45
HSV311°56°63°
CMYK 0.000.560.10   0.37
XYZ21.721413.867527.9174
Yxy13.86750.34200.2184
Hunter Lab37.239138.9499-18.3812
CIE-Lab44.042346.8906-23.5367

#a04690 color RGB value is (160,70,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000110 10010000
Octal 240 106 220
Decimal 160 70 144
Hex A0 46 90

RGB Percentages of Color #a04690

%42.78
%18.72
%38.50

CMYK Percentages of Color #a04690

%0
%56
%10
%37

Triadic Colors of #a04690

#a04690 #90a046 #4690a0

Analogous Colors of #a04690

#a04690 #a04663 #8346a0

Monochromatic Colors of #a04690

#a04690

Complementary Color

#a04690 #46a056

#a04690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04690 Color CSS Codes

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

#a04690 Text Font Color

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

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


#a04690 Background Color

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

This div background color is #a04690


#a04690 Border Color

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

This div border color is #a04690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04690


Comments

No comments written yet.

Please login to write comment.