Color Hex Logo

#ad094a Color Hex

#AD094A
(173,9,74)
0 Favorites   0 Comments

Color spaces of #ad094a

RGB 173974
HSL0.930.900.36
HSV336°95°68°
CMYK 0.000.950.57   0.32
XYZ18.56739.57407.3479
Yxy9.57400.52320.2698
Hunter Lab30.941952.96427.5795
CIE-Lab37.066761.381210.0682

#ad094a color RGB value is (173,9,74).

#ad094a hex color red value is 173, green value is 9 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ad094a hue: 0.93 , saturation: 0.90 and the lightness value of ad094a is 0.36.

The process color (four color CMYK) of #ad094a color hex is 0.00, 0.95, 0.57, 0.32. Web safe color of #ad094a is #990033. Color #ad094a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001001 01001010
Octal 255 11 112
Decimal 173 9 74
Hex AD 9 4A

RGB Percentages of Color #ad094a

%67.58
%3.52
%28.91

CMYK Percentages of Color #ad094a

%0
%95
%57
%32

Triadic Colors of #ad094a

#ad094a #4aad09 #094aad

Analogous Colors of #ad094a

#ad094a #ad1a09 #ad099c

Monochromatic Colors of #ad094a

#ad094a

Complementary Color

#ad094a #09ad6c

#ad094a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad094a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad094a Color CSS Codes

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

#ad094a Text Font Color

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

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


#ad094a Background Color

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

This div background color is #ad094a


#ad094a Border Color

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

This div border color is #ad094a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad094a


Comments

No comments written yet.

Please login to write comment.