Color spaces of #c54ebe
RGB | 197 | 78 | 190 |
---|---|---|---|
HSL | 0.84 | 0.51 | 0.54 |
HSV | 304° | 60° | 77° |
CMYK | 0.00 | 0.60 | 0.04 0.23 |
XYZ | 35.0446 | 21.0368 | 50.9287 |
Yxy | 21.0368 | 0.3275 | 0.1966 |
Hunter Lab | 45.8659 | 56.1206 | -33.7285 |
CIE-Lab | 52.9897 | 61.1649 | -36.3019 |
#c54ebe color RGB value is (197,78,190).
#c54ebe hex color red value is 197, green value is 78 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c54ebe hue: 0.84 , saturation: 0.51 and the lightness value of c54ebe is 0.54.
The process color (four color CMYK) of #c54ebe color hex is 0.00, 0.60, 0.04, 0.23. Web safe color of #c54ebe is #cc66cc. Color #c54ebe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01001110 | 10111110 |
Octal | 305 | 116 | 276 |
Decimal | 197 | 78 | 190 |
Hex | C5 | 4E | BE |
Shades of #c54ebe
Tints of #c54ebe
RGB Percentages of Color #c54ebe
CMYK Percentages of Color #c54ebe
Complementary Color
#c54ebe | #4ec555 |
#c54ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c54ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c54ebe Color CSS Codes
.mybgcolor {background-color:#c54ebe; } .myforecolor {color:#c54ebe; } .mybordercolor {border:3px solid #c54ebe; }
#c54ebe Text Font Color
<p style="color:#c54ebe">Text here</p>
This sample text font color is #c54ebe
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.
#c54ebe Background Color
<div style="background-color:#c54ebe">
Div content here</div>
This div background color is #c54ebe
#c54ebe Border Color
<div style="border:3px solid #c54ebe">
Div here</div>
This div border color is #c54ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,78,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c54ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c54ebe; -webkit-box-shadow: 1px 1px 3px 2px #c54ebe; box-shadow: 1px 1px 3px 2px #c54ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,78,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c54ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c54ebe; -webkit-box-shadow: 1px 1px 3px 2px #c54ebe; box-shadow: 1px 1px 3px 2px #c54ebe;">
Div content here</div>
This div box has shadow with color #c54ebe
Comments
No comments written yet.
Please login to write comment.