Color spaces of #ce5dab
RGB | 206 | 93 | 171 |
---|---|---|---|
HSL | 0.88 | 0.54 | 0.59 |
HSV | 319° | 55° | 81° |
CMYK | 0.00 | 0.55 | 0.17 0.19 |
XYZ | 36.7186 | 23.8908 | 41.2042 |
Yxy | 23.8908 | 0.3606 | 0.2347 |
Hunter Lab | 48.8782 | 48.5570 | -15.7666 |
CIE-Lab | 55.9783 | 53.9034 | -20.5624 |
#ce5dab color RGB value is (206,93,171).
#ce5dab hex color red value is 206, green value is 93 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ce5dab hue: 0.88 , saturation: 0.54 and the lightness value of ce5dab is 0.59.
The process color (four color CMYK) of #ce5dab color hex is 0.00, 0.55, 0.17, 0.19. Web safe color of #ce5dab is #cc6699. Color #ce5dab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01011101 | 10101011 |
Octal | 316 | 135 | 253 |
Decimal | 206 | 93 | 171 |
Hex | CE | 5D | AB |
Shades of #ce5dab
Tints of #ce5dab
RGB Percentages of Color #ce5dab
CMYK Percentages of Color #ce5dab
Complementary Color
#ce5dab | #5dce80 |
#ce5dab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce5dab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce5dab Color CSS Codes
.mybgcolor {background-color:#ce5dab; } .myforecolor {color:#ce5dab; } .mybordercolor {border:3px solid #ce5dab; }
#ce5dab Text Font Color
<p style="color:#ce5dab">Text here</p>
This sample text font color is #ce5dab
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.
#ce5dab Background Color
<div style="background-color:#ce5dab">
Div content here</div>
This div background color is #ce5dab
#ce5dab Border Color
<div style="border:3px solid #ce5dab">
Div here</div>
This div border color is #ce5dab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,93,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce5dab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce5dab; -webkit-box-shadow: 1px 1px 3px 2px #ce5dab; box-shadow: 1px 1px 3px 2px #ce5dab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,93,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce5dab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce5dab; -webkit-box-shadow: 1px 1px 3px 2px #ce5dab; box-shadow: 1px 1px 3px 2px #ce5dab;">
Div content here</div>
This div box has shadow with color #ce5dab
Comments
No comments written yet.
Please login to write comment.