color details

Color Details
#a55582 Color Hex

#a55582 color RGB value is (10, 85, 88).
#a55582 hex color red value is 10, green value is 85, and blue value is 88.
Cylindrical-coordinate representations (HSL) of color #a55582 hue: 182.31, saturation: 0.8 and lightness: 0.19.

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

Color Spaces
Color spaces of #a55582Value
RGB165, 85, 130
HSL0.91, 0.32, 0.49
HSV326°, 48°, 65°
XYZ22.8, 16.11, 23.02
Base Numbers
Base Red Green Blue
Binary 10100101 1010101 10000010
Octal 245 125 202
Decimal 165 85 130
Hex A5 55 82

RGB Percentages for Color #a55582

43.42%
22.37%
34.21%

CMYK Percentages of the Color #a55582

48.48%
21.21%
35.29%
CSS Codes for Color #a55582
.mybgColor {background-color: #a55582;}
.myforeColor {color: #a55582;}
.myborderColor {border:3px solid #a55582;}
Text Font Color #a55582

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

This sample text is styled with the font color #a55582. 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 #a55582

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(165, 85, 130, 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 #a55582;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top