Color spaces of #c275ec
RGB | 194 | 117 | 236 |
---|---|---|---|
HSL | 0.77 | 0.76 | 0.69 |
HSV | 279° | 50° | 93° |
CMYK | 0.18 | 0.50 | 0.00 0.07 |
XYZ | 43.7497 | 30.2480 | 82.8895 |
Yxy | 30.2480 | 0.2789 | 0.1928 |
Hunter Lab | 54.9982 | 45.7455 | -50.8591 |
CIE-Lab | 61.8676 | 50.4185 | -48.3633 |
#c275ec color RGB value is (194,117,236).
#c275ec hex color red value is 194, green value is 117 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c275ec hue: 0.77 , saturation: 0.76 and the lightness value of c275ec is 0.69.
The process color (four color CMYK) of #c275ec color hex is 0.18, 0.50, 0.00, 0.07. Web safe color of #c275ec is #cc66ff. Color #c275ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01110101 | 11101100 |
Octal | 302 | 165 | 354 |
Decimal | 194 | 117 | 236 |
Hex | C2 | 75 | EC |
Shades of #c275ec
Tints of #c275ec
RGB Percentages of Color #c275ec
CMYK Percentages of Color #c275ec
Complementary Color
#c275ec | #9fec75 |
#c275ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c275ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c275ec Color CSS Codes
.mybgcolor {background-color:#c275ec; } .myforecolor {color:#c275ec; } .mybordercolor {border:3px solid #c275ec; }
#c275ec Text Font Color
<p style="color:#c275ec">Text here</p>
This sample text font color is #c275ec
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.
#c275ec Background Color
<div style="background-color:#c275ec">
Div content here</div>
This div background color is #c275ec
#c275ec Border Color
<div style="border:3px solid #c275ec">
Div here</div>
This div border color is #c275ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,117,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c275ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c275ec; -webkit-box-shadow: 1px 1px 3px 2px #c275ec; box-shadow: 1px 1px 3px 2px #c275ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,117,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 #c275ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c275ec; -webkit-box-shadow: 1px 1px 3px 2px #c275ec; box-shadow: 1px 1px 3px 2px #c275ec;">
Div content here</div>
This div box has shadow with color #c275ec
Comments
No comments written yet.
Please login to write comment.