color details

Color Details
#c5abdd Color Hex

#c5abdd color RGB value is (12, 90, 189).
#c5abdd hex color red value is 12, green value is 90, and blue value is 189.
Cylindrical-coordinate representations (HSL) of color #c5abdd hue: 213.56, saturation: 0.88 and lightness: 0.39.

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

Color Spaces
Color spaces of #c5abddValue
RGB197, 171, 221
HSL0.75, 0.42, 0.77
HSV271°, 23°, 87°
XYZ50.64, 46.22, 74.65
Base Numbers
Base Red Green Blue
Binary 11000101 10101011 11011101
Octal 305 253 335
Decimal 197 171 221
Hex C5 AB DD

RGB Percentages for Color #c5abdd

33.45%
29.03%
37.52%

CMYK Percentages of the Color #c5abdd

10.86%
22.62%
13.33%
CSS Codes for Color #c5abdd
.mybgColor {background-color: #c5abdd;}
.myforeColor {color: #c5abdd;}
.myborderColor {border:3px solid #c5abdd;}
Text Font Color #c5abdd

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top