Color spaces of #ce24bc
RGB | 206 | 36 | 188 |
---|---|---|---|
HSL | 0.85 | 0.70 | 0.47 |
HSV | 306° | 83° | 81° |
CMYK | 0.00 | 0.83 | 0.09 0.19 |
XYZ | 35.1616 | 18.0144 | 49.2009 |
Yxy | 18.0144 | 0.3435 | 0.1760 |
Hunter Lab | 42.4434 | 73.5998 | -39.0194 |
CIE-Lab | 49.5136 | 76.5469 | -40.5194 |
#ce24bc color RGB value is (206,36,188).
#ce24bc hex color red value is 206, green value is 36 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ce24bc hue: 0.85 , saturation: 0.70 and the lightness value of ce24bc is 0.47.
The process color (four color CMYK) of #ce24bc color hex is 0.00, 0.83, 0.09, 0.19. Web safe color of #ce24bc is #cc33cc. Color #ce24bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00100100 | 10111100 |
Octal | 316 | 44 | 274 |
Decimal | 206 | 36 | 188 |
Hex | CE | 24 | BC |
Shades of #ce24bc
Tints of #ce24bc
RGB Percentages of Color #ce24bc
CMYK Percentages of Color #ce24bc
Complementary Color
#ce24bc | #24ce36 |
#ce24bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce24bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce24bc Color CSS Codes
.mybgcolor {background-color:#ce24bc; } .myforecolor {color:#ce24bc; } .mybordercolor {border:3px solid #ce24bc; }
#ce24bc Text Font Color
<p style="color:#ce24bc">Text here</p>
This sample text font color is #ce24bc
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.
#ce24bc Background Color
<div style="background-color:#ce24bc">
Div content here</div>
This div background color is #ce24bc
#ce24bc Border Color
<div style="border:3px solid #ce24bc">
Div here</div>
This div border color is #ce24bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,36,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce24bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce24bc; -webkit-box-shadow: 1px 1px 3px 2px #ce24bc; box-shadow: 1px 1px 3px 2px #ce24bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,36,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce24bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce24bc; -webkit-box-shadow: 1px 1px 3px 2px #ce24bc; box-shadow: 1px 1px 3px 2px #ce24bc;">
Div content here</div>
This div box has shadow with color #ce24bc
Comments
No comments written yet.
Please login to write comment.