Color Hex Logo

#a4095a Color Hex

#A4095A
(164,9,90)
0 Favorites   0 Comments

Color spaces of #a4095a

RGB 164990
HSL0.910.900.34
HSV329°95°64°
CMYK 0.000.950.45   0.36
XYZ17.25308.826110.4671
Yxy8.82610.47210.2415
Hunter Lab29.708851.6714-0.0931
CIE-Lab35.647360.4859-2.5719

#a4095a color RGB value is (164,9,90).

#a4095a hex color red value is 164, green value is 9 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a4095a hue: 0.91 , saturation: 0.90 and the lightness value of a4095a is 0.34.

The process color (four color CMYK) of #a4095a color hex is 0.00, 0.95, 0.45, 0.36. Web safe color of #a4095a is #990066. Color #a4095a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001001 01011010
Octal 244 11 132
Decimal 164 9 90
Hex A4 9 5A

RGB Percentages of Color #a4095a

%62.36
%3.42
%34.22

CMYK Percentages of Color #a4095a

%0
%95
%45
%36

Triadic Colors of #a4095a

#a4095a #5aa409 #095aa4

Analogous Colors of #a4095a

#a4095a #a4090d #a109a4

Monochromatic Colors of #a4095a

#a4095a

Complementary Color

#a4095a #09a453

#a4095a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4095a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4095a Color CSS Codes

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

#a4095a Text Font Color

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

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


#a4095a Background Color

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

This div background color is #a4095a


#a4095a Border Color

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

This div border color is #a4095a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,9,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4095a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4095a;
  -webkit-box-shadow: 1px 1px 3px 2px #a4095a;
  box-shadow:         1px 1px 3px 2px #a4095a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,9,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4095a


Comments

No comments written yet.

Please login to write comment.