Color Hex Logo

#a9055f Color Hex

#A9055F
(169,5,95)
0 Favorites   0 Comments

Color spaces of #a9055f

RGB 169595
HSL0.910.940.34
HSV327°97°66°
CMYK 0.000.970.44   0.34
XYZ18.48209.369811.6609
Yxy9.36980.46770.2371
Hunter Lab30.610154.2083-1.1594
CIE-Lab36.686862.5742-4.1383

#a9055f color RGB value is (169,5,95).

#a9055f hex color red value is 169, green value is 5 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a9055f hue: 0.91 , saturation: 0.94 and the lightness value of a9055f is 0.34.

The process color (four color CMYK) of #a9055f color hex is 0.00, 0.97, 0.44, 0.34. Web safe color of #a9055f is #990066. Color #a9055f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000101 01011111
Octal 251 5 137
Decimal 169 5 95
Hex A9 5 5F

RGB Percentages of Color #a9055f

%62.83
%1.86
%35.32

CMYK Percentages of Color #a9055f

%0
%97
%44
%34

Triadic Colors of #a9055f

#a9055f #5fa905 #055fa9

Analogous Colors of #a9055f

#a9055f #a9050d #a105a9

Monochromatic Colors of #a9055f

#a9055f

Complementary Color

#a9055f #05a94f

#a9055f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9055f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9055f Color CSS Codes

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

#a9055f Text Font Color

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

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


#a9055f Background Color

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

This div background color is #a9055f


#a9055f Border Color

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

This div border color is #a9055f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,5,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9055f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9055f;
  -webkit-box-shadow: 1px 1px 3px 2px #a9055f;
  box-shadow:         1px 1px 3px 2px #a9055f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,5,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9055f


Comments

No comments written yet.

Please login to write comment.