Color spaces of #c373fe
RGB | 195 | 115 | 254 |
---|---|---|---|
HSL | 0.76 | 0.99 | 0.72 |
HSV | 275° | 55° | 100° |
CMYK | 0.23 | 0.55 | 0.00 0.00 |
XYZ | 46.5258 | 31.0193 | 97.3011 |
Yxy | 31.0193 | 0.2661 | 0.1774 |
Hunter Lab | 55.6950 | 51.6470 | -64.5953 |
CIE-Lab | 62.5239 | 55.5883 | -57.2551 |
#c373fe color RGB value is (195,115,254).
#c373fe hex color red value is 195, green value is 115 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c373fe hue: 0.76 , saturation: 0.99 and the lightness value of c373fe is 0.72.
The process color (four color CMYK) of #c373fe color hex is 0.23, 0.55, 0.00, 0.00. Web safe color of #c373fe is #cc66ff. Color #c373fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01110011 | 11111110 |
Octal | 303 | 163 | 376 |
Decimal | 195 | 115 | 254 |
Hex | C3 | 73 | FE |
Shades of #c373fe
Tints of #c373fe
RGB Percentages of Color #c373fe
CMYK Percentages of Color #c373fe
Complementary Color
#c373fe | #aefe73 |
#c373fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c373fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c373fe Color CSS Codes
.mybgcolor {background-color:#c373fe; } .myforecolor {color:#c373fe; } .mybordercolor {border:3px solid #c373fe; }
#c373fe Text Font Color
<p style="color:#c373fe">Text here</p>
This sample text font color is #c373fe
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.
#c373fe Background Color
<div style="background-color:#c373fe">
Div content here</div>
This div background color is #c373fe
#c373fe Border Color
<div style="border:3px solid #c373fe">
Div here</div>
This div border color is #c373fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,115,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c373fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c373fe; -webkit-box-shadow: 1px 1px 3px 2px #c373fe; box-shadow: 1px 1px 3px 2px #c373fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,115,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c373fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c373fe; -webkit-box-shadow: 1px 1px 3px 2px #c373fe; box-shadow: 1px 1px 3px 2px #c373fe;">
Div content here</div>
This div box has shadow with color #c373fe
Comments
No comments written yet.
Please login to write comment.