Color spaces of #c96efa
RGB | 201 | 110 | 250 |
---|---|---|---|
HSL | 0.78 | 0.93 | 0.71 |
HSV | 279° | 56° | 98° |
CMYK | 0.20 | 0.56 | 0.00 0.02 |
XYZ | 46.9186 | 30.4715 | 93.8512 |
Yxy | 30.4715 | 0.2740 | 0.1779 |
Hunter Lab | 55.2010 | 55.1160 | -62.1625 |
CIE-Lab | 62.0589 | 58.6984 | -55.7526 |
#c96efa color RGB value is (201,110,250).
#c96efa hex color red value is 201, green value is 110 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c96efa hue: 0.78 , saturation: 0.93 and the lightness value of c96efa is 0.71.
The process color (four color CMYK) of #c96efa color hex is 0.20, 0.56, 0.00, 0.02. Web safe color of #c96efa is #cc66ff. Color #c96efa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01101110 | 11111010 |
Octal | 311 | 156 | 372 |
Decimal | 201 | 110 | 250 |
Hex | C9 | 6E | FA |
Shades of #c96efa
Tints of #c96efa
RGB Percentages of Color #c96efa
CMYK Percentages of Color #c96efa
Complementary Color
#c96efa | #9ffa6e |
#c96efa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c96efa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c96efa Color CSS Codes
.mybgcolor {background-color:#c96efa; } .myforecolor {color:#c96efa; } .mybordercolor {border:3px solid #c96efa; }
#c96efa Text Font Color
<p style="color:#c96efa">Text here</p>
This sample text font color is #c96efa
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.
#c96efa Background Color
<div style="background-color:#c96efa">
Div content here</div>
This div background color is #c96efa
#c96efa Border Color
<div style="border:3px solid #c96efa">
Div here</div>
This div border color is #c96efa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,110,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c96efa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c96efa; -webkit-box-shadow: 1px 1px 3px 2px #c96efa; box-shadow: 1px 1px 3px 2px #c96efa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,110,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c96efa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c96efa; -webkit-box-shadow: 1px 1px 3px 2px #c96efa; box-shadow: 1px 1px 3px 2px #c96efa;">
Div content here</div>
This div box has shadow with color #c96efa
Comments
No comments written yet.
Please login to write comment.