Color spaces of #c24eeb
RGB | 194 | 78 | 235 |
---|---|---|---|
HSL | 0.79 | 0.80 | 0.61 |
HSV | 284° | 67° | 92° |
CMYK | 0.17 | 0.67 | 0.00 0.08 |
XYZ | 39.9679 | 22.9163 | 80.9140 |
Yxy | 22.9163 | 0.2779 | 0.1594 |
Hunter Lab | 47.8710 | 65.2570 | -66.7054 |
CIE-Lab | 54.9860 | 68.6199 | -58.7657 |
#c24eeb color RGB value is (194,78,235).
#c24eeb hex color red value is 194, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c24eeb hue: 0.79 , saturation: 0.80 and the lightness value of c24eeb is 0.61.
The process color (four color CMYK) of #c24eeb color hex is 0.17, 0.67, 0.00, 0.08. Web safe color of #c24eeb is #cc66ff. Color #c24eeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01001110 | 11101011 |
Octal | 302 | 116 | 353 |
Decimal | 194 | 78 | 235 |
Hex | C2 | 4E | EB |
Shades of #c24eeb
Tints of #c24eeb
RGB Percentages of Color #c24eeb
CMYK Percentages of Color #c24eeb
Complementary Color
#c24eeb | #77eb4e |
#c24eeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c24eeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c24eeb Color CSS Codes
.mybgcolor {background-color:#c24eeb; } .myforecolor {color:#c24eeb; } .mybordercolor {border:3px solid #c24eeb; }
#c24eeb Text Font Color
<p style="color:#c24eeb">Text here</p>
This sample text font color is #c24eeb
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.
#c24eeb Background Color
<div style="background-color:#c24eeb">
Div content here</div>
This div background color is #c24eeb
#c24eeb Border Color
<div style="border:3px solid #c24eeb">
Div here</div>
This div border color is #c24eeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,78,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c24eeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c24eeb; -webkit-box-shadow: 1px 1px 3px 2px #c24eeb; box-shadow: 1px 1px 3px 2px #c24eeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,78,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 #c24eeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c24eeb; -webkit-box-shadow: 1px 1px 3px 2px #c24eeb; box-shadow: 1px 1px 3px 2px #c24eeb;">
Div content here</div>
This div box has shadow with color #c24eeb
Comments
No comments written yet.
Please login to write comment.