Color spaces of #c790dc
RGB | 199 | 144 | 220 |
---|---|---|---|
HSL | 0.79 | 0.52 | 0.71 |
HSV | 283° | 35° | 86° |
CMYK | 0.10 | 0.35 | 0.00 0.14 |
XYZ | 46.4447 | 37.2559 | 72.4534 |
Yxy | 37.2559 | 0.2974 | 0.2386 |
Hunter Lab | 61.0376 | 29.0083 | -27.6526 |
CIE-Lab | 67.4686 | 34.0460 | -30.6962 |
#c790dc color RGB value is (199,144,220).
#c790dc hex color red value is 199, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c790dc hue: 0.79 , saturation: 0.52 and the lightness value of c790dc is 0.71.
The process color (four color CMYK) of #c790dc color hex is 0.10, 0.35, 0.00, 0.14. Web safe color of #c790dc is #cc99cc. Color #c790dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10010000 | 11011100 |
Octal | 307 | 220 | 334 |
Decimal | 199 | 144 | 220 |
Hex | C7 | 90 | DC |
Shades of #c790dc
Tints of #c790dc
RGB Percentages of Color #c790dc
CMYK Percentages of Color #c790dc
Complementary Color
#c790dc | #a5dc90 |
#c790dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c790dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c790dc Color CSS Codes
.mybgcolor {background-color:#c790dc; } .myforecolor {color:#c790dc; } .mybordercolor {border:3px solid #c790dc; }
#c790dc Text Font Color
<p style="color:#c790dc">Text here</p>
This sample text font color is #c790dc
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.
#c790dc Background Color
<div style="background-color:#c790dc">
Div content here</div>
This div background color is #c790dc
#c790dc Border Color
<div style="border:3px solid #c790dc">
Div here</div>
This div border color is #c790dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,144,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c790dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c790dc; -webkit-box-shadow: 1px 1px 3px 2px #c790dc; box-shadow: 1px 1px 3px 2px #c790dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,144,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 #c790dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c790dc; -webkit-box-shadow: 1px 1px 3px 2px #c790dc; box-shadow: 1px 1px 3px 2px #c790dc;">
Div content here</div>
This div box has shadow with color #c790dc
Comments
No comments written yet.
Please login to write comment.