Color spaces of #c942eb
RGB | 201 | 66 | 235 |
---|---|---|---|
HSL | 0.80 | 0.81 | 0.59 |
HSV | 288° | 72° | 92° |
CMYK | 0.14 | 0.72 | 0.00 0.08 |
XYZ | 41.0310 | 22.3121 | 80.7414 |
Yxy | 22.3121 | 0.2848 | 0.1549 |
Hunter Lab | 47.2357 | 72.3905 | -68.2812 |
CIE-Lab | 54.3566 | 74.6252 | -59.7220 |
#c942eb color RGB value is (201,66,235).
#c942eb hex color red value is 201, green value is 66 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c942eb hue: 0.80 , saturation: 0.81 and the lightness value of c942eb is 0.59.
The process color (four color CMYK) of #c942eb color hex is 0.14, 0.72, 0.00, 0.08. Web safe color of #c942eb is #cc33ff. Color #c942eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01000010 | 11101011 |
Octal | 311 | 102 | 353 |
Decimal | 201 | 66 | 235 |
Hex | C9 | 42 | EB |
Shades of #c942eb
Tints of #c942eb
RGB Percentages of Color #c942eb
CMYK Percentages of Color #c942eb
Complementary Color
#c942eb | #64eb42 |
#c942eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c942eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c942eb Color CSS Codes
.mybgcolor {background-color:#c942eb; } .myforecolor {color:#c942eb; } .mybordercolor {border:3px solid #c942eb; }
#c942eb Text Font Color
<p style="color:#c942eb">Text here</p>
This sample text font color is #c942eb
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.
#c942eb Background Color
<div style="background-color:#c942eb">
Div content here</div>
This div background color is #c942eb
#c942eb Border Color
<div style="border:3px solid #c942eb">
Div here</div>
This div border color is #c942eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,66,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c942eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c942eb; -webkit-box-shadow: 1px 1px 3px 2px #c942eb; box-shadow: 1px 1px 3px 2px #c942eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,66,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c942eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c942eb; -webkit-box-shadow: 1px 1px 3px 2px #c942eb; box-shadow: 1px 1px 3px 2px #c942eb;">
Div content here</div>
This div box has shadow with color #c942eb
Comments
No comments written yet.
Please login to write comment.