Color spaces of #cd93dd
RGB | 205 | 147 | 221 |
---|---|---|---|
HSL | 0.80 | 0.52 | 0.72 |
HSV | 287° | 33° | 87° |
CMYK | 0.07 | 0.33 | 0.00 0.13 |
XYZ | 48.6617 | 39.0670 | 73.3826 |
Yxy | 39.0670 | 0.3020 | 0.2425 |
Hunter Lab | 62.5036 | 29.5885 | -25.8571 |
CIE-Lab | 68.7998 | 34.4773 | -29.1443 |
#cd93dd color RGB value is (205,147,221).
#cd93dd hex color red value is 205, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cd93dd hue: 0.80 , saturation: 0.52 and the lightness value of cd93dd is 0.72.
The process color (four color CMYK) of #cd93dd color hex is 0.07, 0.33, 0.00, 0.13. Web safe color of #cd93dd is #cc99cc. Color #cd93dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10010011 | 11011101 |
Octal | 315 | 223 | 335 |
Decimal | 205 | 147 | 221 |
Hex | CD | 93 | DD |
Shades of #cd93dd
Tints of #cd93dd
RGB Percentages of Color #cd93dd
CMYK Percentages of Color #cd93dd
Complementary Color
#cd93dd | #a3dd93 |
#cd93dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd93dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd93dd Color CSS Codes
.mybgcolor {background-color:#cd93dd; } .myforecolor {color:#cd93dd; } .mybordercolor {border:3px solid #cd93dd; }
#cd93dd Text Font Color
<p style="color:#cd93dd">Text here</p>
This sample text font color is #cd93dd
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.
#cd93dd Background Color
<div style="background-color:#cd93dd">
Div content here</div>
This div background color is #cd93dd
#cd93dd Border Color
<div style="border:3px solid #cd93dd">
Div here</div>
This div border color is #cd93dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,147,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd93dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd93dd; -webkit-box-shadow: 1px 1px 3px 2px #cd93dd; box-shadow: 1px 1px 3px 2px #cd93dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,147,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd93dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd93dd; -webkit-box-shadow: 1px 1px 3px 2px #cd93dd; box-shadow: 1px 1px 3px 2px #cd93dd;">
Div content here</div>
This div box has shadow with color #cd93dd
#cd93dd Color Palettes
Comments
No comments written yet.
Please login to write comment.