Color Hex Logo

#ad227f Color Hex

#AD227F
(173,34,127)
0 Favorites   0 Comments

Color spaces of #ad227f

RGB 17334127
HSL0.890.670.41
HSV320°80°68°
CMYK 0.000.800.27   0.32
XYZ21.636411.560621.1697
Yxy11.56060.39800.2126
Hunter Lab34.000954.0866-13.1146
CIE-Lab40.509161.7209-18.4345

#ad227f color RGB value is (173,34,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100010 01111111
Octal 255 42 177
Decimal 173 34 127
Hex AD 22 7F

RGB Percentages of Color #ad227f

%51.80
%10.18
%38.02

CMYK Percentages of Color #ad227f

%0
%80
%27
%32

Triadic Colors of #ad227f

#ad227f #7fad22 #227fad

Analogous Colors of #ad227f

#ad227f #ad2239 #9622ad

Monochromatic Colors of #ad227f

#ad227f

Complementary Color

#ad227f #22ad50

#ad227f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad227f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad227f Color CSS Codes

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

#ad227f Text Font Color

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

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


#ad227f Background Color

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

This div background color is #ad227f


#ad227f Border Color

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

This div border color is #ad227f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad227f

#ad227f Color Palettes


Comments

No comments written yet.

Please login to write comment.