Color Hex Logo

#ad207f Color Hex

#AD207F
(173,32,127)
0 Favorites   0 Comments

Color spaces of #ad207f

RGB 17332127
HSL0.890.690.40
HSV320°82°68°
CMYK 0.000.820.27   0.32
XYZ21.580911.449621.1512
Yxy11.44960.39830.2113
Hunter Lab33.837354.6294-13.3753
CIE-Lab40.327662.2417-18.7136

#ad207f color RGB value is (173,32,127).

#ad207f hex color red value is 173, green value is 32 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad207f hue: 0.89 , saturation: 0.69 and the lightness value of ad207f is 0.40.

The process color (four color CMYK) of #ad207f color hex is 0.00, 0.82, 0.27, 0.32. Web safe color of #ad207f is #993366. Color #ad207f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100000 01111111
Octal 255 40 177
Decimal 173 32 127
Hex AD 20 7F

RGB Percentages of Color #ad207f

%52.11
%9.64
%38.25

CMYK Percentages of Color #ad207f

%0
%82
%27
%32

Triadic Colors of #ad207f

#ad207f #7fad20 #207fad

Analogous Colors of #ad207f

#ad207f #ad2038 #9520ad

Monochromatic Colors of #ad207f

#ad207f

Complementary Color

#ad207f #20ad4e

#ad207f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad207f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad207f Color CSS Codes

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

#ad207f Text Font Color

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

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


#ad207f Background Color

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

This div background color is #ad207f


#ad207f Border Color

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

This div border color is #ad207f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad207f


Comments

No comments written yet.

Please login to write comment.