Color spaces of #c94aec
RGB | 201 | 74 | 236 |
---|---|---|---|
HSL | 0.80 | 0.81 | 0.61 |
HSV | 287° | 69° | 93° |
CMYK | 0.15 | 0.69 | 0.00 0.07 |
XYZ | 41.6765 | 23.3712 | 81.6714 |
Yxy | 23.3712 | 0.2841 | 0.1593 |
Hunter Lab | 48.3438 | 69.2808 | -66.3232 |
CIE-Lab | 55.4526 | 71.8722 | -58.5246 |
#c94aec color RGB value is (201,74,236).
#c94aec hex color red value is 201, green value is 74 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c94aec hue: 0.80 , saturation: 0.81 and the lightness value of c94aec is 0.61.
The process color (four color CMYK) of #c94aec color hex is 0.15, 0.69, 0.00, 0.07. Web safe color of #c94aec is #cc33ff. Color #c94aec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01001010 | 11101100 |
Octal | 311 | 112 | 354 |
Decimal | 201 | 74 | 236 |
Hex | C9 | 4A | EC |
Shades of #c94aec
Tints of #c94aec
RGB Percentages of Color #c94aec
CMYK Percentages of Color #c94aec
Complementary Color
#c94aec | #6dec4a |
#c94aec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c94aec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c94aec Color CSS Codes
.mybgcolor {background-color:#c94aec; } .myforecolor {color:#c94aec; } .mybordercolor {border:3px solid #c94aec; }
#c94aec Text Font Color
<p style="color:#c94aec">Text here</p>
This sample text font color is #c94aec
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.
#c94aec Background Color
<div style="background-color:#c94aec">
Div content here</div>
This div background color is #c94aec
#c94aec Border Color
<div style="border:3px solid #c94aec">
Div here</div>
This div border color is #c94aec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,74,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c94aec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c94aec; -webkit-box-shadow: 1px 1px 3px 2px #c94aec; box-shadow: 1px 1px 3px 2px #c94aec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,74,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c94aec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c94aec; -webkit-box-shadow: 1px 1px 3px 2px #c94aec; box-shadow: 1px 1px 3px 2px #c94aec;">
Div content here</div>
This div box has shadow with color #c94aec
Comments
No comments written yet.
Please login to write comment.