Color spaces of #c94afe
RGB | 201 | 74 | 254 |
---|---|---|---|
HSL | 0.78 | 0.99 | 0.64 |
HSV | 282° | 71° | 100° |
CMYK | 0.21 | 0.71 | 0.00 0.00 |
XYZ | 44.4256 | 24.4708 | 96.1478 |
Yxy | 24.4708 | 0.2692 | 0.1483 |
Hunter Lab | 49.4680 | 73.7362 | -80.6107 |
CIE-Lab | 56.5561 | 75.2908 | -66.7803 |
#c94afe color RGB value is (201,74,254).
#c94afe hex color red value is 201, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c94afe hue: 0.78 , saturation: 0.99 and the lightness value of c94afe is 0.64.
The process color (four color CMYK) of #c94afe color hex is 0.21, 0.71, 0.00, 0.00. Web safe color of #c94afe is #cc33ff. Color #c94afe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01001010 | 11111110 |
Octal | 311 | 112 | 376 |
Decimal | 201 | 74 | 254 |
Hex | C9 | 4A | FE |
Shades of #c94afe
Tints of #c94afe
RGB Percentages of Color #c94afe
CMYK Percentages of Color #c94afe
Complementary Color
#c94afe | #7ffe4a |
#c94afe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c94afe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c94afe Color CSS Codes
.mybgcolor {background-color:#c94afe; } .myforecolor {color:#c94afe; } .mybordercolor {border:3px solid #c94afe; }
#c94afe Text Font Color
<p style="color:#c94afe">Text here</p>
This sample text font color is #c94afe
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.
#c94afe Background Color
<div style="background-color:#c94afe">
Div content here</div>
This div background color is #c94afe
#c94afe Border Color
<div style="border:3px solid #c94afe">
Div here</div>
This div border color is #c94afe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,74,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c94afe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c94afe; -webkit-box-shadow: 1px 1px 3px 2px #c94afe; box-shadow: 1px 1px 3px 2px #c94afe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,74,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c94afe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c94afe; -webkit-box-shadow: 1px 1px 3px 2px #c94afe; box-shadow: 1px 1px 3px 2px #c94afe;">
Div content here</div>
This div box has shadow with color #c94afe
Comments
No comments written yet.
Please login to write comment.