Color spaces of #cd94db
RGB | 205 | 148 | 219 |
---|---|---|---|
HSL | 0.80 | 0.50 | 0.72 |
HSV | 288° | 32° | 86° |
CMYK | 0.06 | 0.32 | 0.00 0.14 |
XYZ | 48.5529 | 39.2734 | 72.0393 |
Yxy | 39.2734 | 0.3037 | 0.2457 |
Hunter Lab | 62.6685 | 28.6244 | -24.2877 |
CIE-Lab | 68.9488 | 33.5364 | -27.8107 |
#cd94db color RGB value is (205,148,219).
#cd94db hex color red value is 205, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cd94db hue: 0.80 , saturation: 0.50 and the lightness value of cd94db is 0.72.
The process color (four color CMYK) of #cd94db color hex is 0.06, 0.32, 0.00, 0.14. Web safe color of #cd94db is #cc99cc. Color #cd94db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10010100 | 11011011 |
Octal | 315 | 224 | 333 |
Decimal | 205 | 148 | 219 |
Hex | CD | 94 | DB |
Shades of #cd94db
Tints of #cd94db
RGB Percentages of Color #cd94db
CMYK Percentages of Color #cd94db
Complementary Color
#cd94db | #a2db94 |
#cd94db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd94db Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd94db Color CSS Codes
.mybgcolor {background-color:#cd94db; } .myforecolor {color:#cd94db; } .mybordercolor {border:3px solid #cd94db; }
#cd94db Text Font Color
<p style="color:#cd94db">Text here</p>
This sample text font color is #cd94db
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.
#cd94db Background Color
<div style="background-color:#cd94db">
Div content here</div>
This div background color is #cd94db
#cd94db Border Color
<div style="border:3px solid #cd94db">
Div here</div>
This div border color is #cd94db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,148,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd94db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd94db; -webkit-box-shadow: 1px 1px 3px 2px #cd94db; box-shadow: 1px 1px 3px 2px #cd94db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,148,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd94db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd94db; -webkit-box-shadow: 1px 1px 3px 2px #cd94db; box-shadow: 1px 1px 3px 2px #cd94db;">
Div content here</div>
This div box has shadow with color #cd94db
Comments
No comments written yet.
Please login to write comment.