Color spaces of #c72ebd
RGB | 199 | 46 | 189 |
---|---|---|---|
HSL | 0.84 | 0.62 | 0.48 |
HSV | 304° | 77° | 78° |
CMYK | 0.00 | 0.77 | 0.05 0.22 |
XYZ | 33.7155 | 17.7702 | 49.7971 |
Yxy | 17.7702 | 0.3329 | 0.1755 |
Hunter Lab | 42.1547 | 68.9942 | -40.5306 |
CIE-Lab | 49.2162 | 72.8391 | -41.6495 |
#c72ebd color RGB value is (199,46,189).
#c72ebd hex color red value is 199, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c72ebd hue: 0.84 , saturation: 0.62 and the lightness value of c72ebd is 0.48.
The process color (four color CMYK) of #c72ebd color hex is 0.00, 0.77, 0.05, 0.22. Web safe color of #c72ebd is #cc33cc. Color #c72ebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00101110 | 10111101 |
Octal | 307 | 56 | 275 |
Decimal | 199 | 46 | 189 |
Hex | C7 | 2E | BD |
Shades of #c72ebd
Tints of #c72ebd
RGB Percentages of Color #c72ebd
CMYK Percentages of Color #c72ebd
Complementary Color
#c72ebd | #2ec738 |
#c72ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c72ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c72ebd Color CSS Codes
.mybgcolor {background-color:#c72ebd; } .myforecolor {color:#c72ebd; } .mybordercolor {border:3px solid #c72ebd; }
#c72ebd Text Font Color
<p style="color:#c72ebd">Text here</p>
This sample text font color is #c72ebd
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.
#c72ebd Background Color
<div style="background-color:#c72ebd">
Div content here</div>
This div background color is #c72ebd
#c72ebd Border Color
<div style="border:3px solid #c72ebd">
Div here</div>
This div border color is #c72ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,46,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c72ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c72ebd; -webkit-box-shadow: 1px 1px 3px 2px #c72ebd; box-shadow: 1px 1px 3px 2px #c72ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,46,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 #c72ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c72ebd; -webkit-box-shadow: 1px 1px 3px 2px #c72ebd; box-shadow: 1px 1px 3px 2px #c72ebd;">
Div content here</div>
This div box has shadow with color #c72ebd
Comments
No comments written yet.
Please login to write comment.