Color Hex Logo

#ad749b Color Hex

#AD749B
(173,116,155)
0 Favorites   0 Comments

Color spaces of #ad749b

RGB 173116155
HSL0.890.260.57
HSV319°33°68°
CMYK 0.000.330.10   0.32
XYZ29.395423.741634.0436
Yxy23.74160.33720.2723
Hunter Lab48.725422.4175-7.3172
CIE-Lab55.828128.5259-11.9027

#ad749b color RGB value is (173,116,155).

#ad749b hex color red value is 173, green value is 116 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ad749b hue: 0.89 , saturation: 0.26 and the lightness value of ad749b is 0.57.

The process color (four color CMYK) of #ad749b color hex is 0.00, 0.33, 0.10, 0.32. Web safe color of #ad749b is #996699. Color #ad749b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 10011011
Octal 255 164 233
Decimal 173 116 155
Hex AD 74 9B

RGB Percentages of Color #ad749b

%38.96
%26.13
%34.91

CMYK Percentages of Color #ad749b

%0
%33
%10
%32

Triadic Colors of #ad749b

#ad749b #9bad74 #749bad

Analogous Colors of #ad749b

#ad749b #ad747f #a374ad

Monochromatic Colors of #ad749b

#ad749b

Complementary Color

#ad749b #74ad86

#ad749b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad749b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad749b Color CSS Codes

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

#ad749b Text Font Color

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

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


#ad749b Background Color

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

This div background color is #ad749b


#ad749b Border Color

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

This div border color is #ad749b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad749b


Comments

No comments written yet.

Please login to write comment.