Color Hex Logo

#ad4661 Color Hex

#AD4661
(173,70,97)
0 Favorites   0 Comments

Color spaces of #ad4661

RGB 1737097
HSL0.960.420.48
HSV344°60°68°
CMYK 0.000.600.44   0.32
XYZ21.581414.127612.8987
Yxy14.12760.44400.2906
Hunter Lab37.586736.71385.9640
CIE-Lab44.415444.62445.9387

#ad4661 color RGB value is (173,70,97).

#ad4661 hex color red value is 173, green value is 70 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ad4661 hue: 0.96 , saturation: 0.42 and the lightness value of ad4661 is 0.48.

The process color (four color CMYK) of #ad4661 color hex is 0.00, 0.60, 0.44, 0.32. Web safe color of #ad4661 is #993366. Color #ad4661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000110 01100001
Octal 255 106 141
Decimal 173 70 97
Hex AD 46 61

RGB Percentages of Color #ad4661

%50.88
%20.59
%28.53

CMYK Percentages of Color #ad4661

%0
%60
%44
%32

Triadic Colors of #ad4661

#ad4661 #61ad46 #4661ad

Analogous Colors of #ad4661

#ad4661 #ad5f46 #ad4695

Monochromatic Colors of #ad4661

#ad4661

Complementary Color

#ad4661 #46ad92

#ad4661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4661 Color CSS Codes

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

#ad4661 Text Font Color

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

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


#ad4661 Background Color

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

This div background color is #ad4661


#ad4661 Border Color

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

This div border color is #ad4661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4661


Comments

No comments written yet.

Please login to write comment.