Color Hex Logo

#ad228f Color Hex

#AD228F
(173,34,143)
0 Favorites   0 Comments

Color spaces of #ad228f

RGB 17334143
HSL0.870.670.41
HSV313°80°68°
CMYK 0.000.800.17   0.32
XYZ22.763512.011527.1053
Yxy12.01150.36790.1941
Hunter Lab34.657656.5899-22.1097
CIE-Lab41.234463.8062-27.1337

#ad228f color RGB value is (173,34,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100010 10001111
Octal 255 42 217
Decimal 173 34 143
Hex AD 22 8F

RGB Percentages of Color #ad228f

%49.43
%9.71
%40.86

CMYK Percentages of Color #ad228f

%0
%80
%17
%32

Triadic Colors of #ad228f

#ad228f #8fad22 #228fad

Analogous Colors of #ad228f

#ad228f #ad2249 #8622ad

Monochromatic Colors of #ad228f

#ad228f

Complementary Color

#ad228f #22ad40

#ad228f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad228f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad228f Color CSS Codes

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

#ad228f Text Font Color

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

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


#ad228f Background Color

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

This div background color is #ad228f


#ad228f Border Color

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

This div border color is #ad228f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad228f


Comments

No comments written yet.

Please login to write comment.