Color spaces of #c022d7
RGB | 192 | 34 | 215 |
---|---|---|---|
HSL | 0.81 | 0.73 | 0.49 |
HSV | 292° | 84° | 84° |
CMYK | 0.11 | 0.84 | 0.00 0.16 |
XYZ | 34.5760 | 17.2568 | 65.7985 |
Yxy | 17.2568 | 0.2939 | 0.1467 |
Hunter Lab | 41.5413 | 75.8733 | -64.8323 |
CIE-Lab | 48.5820 | 78.5586 | -57.7407 |
#c022d7 color RGB value is (192,34,215).
#c022d7 hex color red value is 192, green value is 34 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #c022d7 hue: 0.81 , saturation: 0.73 and the lightness value of c022d7 is 0.49.
The process color (four color CMYK) of #c022d7 color hex is 0.11, 0.84, 0.00, 0.16. Web safe color of #c022d7 is #cc33cc. Color #c022d7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00100010 | 11010111 |
Octal | 300 | 42 | 327 |
Decimal | 192 | 34 | 215 |
Hex | C0 | 22 | D7 |
Shades of #c022d7
Tints of #c022d7
RGB Percentages of Color #c022d7
CMYK Percentages of Color #c022d7
Complementary Color
#c022d7 | #39d722 |
#c022d7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c022d7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c022d7 Color CSS Codes
.mybgcolor {background-color:#c022d7; } .myforecolor {color:#c022d7; } .mybordercolor {border:3px solid #c022d7; }
#c022d7 Text Font Color
<p style="color:#c022d7">Text here</p>
This sample text font color is #c022d7
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.
#c022d7 Background Color
<div style="background-color:#c022d7">
Div content here</div>
This div background color is #c022d7
#c022d7 Border Color
<div style="border:3px solid #c022d7">
Div here</div>
This div border color is #c022d7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,34,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c022d7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c022d7; -webkit-box-shadow: 1px 1px 3px 2px #c022d7; box-shadow: 1px 1px 3px 2px #c022d7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,34,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c022d7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c022d7; -webkit-box-shadow: 1px 1px 3px 2px #c022d7; box-shadow: 1px 1px 3px 2px #c022d7;">
Div content here</div>
This div box has shadow with color #c022d7
Comments
No comments written yet.
Please login to write comment.