Color spaces of #cd29cc
RGB | 205 | 41 | 204 |
---|---|---|---|
HSL | 0.83 | 0.67 | 0.48 |
HSV | 300° | 80° | 80° |
CMYK | 0.00 | 0.80 | 0.00 0.20 |
XYZ | 36.8689 | 18.9246 | 58.8364 |
Yxy | 18.9246 | 0.3216 | 0.1651 |
Hunter Lab | 43.5024 | 75.1520 | -49.7372 |
CIE-Lab | 50.5989 | 77.5868 | -48.0759 |
#cd29cc color RGB value is (205,41,204).
#cd29cc hex color red value is 205, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cd29cc hue: 0.83 , saturation: 0.67 and the lightness value of cd29cc is 0.48.
The process color (four color CMYK) of #cd29cc color hex is 0.00, 0.80, 0.00, 0.20. Web safe color of #cd29cc is #cc33cc. Color #cd29cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00101001 | 11001100 |
Octal | 315 | 51 | 314 |
Decimal | 205 | 41 | 204 |
Hex | CD | 29 | CC |
Shades of #cd29cc
Tints of #cd29cc
RGB Percentages of Color #cd29cc
CMYK Percentages of Color #cd29cc
Complementary Color
#cd29cc | #29cd2a |
#cd29cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd29cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd29cc Color CSS Codes
.mybgcolor {background-color:#cd29cc; } .myforecolor {color:#cd29cc; } .mybordercolor {border:3px solid #cd29cc; }
#cd29cc Text Font Color
<p style="color:#cd29cc">Text here</p>
This sample text font color is #cd29cc
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.
#cd29cc Background Color
<div style="background-color:#cd29cc">
Div content here</div>
This div background color is #cd29cc
#cd29cc Border Color
<div style="border:3px solid #cd29cc">
Div here</div>
This div border color is #cd29cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,41,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd29cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd29cc; -webkit-box-shadow: 1px 1px 3px 2px #cd29cc; box-shadow: 1px 1px 3px 2px #cd29cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,41,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd29cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd29cc; -webkit-box-shadow: 1px 1px 3px 2px #cd29cc; box-shadow: 1px 1px 3px 2px #cd29cc;">
Div content here</div>
This div box has shadow with color #cd29cc
Comments
No comments written yet.
Please login to write comment.