color details

Color Details
#afa5c5 Color Hex

#afa5c5 color RGB value is (10, 250, 92).
#afa5c5 hex color red value is 10, green value is 250, and blue value is 92.
Cylindrical-coordinate representations (HSL) of color #afa5c5 hue: 140.5, saturation: 0.96 and lightness: 0.51.

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

Color Spaces
Color spaces of #afa5c5Value
RGB175, 165, 197
HSL0.72, 0.22, 0.71
HSV259°, 16°, 77°
XYZ41.21, 40.06, 58.37
Base Numbers
Base Red Green Blue
Binary 10101111 10100101 11000101
Octal 257 245 305
Decimal 175 165 197
Hex AF A5 C5

RGB Percentages for Color #afa5c5

32.59%
30.73%
36.69%

CMYK Percentages of the Color #afa5c5

11.17%
16.24%
22.75%
CSS Codes for Color #afa5c5
.mybgColor {background-color: #afa5c5;}
.myforeColor {color: #afa5c5;}
.myborderColor {border:3px solid #afa5c5;}
Text Font Color #afa5c5

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top