Color spaces of #c36eec
RGB | 195 | 110 | 236 |
---|---|---|---|
HSL | 0.78 | 0.77 | 0.68 |
HSV | 280° | 53° | 93° |
CMYK | 0.17 | 0.53 | 0.00 0.07 |
XYZ | 43.2219 | 28.8101 | 82.6397 |
Yxy | 28.8101 | 0.2794 | 0.1863 |
Hunter Lab | 53.6750 | 49.8060 | -53.7121 |
CIE-Lab | 60.6137 | 54.2647 | -50.3417 |
#c36eec color RGB value is (195,110,236).
#c36eec hex color red value is 195, green value is 110 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c36eec hue: 0.78 , saturation: 0.77 and the lightness value of c36eec is 0.68.
The process color (four color CMYK) of #c36eec color hex is 0.17, 0.53, 0.00, 0.07. Web safe color of #c36eec is #cc66ff. Color #c36eec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01101110 | 11101100 |
Octal | 303 | 156 | 354 |
Decimal | 195 | 110 | 236 |
Hex | C3 | 6E | EC |
Shades of #c36eec
Tints of #c36eec
RGB Percentages of Color #c36eec
CMYK Percentages of Color #c36eec
Complementary Color
#c36eec | #97ec6e |
#c36eec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c36eec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c36eec Color CSS Codes
.mybgcolor {background-color:#c36eec; } .myforecolor {color:#c36eec; } .mybordercolor {border:3px solid #c36eec; }
#c36eec Text Font Color
<p style="color:#c36eec">Text here</p>
This sample text font color is #c36eec
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.
#c36eec Background Color
<div style="background-color:#c36eec">
Div content here</div>
This div background color is #c36eec
#c36eec Border Color
<div style="border:3px solid #c36eec">
Div here</div>
This div border color is #c36eec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,110,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c36eec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c36eec; -webkit-box-shadow: 1px 1px 3px 2px #c36eec; box-shadow: 1px 1px 3px 2px #c36eec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,110,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c36eec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c36eec; -webkit-box-shadow: 1px 1px 3px 2px #c36eec; box-shadow: 1px 1px 3px 2px #c36eec;">
Div content here</div>
This div box has shadow with color #c36eec
Comments
No comments written yet.
Please login to write comment.