Color spaces of #c222df
RGB | 194 | 34 | 223 |
---|---|---|---|
HSL | 0.81 | 0.75 | 0.50 |
HSV | 291° | 85° | 87° |
CMYK | 0.13 | 0.85 | 0.00 0.13 |
XYZ | 36.1394 | 17.9411 | 71.3703 |
Yxy | 17.9411 | 0.2881 | 0.1430 |
Hunter Lab | 42.3569 | 78.1735 | -70.2522 |
CIE-Lab | 49.4246 | 80.2273 | -60.9320 |
#c222df color RGB value is (194,34,223).
#c222df hex color red value is 194, green value is 34 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c222df hue: 0.81 , saturation: 0.75 and the lightness value of c222df is 0.50.
The process color (four color CMYK) of #c222df color hex is 0.13, 0.85, 0.00, 0.13. Web safe color of #c222df is #cc33cc. Color #c222df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00100010 | 11011111 |
Octal | 302 | 42 | 337 |
Decimal | 194 | 34 | 223 |
Hex | C2 | 22 | DF |
Shades of #c222df
Tints of #c222df
RGB Percentages of Color #c222df
CMYK Percentages of Color #c222df
Complementary Color
#c222df | #3fdf22 |
#c222df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c222df Color Preview on White Background
Lorem ipsum dolor sit amet.
#c222df Color CSS Codes
.mybgcolor {background-color:#c222df; } .myforecolor {color:#c222df; } .mybordercolor {border:3px solid #c222df; }
#c222df Text Font Color
<p style="color:#c222df">Text here</p>
This sample text font color is #c222df
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.
#c222df Background Color
<div style="background-color:#c222df">
Div content here</div>
This div background color is #c222df
#c222df Border Color
<div style="border:3px solid #c222df">
Div here</div>
This div border color is #c222df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,34,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c222df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c222df; -webkit-box-shadow: 1px 1px 3px 2px #c222df; box-shadow: 1px 1px 3px 2px #c222df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,34,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c222df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c222df; -webkit-box-shadow: 1px 1px 3px 2px #c222df; box-shadow: 1px 1px 3px 2px #c222df;">
Div content here</div>
This div box has shadow with color #c222df
Comments
No comments written yet.
Please login to write comment.