Color spaces of #c23cdd
RGB | 194 | 60 | 221 |
---|---|---|---|
HSL | 0.81 | 0.70 | 0.55 |
HSV | 290° | 73° | 87° |
CMYK | 0.12 | 0.73 | 0.00 0.13 |
XYZ | 36.9151 | 19.9215 | 70.3062 |
Yxy | 19.9215 | 0.2903 | 0.1567 |
Hunter Lab | 44.6335 | 69.5236 | -62.1495 |
CIE-Lab | 51.7483 | 72.7844 | -56.0578 |
#c23cdd color RGB value is (194,60,221).
#c23cdd hex color red value is 194, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c23cdd hue: 0.81 , saturation: 0.70 and the lightness value of c23cdd is 0.55.
The process color (four color CMYK) of #c23cdd color hex is 0.12, 0.73, 0.00, 0.13. Web safe color of #c23cdd is #cc33cc. Color #c23cdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00111100 | 11011101 |
Octal | 302 | 74 | 335 |
Decimal | 194 | 60 | 221 |
Hex | C2 | 3C | DD |
Shades of #c23cdd
Tints of #c23cdd
RGB Percentages of Color #c23cdd
CMYK Percentages of Color #c23cdd
Complementary Color
#c23cdd | #57dd3c |
#c23cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c23cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c23cdd Color CSS Codes
.mybgcolor {background-color:#c23cdd; } .myforecolor {color:#c23cdd; } .mybordercolor {border:3px solid #c23cdd; }
#c23cdd Text Font Color
<p style="color:#c23cdd">Text here</p>
This sample text font color is #c23cdd
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.
#c23cdd Background Color
<div style="background-color:#c23cdd">
Div content here</div>
This div background color is #c23cdd
#c23cdd Border Color
<div style="border:3px solid #c23cdd">
Div here</div>
This div border color is #c23cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,60,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c23cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c23cdd; -webkit-box-shadow: 1px 1px 3px 2px #c23cdd; box-shadow: 1px 1px 3px 2px #c23cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,60,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 #c23cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c23cdd; -webkit-box-shadow: 1px 1px 3px 2px #c23cdd; box-shadow: 1px 1px 3px 2px #c23cdd;">
Div content here</div>
This div box has shadow with color #c23cdd
Comments
No comments written yet.
Please login to write comment.