Color spaces of #dd93bf
RGB | 221 | 147 | 191 |
---|---|---|---|
HSL | 0.90 | 0.52 | 0.72 |
HSV | 324° | 33° | 87° |
CMYK | 0.00 | 0.33 | 0.14 0.13 |
XYZ | 49.6565 | 40.0012 | 54.3940 |
Yxy | 40.0012 | 0.3447 | 0.2777 |
Hunter Lab | 63.2465 | 29.4637 | -6.7187 |
CIE-Lab | 69.4704 | 34.2940 | -11.3312 |
#dd93bf color RGB value is (221,147,191).
#dd93bf hex color red value is 221, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dd93bf hue: 0.90 , saturation: 0.52 and the lightness value of dd93bf is 0.72.
The process color (four color CMYK) of #dd93bf color hex is 0.00, 0.33, 0.14, 0.13. Web safe color of #dd93bf is #cc99cc. Color #dd93bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10010011 | 10111111 |
Octal | 335 | 223 | 277 |
Decimal | 221 | 147 | 191 |
Hex | DD | 93 | BF |
Shades of #dd93bf
Tints of #dd93bf
RGB Percentages of Color #dd93bf
CMYK Percentages of Color #dd93bf
Complementary Color
#dd93bf | #93ddb1 |
#dd93bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd93bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd93bf Color CSS Codes
.mybgcolor {background-color:#dd93bf; } .myforecolor {color:#dd93bf; } .mybordercolor {border:3px solid #dd93bf; }
#dd93bf Text Font Color
<p style="color:#dd93bf">Text here</p>
This sample text font color is #dd93bf
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.
#dd93bf Background Color
<div style="background-color:#dd93bf">
Div content here</div>
This div background color is #dd93bf
#dd93bf Border Color
<div style="border:3px solid #dd93bf">
Div here</div>
This div border color is #dd93bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,147,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd93bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd93bf; -webkit-box-shadow: 1px 1px 3px 2px #dd93bf; box-shadow: 1px 1px 3px 2px #dd93bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,147,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd93bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd93bf; -webkit-box-shadow: 1px 1px 3px 2px #dd93bf; box-shadow: 1px 1px 3px 2px #dd93bf;">
Div content here</div>
This div box has shadow with color #dd93bf
Comments
No comments written yet.
Please login to write comment.