Color spaces of #c152fe
RGB | 193 | 82 | 254 |
---|---|---|---|
HSL | 0.77 | 0.99 | 0.66 |
HSV | 279° | 68° | 100° |
CMYK | 0.24 | 0.68 | 0.00 0.00 |
XYZ | 42.8990 | 24.5278 | 96.2392 |
Yxy | 24.5278 | 0.2621 | 0.1499 |
Hunter Lab | 49.5255 | 67.9469 | -80.5458 |
CIE-Lab | 56.6124 | 70.5516 | -66.7440 |
#c152fe color RGB value is (193,82,254).
#c152fe hex color red value is 193, green value is 82 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c152fe hue: 0.77 , saturation: 0.99 and the lightness value of c152fe is 0.66.
The process color (four color CMYK) of #c152fe color hex is 0.24, 0.68, 0.00, 0.00. Web safe color of #c152fe is #cc66ff. Color #c152fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01010010 | 11111110 |
Octal | 301 | 122 | 376 |
Decimal | 193 | 82 | 254 |
Hex | C1 | 52 | FE |
Shades of #c152fe
Tints of #c152fe
RGB Percentages of Color #c152fe
CMYK Percentages of Color #c152fe
Complementary Color
#c152fe | #8ffe52 |
#c152fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c152fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c152fe Color CSS Codes
.mybgcolor {background-color:#c152fe; } .myforecolor {color:#c152fe; } .mybordercolor {border:3px solid #c152fe; }
#c152fe Text Font Color
<p style="color:#c152fe">Text here</p>
This sample text font color is #c152fe
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.
#c152fe Background Color
<div style="background-color:#c152fe">
Div content here</div>
This div background color is #c152fe
#c152fe Border Color
<div style="border:3px solid #c152fe">
Div here</div>
This div border color is #c152fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,82,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c152fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c152fe; -webkit-box-shadow: 1px 1px 3px 2px #c152fe; box-shadow: 1px 1px 3px 2px #c152fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,82,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 #c152fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c152fe; -webkit-box-shadow: 1px 1px 3px 2px #c152fe; box-shadow: 1px 1px 3px 2px #c152fe;">
Div content here</div>
This div box has shadow with color #c152fe
Comments
No comments written yet.
Please login to write comment.