Color spaces of #c073cd
RGB | 192 | 115 | 205 |
---|---|---|---|
HSL | 0.81 | 0.47 | 0.63 |
HSV | 291° | 44° | 80° |
CMYK | 0.06 | 0.44 | 0.00 0.20 |
XYZ | 38.8884 | 27.8757 | 61.0885 |
Yxy | 27.8757 | 0.3042 | 0.2180 |
Hunter Lab | 52.7974 | 39.0801 | -31.6424 |
CIE-Lab | 59.7763 | 44.5689 | -34.3054 |
#c073cd color RGB value is (192,115,205).
#c073cd hex color red value is 192, green value is 115 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c073cd hue: 0.81 , saturation: 0.47 and the lightness value of c073cd is 0.63.
The process color (four color CMYK) of #c073cd color hex is 0.06, 0.44, 0.00, 0.20. Web safe color of #c073cd is #cc66cc. Color #c073cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01110011 | 11001101 |
Octal | 300 | 163 | 315 |
Decimal | 192 | 115 | 205 |
Hex | C0 | 73 | CD |
Shades of #c073cd
Tints of #c073cd
RGB Percentages of Color #c073cd
CMYK Percentages of Color #c073cd
Complementary Color
#c073cd | #80cd73 |
#c073cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c073cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c073cd Color CSS Codes
.mybgcolor {background-color:#c073cd; } .myforecolor {color:#c073cd; } .mybordercolor {border:3px solid #c073cd; }
#c073cd Text Font Color
<p style="color:#c073cd">Text here</p>
This sample text font color is #c073cd
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.
#c073cd Background Color
<div style="background-color:#c073cd">
Div content here</div>
This div background color is #c073cd
#c073cd Border Color
<div style="border:3px solid #c073cd">
Div here</div>
This div border color is #c073cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,115,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c073cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c073cd; -webkit-box-shadow: 1px 1px 3px 2px #c073cd; box-shadow: 1px 1px 3px 2px #c073cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,115,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 #c073cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c073cd; -webkit-box-shadow: 1px 1px 3px 2px #c073cd; box-shadow: 1px 1px 3px 2px #c073cd;">
Div content here</div>
This div box has shadow with color #c073cd
Comments
No comments written yet.
Please login to write comment.