Color spaces of #c770cd
RGB | 199 | 112 | 205 |
---|---|---|---|
HSL | 0.82 | 0.48 | 0.62 |
HSV | 296° | 45° | 80° |
CMYK | 0.03 | 0.45 | 0.00 0.20 |
XYZ | 40.3668 | 28.1382 | 61.0613 |
Yxy | 28.1382 | 0.3116 | 0.2172 |
Hunter Lab | 53.0455 | 43.0063 | -31.1177 |
CIE-Lab | 60.0134 | 48.1923 | -33.8721 |
#c770cd color RGB value is (199,112,205).
#c770cd hex color red value is 199, green value is 112 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c770cd hue: 0.82 , saturation: 0.48 and the lightness value of c770cd is 0.62.
The process color (four color CMYK) of #c770cd color hex is 0.03, 0.45, 0.00, 0.20. Web safe color of #c770cd is #cc66cc. Color #c770cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01110000 | 11001101 |
Octal | 307 | 160 | 315 |
Decimal | 199 | 112 | 205 |
Hex | C7 | 70 | CD |
Shades of #c770cd
Tints of #c770cd
RGB Percentages of Color #c770cd
CMYK Percentages of Color #c770cd
Complementary Color
#c770cd | #76cd70 |
#c770cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c770cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c770cd Color CSS Codes
.mybgcolor {background-color:#c770cd; } .myforecolor {color:#c770cd; } .mybordercolor {border:3px solid #c770cd; }
#c770cd Text Font Color
<p style="color:#c770cd">Text here</p>
This sample text font color is #c770cd
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.
#c770cd Background Color
<div style="background-color:#c770cd">
Div content here</div>
This div background color is #c770cd
#c770cd Border Color
<div style="border:3px solid #c770cd">
Div here</div>
This div border color is #c770cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,112,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c770cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c770cd; -webkit-box-shadow: 1px 1px 3px 2px #c770cd; box-shadow: 1px 1px 3px 2px #c770cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,112,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 #c770cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c770cd; -webkit-box-shadow: 1px 1px 3px 2px #c770cd; box-shadow: 1px 1px 3px 2px #c770cd;">
Div content here</div>
This div box has shadow with color #c770cd
Comments
No comments written yet.
Please login to write comment.