Color Hex Logo

#ad75af Color Hex

#AD75AF
(173,117,175)
0 Favorites   0 Comments

Color spaces of #ad75af

RGB 173117175
HSL0.830.270.57
HSV298°33°69°
CMYK 0.010.330.00   0.31
XYZ31.332724.702043.6740
Yxy24.70200.31420.2477
Hunter Lab49.701125.5535-17.3093
CIE-Lab56.783931.6769-22.0079

#ad75af color RGB value is (173,117,175).

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

The process color (four color CMYK) of #ad75af color hex is 0.01, 0.33, 0.00, 0.31. Web safe color of #ad75af is #996699. Color #ad75af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 10101111
Octal 255 165 257
Decimal 173 117 175
Hex AD 75 AF

RGB Percentages of Color #ad75af

%37.20
%25.16
%37.63

CMYK Percentages of Color #ad75af

%1
%33
%0
%31

Triadic Colors of #ad75af

#ad75af #afad75 #75afad

Analogous Colors of #ad75af

#ad75af #af7594 #9075af

Monochromatic Colors of #ad75af

#ad75af

Complementary Color

#ad75af #77af75

#ad75af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad75af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad75af Color CSS Codes

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

#ad75af Text Font Color

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

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


#ad75af Background Color

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

This div background color is #ad75af


#ad75af Border Color

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

This div border color is #ad75af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad75af


Comments

No comments written yet.

Please login to write comment.