Color spaces of #c94aef
RGB | 201 | 74 | 239 |
---|---|---|---|
HSL | 0.79 | 0.84 | 0.61 |
HSV | 286° | 69° | 94° |
CMYK | 0.16 | 0.69 | 0.00 0.06 |
XYZ | 42.1162 | 23.5471 | 83.9866 |
Yxy | 23.5471 | 0.2814 | 0.1573 |
Hunter Lab | 48.5254 | 70.0046 | -68.6501 |
CIE-Lab | 55.6315 | 72.4326 | -59.9175 |
#c94aef color RGB value is (201,74,239).
#c94aef hex color red value is 201, green value is 74 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c94aef hue: 0.79 , saturation: 0.84 and the lightness value of c94aef is 0.61.
The process color (four color CMYK) of #c94aef color hex is 0.16, 0.69, 0.00, 0.06. Web safe color of #c94aef is #cc33ff. Color #c94aef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01001010 | 11101111 |
Octal | 311 | 112 | 357 |
Decimal | 201 | 74 | 239 |
Hex | C9 | 4A | EF |
Shades of #c94aef
Tints of #c94aef
RGB Percentages of Color #c94aef
CMYK Percentages of Color #c94aef
Complementary Color
#c94aef | #70ef4a |
#c94aef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c94aef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c94aef Color CSS Codes
.mybgcolor {background-color:#c94aef; } .myforecolor {color:#c94aef; } .mybordercolor {border:3px solid #c94aef; }
#c94aef Text Font Color
<p style="color:#c94aef">Text here</p>
This sample text font color is #c94aef
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.
#c94aef Background Color
<div style="background-color:#c94aef">
Div content here</div>
This div background color is #c94aef
#c94aef Border Color
<div style="border:3px solid #c94aef">
Div here</div>
This div border color is #c94aef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,74,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c94aef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c94aef; -webkit-box-shadow: 1px 1px 3px 2px #c94aef; box-shadow: 1px 1px 3px 2px #c94aef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,74,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 #c94aef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c94aef; -webkit-box-shadow: 1px 1px 3px 2px #c94aef; box-shadow: 1px 1px 3px 2px #c94aef;">
Div content here</div>
This div box has shadow with color #c94aef
Comments
No comments written yet.
Please login to write comment.