Color spaces of #c172dc
RGB | 193 | 114 | 220 |
---|---|---|---|
HSL | 0.79 | 0.60 | 0.65 |
HSV | 285° | 48° | 86° |
CMYK | 0.12 | 0.48 | 0.00 0.14 |
XYZ | 40.9279 | 28.5394 | 71.0617 |
Yxy | 28.5394 | 0.2912 | 0.2031 |
Hunter Lab | 53.4223 | 43.2635 | -41.4713 |
CIE-Lab | 60.3730 | 48.3758 | -41.8048 |
#c172dc color RGB value is (193,114,220).
#c172dc hex color red value is 193, green value is 114 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c172dc hue: 0.79 , saturation: 0.60 and the lightness value of c172dc is 0.65.
The process color (four color CMYK) of #c172dc color hex is 0.12, 0.48, 0.00, 0.14. Web safe color of #c172dc is #cc66cc. Color #c172dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01110010 | 11011100 |
Octal | 301 | 162 | 334 |
Decimal | 193 | 114 | 220 |
Hex | C1 | 72 | DC |
Shades of #c172dc
Tints of #c172dc
RGB Percentages of Color #c172dc
CMYK Percentages of Color #c172dc
Complementary Color
#c172dc | #8ddc72 |
#c172dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c172dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c172dc Color CSS Codes
.mybgcolor {background-color:#c172dc; } .myforecolor {color:#c172dc; } .mybordercolor {border:3px solid #c172dc; }
#c172dc Text Font Color
<p style="color:#c172dc">Text here</p>
This sample text font color is #c172dc
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.
#c172dc Background Color
<div style="background-color:#c172dc">
Div content here</div>
This div background color is #c172dc
#c172dc Border Color
<div style="border:3px solid #c172dc">
Div here</div>
This div border color is #c172dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,114,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c172dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c172dc; -webkit-box-shadow: 1px 1px 3px 2px #c172dc; box-shadow: 1px 1px 3px 2px #c172dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,114,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c172dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c172dc; -webkit-box-shadow: 1px 1px 3px 2px #c172dc; box-shadow: 1px 1px 3px 2px #c172dc;">
Div content here</div>
This div box has shadow with color #c172dc
Comments
No comments written yet.
Please login to write comment.