Color Hex Logo

#ad7faf Color Hex

#AD7FAF
(173,127,175)
0 Favorites   0 Comments

Color spaces of #ad7faf

RGB 173127175
HSL0.830.230.59
HSV298°27°69°
CMYK 0.010.270.00   0.31
XYZ32.560827.158144.0833
Yxy27.15810.31370.2616
Hunter Lab52.113420.3294-13.6746
CIE-Lab59.120426.0609-18.4388

#ad7faf color RGB value is (173,127,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111111 10101111
Octal 255 177 257
Decimal 173 127 175
Hex AD 7F AF

RGB Percentages of Color #ad7faf

%36.42
%26.74
%36.84

CMYK Percentages of Color #ad7faf

%1
%27
%0
%31

Triadic Colors of #ad7faf

#ad7faf #afad7f #7fafad

Analogous Colors of #ad7faf

#ad7faf #af7f99 #957faf

Monochromatic Colors of #ad7faf

#ad7faf

Complementary Color

#ad7faf #81af7f

#ad7faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7faf Color CSS Codes

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

#ad7faf Text Font Color

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

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


#ad7faf Background Color

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

This div background color is #ad7faf


#ad7faf Border Color

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

This div border color is #ad7faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,127,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 #ad7faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7faf


Comments

No comments written yet.

Please login to write comment.