Color spaces of #c15eef
RGB | 193 | 94 | 239 |
---|---|---|---|
HSL | 0.78 | 0.82 | 0.65 |
HSV | 281° | 61° | 94° |
CMYK | 0.19 | 0.61 | 0.00 0.06 |
XYZ | 41.5750 | 25.5749 | 84.4066 |
Yxy | 25.5749 | 0.2743 | 0.1687 |
Hunter Lab | 50.5716 | 58.2447 | -63.5579 |
CIE-Lab | 57.6313 | 62.1727 | -56.7747 |
#c15eef color RGB value is (193,94,239).
#c15eef hex color red value is 193, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c15eef hue: 0.78 , saturation: 0.82 and the lightness value of c15eef is 0.65.
The process color (four color CMYK) of #c15eef color hex is 0.19, 0.61, 0.00, 0.06. Web safe color of #c15eef is #cc66ff. Color #c15eef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01011110 | 11101111 |
Octal | 301 | 136 | 357 |
Decimal | 193 | 94 | 239 |
Hex | C1 | 5E | EF |
Shades of #c15eef
Tints of #c15eef
RGB Percentages of Color #c15eef
CMYK Percentages of Color #c15eef
Complementary Color
#c15eef | #8cef5e |
#c15eef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c15eef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c15eef Color CSS Codes
.mybgcolor {background-color:#c15eef; } .myforecolor {color:#c15eef; } .mybordercolor {border:3px solid #c15eef; }
#c15eef Text Font Color
<p style="color:#c15eef">Text here</p>
This sample text font color is #c15eef
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.
#c15eef Background Color
<div style="background-color:#c15eef">
Div content here</div>
This div background color is #c15eef
#c15eef Border Color
<div style="border:3px solid #c15eef">
Div here</div>
This div border color is #c15eef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,94,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c15eef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c15eef; -webkit-box-shadow: 1px 1px 3px 2px #c15eef; box-shadow: 1px 1px 3px 2px #c15eef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,94,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c15eef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c15eef; -webkit-box-shadow: 1px 1px 3px 2px #c15eef; box-shadow: 1px 1px 3px 2px #c15eef;">
Div content here</div>
This div box has shadow with color #c15eef
Comments
No comments written yet.
Please login to write comment.