Color spaces of #ddabfd
RGB | 221 | 171 | 253 |
---|---|---|---|
HSL | 0.77 | 0.95 | 0.83 |
HSV | 277° | 32° | 99° |
CMYK | 0.13 | 0.32 | 0.00 0.01 |
XYZ | 62.1113 | 51.5898 | 99.6127 |
Yxy | 51.5898 | 0.2912 | 0.2418 |
Hunter Lab | 71.8260 | 28.6616 | -31.9487 |
CIE-Lab | 77.0349 | 32.8786 | -33.7498 |
#ddabfd color RGB value is (221,171,253).
#ddabfd hex color red value is 221, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ddabfd hue: 0.77 , saturation: 0.95 and the lightness value of ddabfd is 0.83.
The process color (four color CMYK) of #ddabfd color hex is 0.13, 0.32, 0.00, 0.01. Web safe color of #ddabfd is #cc99ff. Color #ddabfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101011 | 11111101 |
Octal | 335 | 253 | 375 |
Decimal | 221 | 171 | 253 |
Hex | DD | AB | FD |
Shades of #ddabfd
Tints of #ddabfd
RGB Percentages of Color #ddabfd
CMYK Percentages of Color #ddabfd
Complementary Color
#ddabfd | #cbfdab |
#ddabfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddabfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddabfd Color CSS Codes
.mybgcolor {background-color:#ddabfd; } .myforecolor {color:#ddabfd; } .mybordercolor {border:3px solid #ddabfd; }
#ddabfd Text Font Color
<p style="color:#ddabfd">Text here</p>
This sample text font color is #ddabfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ddabfd Background Color
<div style="background-color:#ddabfd">
Div content here</div>
This div background color is #ddabfd
#ddabfd Border Color
<div style="border:3px solid #ddabfd">
Div here</div>
This div border color is #ddabfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,171,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddabfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddabfd; -webkit-box-shadow: 1px 1px 3px 2px #ddabfd; box-shadow: 1px 1px 3px 2px #ddabfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,171,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddabfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddabfd; -webkit-box-shadow: 1px 1px 3px 2px #ddabfd; box-shadow: 1px 1px 3px 2px #ddabfd;">
Div content here</div>
This div box has shadow with color #ddabfd
Comments
No comments written yet.
Please login to write comment.