Color spaces of #c54afe
RGB | 197 | 74 | 254 |
---|---|---|---|
HSL | 0.78 | 0.99 | 0.64 |
HSV | 281° | 71° | 100° |
CMYK | 0.22 | 0.71 | 0.00 0.00 |
XYZ | 43.3641 | 23.9236 | 96.0981 |
Yxy | 23.9236 | 0.2654 | 0.1464 |
Hunter Lab | 48.9118 | 72.6586 | -82.2503 |
CIE-Lab | 56.0112 | 74.5240 | -67.6867 |
#c54afe color RGB value is (197,74,254).
#c54afe hex color red value is 197, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c54afe hue: 0.78 , saturation: 0.99 and the lightness value of c54afe is 0.64.
The process color (four color CMYK) of #c54afe color hex is 0.22, 0.71, 0.00, 0.00. Web safe color of #c54afe is #cc33ff. Color #c54afe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01001010 | 11111110 |
Octal | 305 | 112 | 376 |
Decimal | 197 | 74 | 254 |
Hex | C5 | 4A | FE |
Shades of #c54afe
Tints of #c54afe
RGB Percentages of Color #c54afe
CMYK Percentages of Color #c54afe
Complementary Color
#c54afe | #83fe4a |
#c54afe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c54afe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c54afe Color CSS Codes
.mybgcolor {background-color:#c54afe; } .myforecolor {color:#c54afe; } .mybordercolor {border:3px solid #c54afe; }
#c54afe Text Font Color
<p style="color:#c54afe">Text here</p>
This sample text font color is #c54afe
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.
#c54afe Background Color
<div style="background-color:#c54afe">
Div content here</div>
This div background color is #c54afe
#c54afe Border Color
<div style="border:3px solid #c54afe">
Div here</div>
This div border color is #c54afe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,74,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c54afe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c54afe; -webkit-box-shadow: 1px 1px 3px 2px #c54afe; box-shadow: 1px 1px 3px 2px #c54afe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,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 #c54afe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c54afe; -webkit-box-shadow: 1px 1px 3px 2px #c54afe; box-shadow: 1px 1px 3px 2px #c54afe;">
Div content here</div>
This div box has shadow with color #c54afe
Comments
No comments written yet.
Please login to write comment.