Color spaces of #c170eb
RGB | 193 | 112 | 235 |
---|---|---|---|
HSL | 0.78 | 0.75 | 0.68 |
HSV | 280° | 52° | 92° |
CMYK | 0.18 | 0.52 | 0.00 0.08 |
XYZ | 42.7819 | 28.9240 | 81.9253 |
Yxy | 28.9240 | 0.2785 | 0.1883 |
Hunter Lab | 53.7810 | 47.8769 | -52.6704 |
CIE-Lab | 60.7145 | 52.5209 | -49.6406 |
#c170eb color RGB value is (193,112,235).
#c170eb hex color red value is 193, green value is 112 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c170eb hue: 0.78 , saturation: 0.75 and the lightness value of c170eb is 0.68.
The process color (four color CMYK) of #c170eb color hex is 0.18, 0.52, 0.00, 0.08. Web safe color of #c170eb is #cc66ff. Color #c170eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01110000 | 11101011 |
Octal | 301 | 160 | 353 |
Decimal | 193 | 112 | 235 |
Hex | C1 | 70 | EB |
Shades of #c170eb
Tints of #c170eb
RGB Percentages of Color #c170eb
CMYK Percentages of Color #c170eb
Complementary Color
#c170eb | #9aeb70 |
#c170eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c170eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c170eb Color CSS Codes
.mybgcolor {background-color:#c170eb; } .myforecolor {color:#c170eb; } .mybordercolor {border:3px solid #c170eb; }
#c170eb Text Font Color
<p style="color:#c170eb">Text here</p>
This sample text font color is #c170eb
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.
#c170eb Background Color
<div style="background-color:#c170eb">
Div content here</div>
This div background color is #c170eb
#c170eb Border Color
<div style="border:3px solid #c170eb">
Div here</div>
This div border color is #c170eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,112,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c170eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c170eb; -webkit-box-shadow: 1px 1px 3px 2px #c170eb; box-shadow: 1px 1px 3px 2px #c170eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,112,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 #c170eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c170eb; -webkit-box-shadow: 1px 1px 3px 2px #c170eb; box-shadow: 1px 1px 3px 2px #c170eb;">
Div content here</div>
This div box has shadow with color #c170eb
Comments
No comments written yet.
Please login to write comment.