Color spaces of #dd53ba
RGB | 221 | 83 | 186 |
---|---|---|---|
HSL | 0.88 | 0.67 | 0.60 |
HSV | 315° | 62° | 87° |
CMYK | 0.00 | 0.62 | 0.16 0.13 |
XYZ | 41.7750 | 25.1038 | 49.0981 |
Yxy | 25.1038 | 0.3602 | 0.2165 |
Hunter Lab | 50.1037 | 61.1466 | -23.0275 |
CIE-Lab | 57.1764 | 64.7411 | -27.2006 |
#dd53ba color RGB value is (221,83,186).
#dd53ba hex color red value is 221, green value is 83 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dd53ba hue: 0.88 , saturation: 0.67 and the lightness value of dd53ba is 0.60.
The process color (four color CMYK) of #dd53ba color hex is 0.00, 0.62, 0.16, 0.13. Web safe color of #dd53ba is #cc66cc. Color #dd53ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01010011 | 10111010 |
Octal | 335 | 123 | 272 |
Decimal | 221 | 83 | 186 |
Hex | DD | 53 | BA |
Shades of #dd53ba
Tints of #dd53ba
RGB Percentages of Color #dd53ba
CMYK Percentages of Color #dd53ba
Complementary Color
#dd53ba | #53dd76 |
#dd53ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd53ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd53ba Color CSS Codes
.mybgcolor {background-color:#dd53ba; } .myforecolor {color:#dd53ba; } .mybordercolor {border:3px solid #dd53ba; }
#dd53ba Text Font Color
<p style="color:#dd53ba">Text here</p>
This sample text font color is #dd53ba
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.
#dd53ba Background Color
<div style="background-color:#dd53ba">
Div content here</div>
This div background color is #dd53ba
#dd53ba Border Color
<div style="border:3px solid #dd53ba">
Div here</div>
This div border color is #dd53ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,83,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd53ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd53ba; -webkit-box-shadow: 1px 1px 3px 2px #dd53ba; box-shadow: 1px 1px 3px 2px #dd53ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,83,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd53ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd53ba; -webkit-box-shadow: 1px 1px 3px 2px #dd53ba; box-shadow: 1px 1px 3px 2px #dd53ba;">
Div content here</div>
This div box has shadow with color #dd53ba
Comments
No comments written yet.
Please login to write comment.