Color spaces of #cd93cd
RGB | 205 | 147 | 205 |
---|---|---|---|
HSL | 0.83 | 0.37 | 0.69 |
HSV | 300° | 28° | 80° |
CMYK | 0.00 | 0.28 | 0.00 0.20 |
XYZ | 46.6300 | 38.2544 | 62.6838 |
Yxy | 38.2544 | 0.3160 | 0.2592 |
Hunter Lab | 61.8501 | 26.3368 | -16.7941 |
CIE-Lab | 68.2077 | 31.3832 | -21.1920 |
#cd93cd color RGB value is (205,147,205).
#cd93cd hex color red value is 205, green value is 147 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cd93cd hue: 0.83 , saturation: 0.37 and the lightness value of cd93cd is 0.69.
The process color (four color CMYK) of #cd93cd color hex is 0.00, 0.28, 0.00, 0.20. Web safe color of #cd93cd is #cc99cc. Color #cd93cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10010011 | 11001101 |
Octal | 315 | 223 | 315 |
Decimal | 205 | 147 | 205 |
Hex | CD | 93 | CD |
Shades of #cd93cd
Tints of #cd93cd
RGB Percentages of Color #cd93cd
CMYK Percentages of Color #cd93cd
Complementary Color
#cd93cd | #93cd93 |
#cd93cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd93cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd93cd Color CSS Codes
.mybgcolor {background-color:#cd93cd; } .myforecolor {color:#cd93cd; } .mybordercolor {border:3px solid #cd93cd; }
#cd93cd Text Font Color
<p style="color:#cd93cd">Text here</p>
This sample text font color is #cd93cd
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.
#cd93cd Background Color
<div style="background-color:#cd93cd">
Div content here</div>
This div background color is #cd93cd
#cd93cd Border Color
<div style="border:3px solid #cd93cd">
Div here</div>
This div border color is #cd93cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,147,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd93cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd93cd; -webkit-box-shadow: 1px 1px 3px 2px #cd93cd; box-shadow: 1px 1px 3px 2px #cd93cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,147,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd93cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd93cd; -webkit-box-shadow: 1px 1px 3px 2px #cd93cd; box-shadow: 1px 1px 3px 2px #cd93cd;">
Div content here</div>
This div box has shadow with color #cd93cd
Comments
No comments written yet.
Please login to write comment.