Color spaces of #c71dda
RGB | 199 | 29 | 218 |
---|---|---|---|
HSL | 0.82 | 0.77 | 0.48 |
HSV | 294° | 87° | 85° |
CMYK | 0.09 | 0.87 | 0.00 0.15 |
XYZ | 36.6474 | 18.0828 | 67.8885 |
Yxy | 18.0828 | 0.2989 | 0.1475 |
Hunter Lab | 42.5239 | 79.4159 | -64.8886 |
CIE-Lab | 49.5964 | 81.1761 | -57.7634 |
#c71dda color RGB value is (199,29,218).
#c71dda hex color red value is 199, green value is 29 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c71dda hue: 0.82 , saturation: 0.77 and the lightness value of c71dda is 0.48.
The process color (four color CMYK) of #c71dda color hex is 0.09, 0.87, 0.00, 0.15. Web safe color of #c71dda is #cc33cc. Color #c71dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00011101 | 11011010 |
Octal | 307 | 35 | 332 |
Decimal | 199 | 29 | 218 |
Hex | C7 | 1D | DA |
Shades of #c71dda
Tints of #c71dda
RGB Percentages of Color #c71dda
CMYK Percentages of Color #c71dda
Complementary Color
#c71dda | #30da1d |
#c71dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c71dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c71dda Color CSS Codes
.mybgcolor {background-color:#c71dda; } .myforecolor {color:#c71dda; } .mybordercolor {border:3px solid #c71dda; }
#c71dda Text Font Color
<p style="color:#c71dda">Text here</p>
This sample text font color is #c71dda
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.
#c71dda Background Color
<div style="background-color:#c71dda">
Div content here</div>
This div background color is #c71dda
#c71dda Border Color
<div style="border:3px solid #c71dda">
Div here</div>
This div border color is #c71dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,29,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c71dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c71dda; -webkit-box-shadow: 1px 1px 3px 2px #c71dda; box-shadow: 1px 1px 3px 2px #c71dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,29,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c71dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c71dda; -webkit-box-shadow: 1px 1px 3px 2px #c71dda; box-shadow: 1px 1px 3px 2px #c71dda;">
Div content here</div>
This div box has shadow with color #c71dda
Comments
No comments written yet.
Please login to write comment.