Color spaces of #dd23ff
RGB | 221 | 35 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.57 |
HSV | 291° | 86° | 100° |
CMYK | 0.13 | 0.86 | 0.00 0.00 |
XYZ | 48.4698 | 23.7942 | 96.6458 |
Yxy | 23.7942 | 0.2870 | 0.1409 |
Hunter Lab | 48.7793 | 92.0037 | -83.3250 |
CIE-Lab | 55.8812 | 89.6345 | -68.2748 |
#dd23ff color RGB value is (221,35,255).
#dd23ff hex color red value is 221, green value is 35 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd23ff hue: 0.81 , saturation: 1.00 and the lightness value of dd23ff is 0.57.
The process color (four color CMYK) of #dd23ff color hex is 0.13, 0.86, 0.00, 0.00. Web safe color of #dd23ff is #cc33ff. Color #dd23ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00100011 | 11111111 |
Octal | 335 | 43 | 377 |
Decimal | 221 | 35 | 255 |
Hex | DD | 23 | FF |
Shades of #dd23ff
Tints of #dd23ff
RGB Percentages of Color #dd23ff
CMYK Percentages of Color #dd23ff
Complementary Color
#dd23ff | #45ff23 |
#dd23ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd23ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd23ff Color CSS Codes
.mybgcolor {background-color:#dd23ff; } .myforecolor {color:#dd23ff; } .mybordercolor {border:3px solid #dd23ff; }
#dd23ff Text Font Color
<p style="color:#dd23ff">Text here</p>
This sample text font color is #dd23ff
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.
#dd23ff Background Color
<div style="background-color:#dd23ff">
Div content here</div>
This div background color is #dd23ff
#dd23ff Border Color
<div style="border:3px solid #dd23ff">
Div here</div>
This div border color is #dd23ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,35,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd23ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd23ff; -webkit-box-shadow: 1px 1px 3px 2px #dd23ff; box-shadow: 1px 1px 3px 2px #dd23ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,35,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd23ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd23ff; -webkit-box-shadow: 1px 1px 3px 2px #dd23ff; box-shadow: 1px 1px 3px 2px #dd23ff;">
Div content here</div>
This div box has shadow with color #dd23ff
Comments
No comments written yet.
Please login to write comment.