Color spaces of #cd11ff
RGB | 205 | 17 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.53 |
HSV | 287° | 93° | 100° |
CMYK | 0.20 | 0.93 | 0.00 0.00 |
XYZ | 43.4273 | 20.6000 | 96.2951 |
Yxy | 20.6000 | 0.2709 | 0.1285 |
Hunter Lab | 45.3872 | 91.3643 | -94.0207 |
CIE-Lab | 52.5089 | 89.8071 | -73.8562 |
#cd11ff color RGB value is (205,17,255).
#cd11ff hex color red value is 205, green value is 17 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cd11ff hue: 0.80 , saturation: 1.00 and the lightness value of cd11ff is 0.53.
The process color (four color CMYK) of #cd11ff color hex is 0.20, 0.93, 0.00, 0.00. Web safe color of #cd11ff is #cc00ff. Color #cd11ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00010001 | 11111111 |
Octal | 315 | 21 | 377 |
Decimal | 205 | 17 | 255 |
Hex | CD | 11 | FF |
Shades of #cd11ff
Tints of #cd11ff
RGB Percentages of Color #cd11ff
CMYK Percentages of Color #cd11ff
Complementary Color
#cd11ff | #43ff11 |
#cd11ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd11ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd11ff Color CSS Codes
.mybgcolor {background-color:#cd11ff; } .myforecolor {color:#cd11ff; } .mybordercolor {border:3px solid #cd11ff; }
#cd11ff Text Font Color
<p style="color:#cd11ff">Text here</p>
This sample text font color is #cd11ff
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.
#cd11ff Background Color
<div style="background-color:#cd11ff">
Div content here</div>
This div background color is #cd11ff
#cd11ff Border Color
<div style="border:3px solid #cd11ff">
Div here</div>
This div border color is #cd11ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,17,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd11ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd11ff; -webkit-box-shadow: 1px 1px 3px 2px #cd11ff; box-shadow: 1px 1px 3px 2px #cd11ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,17,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 #cd11ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd11ff; -webkit-box-shadow: 1px 1px 3px 2px #cd11ff; box-shadow: 1px 1px 3px 2px #cd11ff;">
Div content here</div>
This div box has shadow with color #cd11ff
Comments
No comments written yet.
Please login to write comment.