Color spaces of #ce049f
RGB | 206 | 4 | 159 |
---|---|---|---|
HSL | 0.87 | 0.96 | 0.41 |
HSV | 314° | 98° | 81° |
CMYK | 0.00 | 0.98 | 0.23 0.19 |
XYZ | 31.7550 | 15.7118 | 34.1599 |
Yxy | 15.7118 | 0.3890 | 0.1925 |
Hunter Lab | 39.6381 | 73.6337 | -23.3491 |
CIE-Lab | 46.5941 | 77.1434 | -27.9779 |
#ce049f color RGB value is (206,4,159).
#ce049f hex color red value is 206, green value is 4 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ce049f hue: 0.87 , saturation: 0.96 and the lightness value of ce049f is 0.41.
The process color (four color CMYK) of #ce049f color hex is 0.00, 0.98, 0.23, 0.19. Web safe color of #ce049f is #cc0099. Color #ce049f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00000100 | 10011111 |
Octal | 316 | 4 | 237 |
Decimal | 206 | 4 | 159 |
Hex | CE | 4 | 9F |
Shades of #ce049f
Tints of #ce049f
RGB Percentages of Color #ce049f
CMYK Percentages of Color #ce049f
Complementary Color
#ce049f | #04ce33 |
#ce049f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce049f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce049f Color CSS Codes
.mybgcolor {background-color:#ce049f; } .myforecolor {color:#ce049f; } .mybordercolor {border:3px solid #ce049f; }
#ce049f Text Font Color
<p style="color:#ce049f">Text here</p>
This sample text font color is #ce049f
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.
#ce049f Background Color
<div style="background-color:#ce049f">
Div content here</div>
This div background color is #ce049f
#ce049f Border Color
<div style="border:3px solid #ce049f">
Div here</div>
This div border color is #ce049f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,4,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce049f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce049f; -webkit-box-shadow: 1px 1px 3px 2px #ce049f; box-shadow: 1px 1px 3px 2px #ce049f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,4,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce049f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce049f; -webkit-box-shadow: 1px 1px 3px 2px #ce049f; box-shadow: 1px 1px 3px 2px #ce049f;">
Div content here</div>
This div box has shadow with color #ce049f
Comments
No comments written yet.
Please login to write comment.