Color spaces of #c021ef
RGB | 192 | 33 | 239 |
---|---|---|---|
HSL | 0.80 | 0.87 | 0.53 |
HSV | 286° | 86° | 94° |
CMYK | 0.20 | 0.86 | 0.00 0.06 |
XYZ | 37.8621 | 18.5262 | 83.2417 |
Yxy | 18.5262 | 0.2712 | 0.1327 |
Hunter Lab | 43.0421 | 81.6945 | -84.5351 |
CIE-Lab | 50.1282 | 82.8609 | -68.8619 |
#c021ef color RGB value is (192,33,239).
#c021ef hex color red value is 192, green value is 33 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c021ef hue: 0.80 , saturation: 0.87 and the lightness value of c021ef is 0.53.
The process color (four color CMYK) of #c021ef color hex is 0.20, 0.86, 0.00, 0.06. Web safe color of #c021ef is #cc33ff. Color #c021ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00100001 | 11101111 |
Octal | 300 | 41 | 357 |
Decimal | 192 | 33 | 239 |
Hex | C0 | 21 | EF |
Shades of #c021ef
Tints of #c021ef
RGB Percentages of Color #c021ef
CMYK Percentages of Color #c021ef
Complementary Color
#c021ef | #50ef21 |
#c021ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c021ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c021ef Color CSS Codes
.mybgcolor {background-color:#c021ef; } .myforecolor {color:#c021ef; } .mybordercolor {border:3px solid #c021ef; }
#c021ef Text Font Color
<p style="color:#c021ef">Text here</p>
This sample text font color is #c021ef
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.
#c021ef Background Color
<div style="background-color:#c021ef">
Div content here</div>
This div background color is #c021ef
#c021ef Border Color
<div style="border:3px solid #c021ef">
Div here</div>
This div border color is #c021ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,33,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c021ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c021ef; -webkit-box-shadow: 1px 1px 3px 2px #c021ef; box-shadow: 1px 1px 3px 2px #c021ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,33,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c021ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c021ef; -webkit-box-shadow: 1px 1px 3px 2px #c021ef; box-shadow: 1px 1px 3px 2px #c021ef;">
Div content here</div>
This div box has shadow with color #c021ef
Comments
No comments written yet.
Please login to write comment.