Color Hex Logo

#ad229f Color Hex

#AD229F
(173,34,159)
0 Favorites   0 Comments

Color spaces of #ad229f

RGB 17334159
HSL0.850.670.41
HSV306°80°68°
CMYK 0.000.800.08   0.32
XYZ24.063612.531533.9514
Yxy12.53150.34110.1776
Hunter Lab35.399959.3884-32.0841
CIE-Lab42.048766.0986-35.5378

#ad229f color RGB value is (173,34,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100010 10011111
Octal 255 42 237
Decimal 173 34 159
Hex AD 22 9F

RGB Percentages of Color #ad229f

%47.27
%9.29
%43.44

CMYK Percentages of Color #ad229f

%0
%80
%8
%32

Triadic Colors of #ad229f

#ad229f #9fad22 #229fad

Analogous Colors of #ad229f

#ad229f #ad2259 #7622ad

Monochromatic Colors of #ad229f

#ad229f

Complementary Color

#ad229f #22ad30

#ad229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad229f Color CSS Codes

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

#ad229f Text Font Color

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

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


#ad229f Background Color

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

This div background color is #ad229f


#ad229f Border Color

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

This div border color is #ad229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad229f


Comments

No comments written yet.

Please login to write comment.