Color spaces of #c33ebc
RGB | 195 | 62 | 188 |
---|---|---|---|
HSL | 0.84 | 0.53 | 0.50 |
HSV | 303° | 68° | 76° |
CMYK | 0.00 | 0.68 | 0.04 0.24 |
XYZ | 33.3054 | 18.6782 | 49.4268 |
Yxy | 18.6782 | 0.3284 | 0.1842 |
Hunter Lab | 43.2183 | 61.9258 | -37.5545 |
CIE-Lab | 50.3086 | 66.6896 | -39.3832 |
#c33ebc color RGB value is (195,62,188).
#c33ebc hex color red value is 195, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c33ebc hue: 0.84 , saturation: 0.53 and the lightness value of c33ebc is 0.50.
The process color (four color CMYK) of #c33ebc color hex is 0.00, 0.68, 0.04, 0.24. Web safe color of #c33ebc is #cc33cc. Color #c33ebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00111110 | 10111100 |
Octal | 303 | 76 | 274 |
Decimal | 195 | 62 | 188 |
Hex | C3 | 3E | BC |
Shades of #c33ebc
Tints of #c33ebc
RGB Percentages of Color #c33ebc
CMYK Percentages of Color #c33ebc
Complementary Color
#c33ebc | #3ec345 |
#c33ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c33ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c33ebc Color CSS Codes
.mybgcolor {background-color:#c33ebc; } .myforecolor {color:#c33ebc; } .mybordercolor {border:3px solid #c33ebc; }
#c33ebc Text Font Color
<p style="color:#c33ebc">Text here</p>
This sample text font color is #c33ebc
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.
#c33ebc Background Color
<div style="background-color:#c33ebc">
Div content here</div>
This div background color is #c33ebc
#c33ebc Border Color
<div style="border:3px solid #c33ebc">
Div here</div>
This div border color is #c33ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,62,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c33ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c33ebc; -webkit-box-shadow: 1px 1px 3px 2px #c33ebc; box-shadow: 1px 1px 3px 2px #c33ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,62,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c33ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c33ebc; -webkit-box-shadow: 1px 1px 3px 2px #c33ebc; box-shadow: 1px 1px 3px 2px #c33ebc;">
Div content here</div>
This div box has shadow with color #c33ebc
Comments
No comments written yet.
Please login to write comment.