color details

Color Details
#d0aaf3 Color Hex

#d0aaf3 color RGB value is (13, 10, 175).
#d0aaf3 hex color red value is 13, green value is 10, and blue value is 175.
Cylindrical-coordinate representations (HSL) of color #d0aaf3 hue: 241.09, saturation: 0.89 and lightness: 0.36.

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

Color Spaces
Color spaces of #d0aaf3Value
RGB208, 170, 243
HSL0.75, 0.75, 0.81
HSV271°, 30°, 95°
XYZ56.56, 48.63, 91.18
Base Numbers
Base Red Green Blue
Binary 11010000 10101010 11110011
Octal 320 252 363
Decimal 208 170 243
Hex D0 AA F3

RGB Percentages for Color #d0aaf3

33.49%
27.38%
39.13%

CMYK Percentages of the Color #d0aaf3

14.4%
30.04%
4.71%
CSS Codes for Color #d0aaf3
.mybgColor {background-color: #d0aaf3;}
.myforeColor {color: #d0aaf3;}
.myborderColor {border:3px solid #d0aaf3;}
Text Font Color #d0aaf3

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(208, 170, 243, 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 #d0aaf3;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top