Color spaces of #c94eef
RGB | 201 | 78 | 239 |
---|---|---|---|
HSL | 0.79 | 0.83 | 0.62 |
HSV | 286° | 67° | 94° |
CMYK | 0.16 | 0.67 | 0.00 0.06 |
XYZ | 42.3918 | 24.0983 | 84.0785 |
Yxy | 24.0983 | 0.2815 | 0.1600 |
Hunter Lab | 49.0900 | 68.2366 | -67.1854 |
CIE-Lab | 56.1861 | 70.8717 | -59.0281 |
#c94eef color RGB value is (201,78,239).
#c94eef hex color red value is 201, green value is 78 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c94eef hue: 0.79 , saturation: 0.83 and the lightness value of c94eef is 0.62.
The process color (four color CMYK) of #c94eef color hex is 0.16, 0.67, 0.00, 0.06. Web safe color of #c94eef is #cc66ff. Color #c94eef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01001110 | 11101111 |
Octal | 311 | 116 | 357 |
Decimal | 201 | 78 | 239 |
Hex | C9 | 4E | EF |
Shades of #c94eef
Tints of #c94eef
RGB Percentages of Color #c94eef
CMYK Percentages of Color #c94eef
Complementary Color
#c94eef | #74ef4e |
#c94eef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c94eef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c94eef Color CSS Codes
.mybgcolor {background-color:#c94eef; } .myforecolor {color:#c94eef; } .mybordercolor {border:3px solid #c94eef; }
#c94eef Text Font Color
<p style="color:#c94eef">Text here</p>
This sample text font color is #c94eef
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.
#c94eef Background Color
<div style="background-color:#c94eef">
Div content here</div>
This div background color is #c94eef
#c94eef Border Color
<div style="border:3px solid #c94eef">
Div here</div>
This div border color is #c94eef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,78,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c94eef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c94eef; -webkit-box-shadow: 1px 1px 3px 2px #c94eef; box-shadow: 1px 1px 3px 2px #c94eef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,78,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 #c94eef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c94eef; -webkit-box-shadow: 1px 1px 3px 2px #c94eef; box-shadow: 1px 1px 3px 2px #c94eef;">
Div content here</div>
This div box has shadow with color #c94eef
Comments
No comments written yet.
Please login to write comment.