Color Hex Logo

#ad076d Color Hex

#AD076D
(173,7,109)
0 Favorites   0 Comments

Color spaces of #ad076d

RGB 1737109
HSL0.900.920.35
HSV323°96°68°
CMYK 0.000.960.37   0.32
XYZ20.069910.140315.3675
Yxy10.14030.44030.2225
Hunter Lab31.843856.7747-6.3220
CIE-Lab38.093164.5814-10.8665

#ad076d color RGB value is (173,7,109).

#ad076d hex color red value is 173, green value is 7 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ad076d hue: 0.90 , saturation: 0.92 and the lightness value of ad076d is 0.35.

The process color (four color CMYK) of #ad076d color hex is 0.00, 0.96, 0.37, 0.32. Web safe color of #ad076d is #990066. Color #ad076d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000111 01101101
Octal 255 7 155
Decimal 173 7 109
Hex AD 7 6D

RGB Percentages of Color #ad076d

%59.86
%2.42
%37.72

CMYK Percentages of Color #ad076d

%0
%96
%37
%32

Triadic Colors of #ad076d

#ad076d #6dad07 #076dad

Analogous Colors of #ad076d

#ad076d #ad071a #9a07ad

Monochromatic Colors of #ad076d

#ad076d

Complementary Color

#ad076d #07ad47

#ad076d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad076d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad076d Color CSS Codes

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

#ad076d Text Font Color

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

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


#ad076d Background Color

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

This div background color is #ad076d


#ad076d Border Color

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

This div border color is #ad076d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad076d


Comments

No comments written yet.

Please login to write comment.