Color spaces of #c310af
RGB | 195 | 16 | 175 |
---|---|---|---|
HSL | 0.85 | 0.85 | 0.41 |
HSV | 307° | 92° | 76° |
CMYK | 0.00 | 0.92 | 0.10 0.24 |
XYZ | 30.4288 | 15.0678 | 41.8620 |
Yxy | 15.0678 | 0.3483 | 0.1725 |
Hunter Lab | 38.8173 | 71.9957 | -36.7685 |
CIE-Lab | 45.7269 | 75.9824 | -39.0029 |
#c310af color RGB value is (195,16,175).
#c310af hex color red value is 195, green value is 16 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c310af hue: 0.85 , saturation: 0.85 and the lightness value of c310af is 0.41.
The process color (four color CMYK) of #c310af color hex is 0.00, 0.92, 0.10, 0.24. Web safe color of #c310af is #cc0099. Color #c310af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00010000 | 10101111 |
Octal | 303 | 20 | 257 |
Decimal | 195 | 16 | 175 |
Hex | C3 | 10 | AF |
Shades of #c310af
Tints of #c310af
RGB Percentages of Color #c310af
CMYK Percentages of Color #c310af
Complementary Color
#c310af | #10c324 |
#c310af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c310af Color Preview on White Background
Lorem ipsum dolor sit amet.
#c310af Color CSS Codes
.mybgcolor {background-color:#c310af; } .myforecolor {color:#c310af; } .mybordercolor {border:3px solid #c310af; }
#c310af Text Font Color
<p style="color:#c310af">Text here</p>
This sample text font color is #c310af
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.
#c310af Background Color
<div style="background-color:#c310af">
Div content here</div>
This div background color is #c310af
#c310af Border Color
<div style="border:3px solid #c310af">
Div here</div>
This div border color is #c310af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,16,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c310af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c310af; -webkit-box-shadow: 1px 1px 3px 2px #c310af; box-shadow: 1px 1px 3px 2px #c310af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,16,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c310af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c310af; -webkit-box-shadow: 1px 1px 3px 2px #c310af; box-shadow: 1px 1px 3px 2px #c310af;">
Div content here</div>
This div box has shadow with color #c310af
Comments
No comments written yet.
Please login to write comment.