Color spaces of #c146cd
RGB | 193 | 70 | 205 |
---|---|---|---|
HSL | 0.82 | 0.57 | 0.54 |
HSV | 295° | 66° | 80° |
CMYK | 0.06 | 0.66 | 0.00 0.20 |
XYZ | 35.2019 | 20.1256 | 59.7869 |
Yxy | 20.1256 | 0.3058 | 0.1748 |
Hunter Lab | 44.8616 | 61.5574 | -47.6125 |
CIE-Lab | 51.9789 | 66.0575 | -46.5691 |
#c146cd color RGB value is (193,70,205).
#c146cd hex color red value is 193, green value is 70 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c146cd hue: 0.82 , saturation: 0.57 and the lightness value of c146cd is 0.54.
The process color (four color CMYK) of #c146cd color hex is 0.06, 0.66, 0.00, 0.20. Web safe color of #c146cd is #cc33cc. Color #c146cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01000110 | 11001101 |
Octal | 301 | 106 | 315 |
Decimal | 193 | 70 | 205 |
Hex | C1 | 46 | CD |
Shades of #c146cd
Tints of #c146cd
RGB Percentages of Color #c146cd
CMYK Percentages of Color #c146cd
Complementary Color
#c146cd | #52cd46 |
#c146cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c146cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c146cd Color CSS Codes
.mybgcolor {background-color:#c146cd; } .myforecolor {color:#c146cd; } .mybordercolor {border:3px solid #c146cd; }
#c146cd Text Font Color
<p style="color:#c146cd">Text here</p>
This sample text font color is #c146cd
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.
#c146cd Background Color
<div style="background-color:#c146cd">
Div content here</div>
This div background color is #c146cd
#c146cd Border Color
<div style="border:3px solid #c146cd">
Div here</div>
This div border color is #c146cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,70,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c146cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c146cd; -webkit-box-shadow: 1px 1px 3px 2px #c146cd; box-shadow: 1px 1px 3px 2px #c146cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,70,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c146cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c146cd; -webkit-box-shadow: 1px 1px 3px 2px #c146cd; box-shadow: 1px 1px 3px 2px #c146cd;">
Div content here</div>
This div box has shadow with color #c146cd
Comments
No comments written yet.
Please login to write comment.