Color spaces of #c305eb
RGB | 195 | 5 | 235 |
---|---|---|---|
HSL | 0.80 | 0.96 | 0.47 |
HSV | 290° | 98° | 92° |
CMYK | 0.17 | 0.98 | 0.00 0.08 |
XYZ | 37.5553 | 17.7088 | 80.0360 |
Yxy | 17.7088 | 0.2776 | 0.1309 |
Hunter Lab | 42.0818 | 85.6565 | -83.3072 |
CIE-Lab | 49.1410 | 86.1198 | -68.1857 |
#c305eb color RGB value is (195,5,235).
#c305eb hex color red value is 195, green value is 5 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c305eb hue: 0.80 , saturation: 0.96 and the lightness value of c305eb is 0.47.
The process color (four color CMYK) of #c305eb color hex is 0.17, 0.98, 0.00, 0.08. Web safe color of #c305eb is #cc00ff. Color #c305eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00000101 | 11101011 |
Octal | 303 | 5 | 353 |
Decimal | 195 | 5 | 235 |
Hex | C3 | 5 | EB |
Shades of #c305eb
Tints of #c305eb
RGB Percentages of Color #c305eb
CMYK Percentages of Color #c305eb
Complementary Color
#c305eb | #2deb05 |
#c305eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c305eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c305eb Color CSS Codes
.mybgcolor {background-color:#c305eb; } .myforecolor {color:#c305eb; } .mybordercolor {border:3px solid #c305eb; }
#c305eb Text Font Color
<p style="color:#c305eb">Text here</p>
This sample text font color is #c305eb
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.
#c305eb Background Color
<div style="background-color:#c305eb">
Div content here</div>
This div background color is #c305eb
#c305eb Border Color
<div style="border:3px solid #c305eb">
Div here</div>
This div border color is #c305eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,5,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c305eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c305eb; -webkit-box-shadow: 1px 1px 3px 2px #c305eb; box-shadow: 1px 1px 3px 2px #c305eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,5,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c305eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c305eb; -webkit-box-shadow: 1px 1px 3px 2px #c305eb; box-shadow: 1px 1px 3px 2px #c305eb;">
Div content here</div>
This div box has shadow with color #c305eb
Comments
No comments written yet.
Please login to write comment.