Color spaces of #ce209d
RGB | 206 | 32 | 157 |
---|---|---|---|
HSL | 0.88 | 0.73 | 0.47 |
HSV | 317° | 84° | 81° |
CMYK | 0.00 | 0.84 | 0.24 0.19 |
XYZ | 32.0559 | 16.5892 | 33.4108 |
Yxy | 16.5892 | 0.3907 | 0.2022 |
Hunter Lab | 40.7298 | 69.2089 | -20.1249 |
CIE-Lab | 47.7382 | 73.3043 | -25.0046 |
#ce209d color RGB value is (206,32,157).
#ce209d hex color red value is 206, green value is 32 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ce209d hue: 0.88 , saturation: 0.73 and the lightness value of ce209d is 0.47.
The process color (four color CMYK) of #ce209d color hex is 0.00, 0.84, 0.24, 0.19. Web safe color of #ce209d is #cc3399. Color #ce209d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00100000 | 10011101 |
Octal | 316 | 40 | 235 |
Decimal | 206 | 32 | 157 |
Hex | CE | 20 | 9D |
Shades of #ce209d
Tints of #ce209d
RGB Percentages of Color #ce209d
CMYK Percentages of Color #ce209d
Complementary Color
#ce209d | #20ce51 |
#ce209d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce209d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce209d Color CSS Codes
.mybgcolor {background-color:#ce209d; } .myforecolor {color:#ce209d; } .mybordercolor {border:3px solid #ce209d; }
#ce209d Text Font Color
<p style="color:#ce209d">Text here</p>
This sample text font color is #ce209d
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.
#ce209d Background Color
<div style="background-color:#ce209d">
Div content here</div>
This div background color is #ce209d
#ce209d Border Color
<div style="border:3px solid #ce209d">
Div here</div>
This div border color is #ce209d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,32,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce209d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce209d; -webkit-box-shadow: 1px 1px 3px 2px #ce209d; box-shadow: 1px 1px 3px 2px #ce209d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,32,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce209d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce209d; -webkit-box-shadow: 1px 1px 3px 2px #ce209d; box-shadow: 1px 1px 3px 2px #ce209d;">
Div content here</div>
This div box has shadow with color #ce209d
Comments
No comments written yet.
Please login to write comment.