Color spaces of #c25efd
RGB | 194 | 94 | 253 |
---|---|---|---|
HSL | 0.77 | 0.98 | 0.68 |
HSV | 278° | 63° | 99° |
CMYK | 0.23 | 0.63 | 0.00 0.01 |
XYZ | 43.9805 | 26.5666 | 95.7383 |
Yxy | 26.5666 | 0.2645 | 0.1598 |
Hunter Lab | 51.5428 | 62.1108 | -74.0484 |
CIE-Lab | 58.5710 | 65.3057 | -63.0336 |
#c25efd color RGB value is (194,94,253).
#c25efd hex color red value is 194, green value is 94 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c25efd hue: 0.77 , saturation: 0.98 and the lightness value of c25efd is 0.68.
The process color (four color CMYK) of #c25efd color hex is 0.23, 0.63, 0.00, 0.01. Web safe color of #c25efd is #cc66ff. Color #c25efd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01011110 | 11111101 |
Octal | 302 | 136 | 375 |
Decimal | 194 | 94 | 253 |
Hex | C2 | 5E | FD |
Shades of #c25efd
Tints of #c25efd
RGB Percentages of Color #c25efd
CMYK Percentages of Color #c25efd
Complementary Color
#c25efd | #99fd5e |
#c25efd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c25efd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c25efd Color CSS Codes
.mybgcolor {background-color:#c25efd; } .myforecolor {color:#c25efd; } .mybordercolor {border:3px solid #c25efd; }
#c25efd Text Font Color
<p style="color:#c25efd">Text here</p>
This sample text font color is #c25efd
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.
#c25efd Background Color
<div style="background-color:#c25efd">
Div content here</div>
This div background color is #c25efd
#c25efd Border Color
<div style="border:3px solid #c25efd">
Div here</div>
This div border color is #c25efd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,94,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c25efd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c25efd; -webkit-box-shadow: 1px 1px 3px 2px #c25efd; box-shadow: 1px 1px 3px 2px #c25efd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,94,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c25efd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c25efd; -webkit-box-shadow: 1px 1px 3px 2px #c25efd; box-shadow: 1px 1px 3px 2px #c25efd;">
Div content here</div>
This div box has shadow with color #c25efd
Comments
No comments written yet.
Please login to write comment.