Color Hex Logo

#ad758f Color Hex

#AD758F
(173,117,143)
0 Favorites   0 Comments

Color spaces of #ad758f

RGB 173117143
HSL0.920.250.57
HSV332°32°68°
CMYK 0.000.320.17   0.32
XYZ28.552823.590029.0350
Yxy23.59000.35170.2906
Hunter Lab48.569519.9389-1.4450
CIE-Lab55.674925.9242-5.1538

#ad758f color RGB value is (173,117,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 10001111
Octal 255 165 217
Decimal 173 117 143
Hex AD 75 8F

RGB Percentages of Color #ad758f

%39.95
%27.02
%33.03

CMYK Percentages of Color #ad758f

%0
%32
%17
%32

Triadic Colors of #ad758f

#ad758f #8fad75 #758fad

Analogous Colors of #ad758f

#ad758f #ad7775 #ad75ab

Monochromatic Colors of #ad758f

#ad758f

Complementary Color

#ad758f #75ad93

#ad758f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad758f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad758f Color CSS Codes

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

#ad758f Text Font Color

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

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


#ad758f Background Color

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

This div background color is #ad758f


#ad758f Border Color

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

This div border color is #ad758f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad758f


Comments

No comments written yet.

Please login to write comment.