Color Hex Logo

#ad094d Color Hex

#AD094D
(173,9,77)
0 Favorites   0 Comments

Color spaces of #ad094d

RGB 173977
HSL0.930.900.36
HSV335°95°68°
CMYK 0.000.950.55   0.32
XYZ18.67089.61547.8931
Yxy9.61540.51610.2658
Hunter Lab31.008753.21226.6141
CIE-Lab37.143161.59008.2338

#ad094d color RGB value is (173,9,77).

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

The process color (four color CMYK) of #ad094d color hex is 0.00, 0.95, 0.55, 0.32. Web safe color of #ad094d is #990066. Color #ad094d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001001 01001101
Octal 255 11 115
Decimal 173 9 77
Hex AD 9 4D

RGB Percentages of Color #ad094d

%66.80
%3.47
%29.73

CMYK Percentages of Color #ad094d

%0
%95
%55
%32

Triadic Colors of #ad094d

#ad094d #4dad09 #094dad

Analogous Colors of #ad094d

#ad094d #ad1709 #ad099f

Monochromatic Colors of #ad094d

#ad094d

Complementary Color

#ad094d #09ad69

#ad094d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad094d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad094d Color CSS Codes

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

#ad094d Text Font Color

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

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


#ad094d Background Color

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

This div background color is #ad094d


#ad094d Border Color

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

This div border color is #ad094d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad094d


Comments

No comments written yet.

Please login to write comment.