Color Hex Logo

#ad758c Color Hex

#AD758C
(173,117,140)
0 Favorites   0 Comments

Color spaces of #ad758c

RGB 173117140
HSL0.930.250.57
HSV335°32°68°
CMYK 0.000.320.19   0.32
XYZ28.328523.500327.8539
Yxy23.50030.35550.2949
Hunter Lab48.477119.4749-0.1328
CIE-Lab55.584025.4371-3.5408

#ad758c color RGB value is (173,117,140).

#ad758c hex color red value is 173, green value is 117 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ad758c hue: 0.93 , saturation: 0.25 and the lightness value of ad758c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 10001100
Octal 255 165 214
Decimal 173 117 140
Hex AD 75 8C

RGB Percentages of Color #ad758c

%40.23
%27.21
%32.56

CMYK Percentages of Color #ad758c

%0
%32
%19
%32

Triadic Colors of #ad758c

#ad758c #8cad75 #758cad

Analogous Colors of #ad758c

#ad758c #ad7a75 #ad75a8

Monochromatic Colors of #ad758c

#ad758c

Complementary Color

#ad758c #75ad96

#ad758c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad758c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad758c Color CSS Codes

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

#ad758c Text Font Color

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

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


#ad758c Background Color

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

This div background color is #ad758c


#ad758c Border Color

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

This div border color is #ad758c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad758c


Comments

No comments written yet.

Please login to write comment.