Color spaces of #c15ffc
RGB | 193 | 95 | 252 |
---|---|---|---|
HSL | 0.77 | 0.96 | 0.68 |
HSV | 277° | 62° | 99° |
CMYK | 0.23 | 0.62 | 0.00 0.01 |
XYZ | 43.6552 | 26.5501 | 94.9193 |
Yxy | 26.5501 | 0.2644 | 0.1608 |
Hunter Lab | 51.5268 | 61.0592 | -73.1514 |
CIE-Lab | 58.5556 | 64.4164 | -62.5123 |
#c15ffc color RGB value is (193,95,252).
#c15ffc hex color red value is 193, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c15ffc hue: 0.77 , saturation: 0.96 and the lightness value of c15ffc is 0.68.
The process color (four color CMYK) of #c15ffc color hex is 0.23, 0.62, 0.00, 0.01. Web safe color of #c15ffc is #cc66ff. Color #c15ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01011111 | 11111100 |
Octal | 301 | 137 | 374 |
Decimal | 193 | 95 | 252 |
Hex | C1 | 5F | FC |
Shades of #c15ffc
Tints of #c15ffc
RGB Percentages of Color #c15ffc
CMYK Percentages of Color #c15ffc
Complementary Color
#c15ffc | #9afc5f |
#c15ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c15ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c15ffc Color CSS Codes
.mybgcolor {background-color:#c15ffc; } .myforecolor {color:#c15ffc; } .mybordercolor {border:3px solid #c15ffc; }
#c15ffc Text Font Color
<p style="color:#c15ffc">Text here</p>
This sample text font color is #c15ffc
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.
#c15ffc Background Color
<div style="background-color:#c15ffc">
Div content here</div>
This div background color is #c15ffc
#c15ffc Border Color
<div style="border:3px solid #c15ffc">
Div here</div>
This div border color is #c15ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,95,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c15ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c15ffc; -webkit-box-shadow: 1px 1px 3px 2px #c15ffc; box-shadow: 1px 1px 3px 2px #c15ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,95,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c15ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c15ffc; -webkit-box-shadow: 1px 1px 3px 2px #c15ffc; box-shadow: 1px 1px 3px 2px #c15ffc;">
Div content here</div>
This div box has shadow with color #c15ffc
Comments
No comments written yet.
Please login to write comment.