Color spaces of #c727bd
RGB | 199 | 39 | 189 |
---|---|---|---|
HSL | 0.84 | 0.67 | 0.47 |
HSV | 304° | 80° | 78° |
CMYK | 0.00 | 0.80 | 0.05 0.22 |
XYZ | 33.4640 | 17.2673 | 49.7133 |
Yxy | 17.2673 | 0.3332 | 0.1719 |
Hunter Lab | 41.5539 | 71.0293 | -41.8442 |
CIE-Lab | 48.5951 | 74.6340 | -42.6339 |
#c727bd color RGB value is (199,39,189).
#c727bd hex color red value is 199, green value is 39 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c727bd hue: 0.84 , saturation: 0.67 and the lightness value of c727bd is 0.47.
The process color (four color CMYK) of #c727bd color hex is 0.00, 0.80, 0.05, 0.22. Web safe color of #c727bd is #cc33cc. Color #c727bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00100111 | 10111101 |
Octal | 307 | 47 | 275 |
Decimal | 199 | 39 | 189 |
Hex | C7 | 27 | BD |
Shades of #c727bd
Tints of #c727bd
RGB Percentages of Color #c727bd
CMYK Percentages of Color #c727bd
Complementary Color
#c727bd | #27c731 |
#c727bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c727bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c727bd Color CSS Codes
.mybgcolor {background-color:#c727bd; } .myforecolor {color:#c727bd; } .mybordercolor {border:3px solid #c727bd; }
#c727bd Text Font Color
<p style="color:#c727bd">Text here</p>
This sample text font color is #c727bd
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.
#c727bd Background Color
<div style="background-color:#c727bd">
Div content here</div>
This div background color is #c727bd
#c727bd Border Color
<div style="border:3px solid #c727bd">
Div here</div>
This div border color is #c727bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,39,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c727bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c727bd; -webkit-box-shadow: 1px 1px 3px 2px #c727bd; box-shadow: 1px 1px 3px 2px #c727bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,39,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c727bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c727bd; -webkit-box-shadow: 1px 1px 3px 2px #c727bd; box-shadow: 1px 1px 3px 2px #c727bd;">
Div content here</div>
This div box has shadow with color #c727bd
Comments
No comments written yet.
Please login to write comment.