Color spaces of #dd9dfe
RGB | 221 | 157 | 254 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.81 |
HSV | 280° | 38° | 100° |
CMYK | 0.13 | 0.38 | 0.00 0.00 |
XYZ | 59.7652 | 46.6419 | 99.6187 |
Yxy | 46.6419 | 0.2901 | 0.2264 |
Hunter Lab | 68.2949 | 36.6902 | -38.6773 |
CIE-Lab | 73.9601 | 40.5986 | -39.0551 |
#dd9dfe color RGB value is (221,157,254).
#dd9dfe hex color red value is 221, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dd9dfe hue: 0.78 , saturation: 0.98 and the lightness value of dd9dfe is 0.81.
The process color (four color CMYK) of #dd9dfe color hex is 0.13, 0.38, 0.00, 0.00. Web safe color of #dd9dfe is #cc99ff. Color #dd9dfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10011101 | 11111110 |
Octal | 335 | 235 | 376 |
Decimal | 221 | 157 | 254 |
Hex | DD | 9D | FE |
Shades of #dd9dfe
Tints of #dd9dfe
RGB Percentages of Color #dd9dfe
CMYK Percentages of Color #dd9dfe
Complementary Color
#dd9dfe | #befe9d |
#dd9dfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd9dfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd9dfe Color CSS Codes
.mybgcolor {background-color:#dd9dfe; } .myforecolor {color:#dd9dfe; } .mybordercolor {border:3px solid #dd9dfe; }
#dd9dfe Text Font Color
<p style="color:#dd9dfe">Text here</p>
This sample text font color is #dd9dfe
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.
#dd9dfe Background Color
<div style="background-color:#dd9dfe">
Div content here</div>
This div background color is #dd9dfe
#dd9dfe Border Color
<div style="border:3px solid #dd9dfe">
Div here</div>
This div border color is #dd9dfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,157,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd9dfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd9dfe; -webkit-box-shadow: 1px 1px 3px 2px #dd9dfe; box-shadow: 1px 1px 3px 2px #dd9dfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,157,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd9dfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd9dfe; -webkit-box-shadow: 1px 1px 3px 2px #dd9dfe; box-shadow: 1px 1px 3px 2px #dd9dfe;">
Div content here</div>
This div box has shadow with color #dd9dfe
Comments
No comments written yet.
Please login to write comment.