color details

Color Details
#AD4379 Color Hex

#AD4379 color RGB value is (10, 212, 55).
#AD4379 hex color red value is 10, green value is 212, and blue value is 55.
Cylindrical-coordinate representations (HSL) of color #AD4379 hue: 133.37, saturation: 0.91 and lightness: 0.44.

The process color (four-color CMYK) of #AD4379 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #AD4379 is #ff9999. Color #AD4379 contains mainly RED.

Color Spaces
Color spaces of #AD4379Value
RGB173, 67, 121
HSL0.92, 0.44, 0.47
HSV329°, 61°, 68°
XYZ22.69, 14.28, 19.65
Base Numbers
Base Red Green Blue
Binary 10101101 1000011 1111001
Octal 255 103 171
Decimal 173 67 121
Hex AD 43 79

RGB Percentages for Color #AD4379

47.92%
18.56%
33.52%

CMYK Percentages of the Color #AD4379

61.27%
30.06%
32.16%
CSS Codes for Color #AD4379
.mybgColor {background-color: #AD4379;}
.myforeColor {color: #AD4379;}
.myborderColor {border:3px solid #AD4379;}
Text Font Color #AD4379

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

This sample text is styled with the font color #AD4379. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #AD4379

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

The background color of this div is #AD4379
Border Color #AD4379

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

The border color of this div is #AD4379
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(173, 67, 121, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #AD4379;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #AD4379;
-webkit-box-shadow: 1px 1px 3px #AD4379;
box-shadow: 1px 1px 3px #AD4379;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

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

This div box has a shadow with a specified color. #AD4379

Scroll to Top