Color spaces of #ce90ad
RGB | 206 | 144 | 173 |
---|---|---|---|
HSL | 0.92 | 0.39 | 0.69 |
HSV | 332° | 30° | 81° |
CMYK | 0.00 | 0.30 | 0.16 0.19 |
XYZ | 42.9697 | 36.0855 | 44.2356 |
Yxy | 36.0855 | 0.3485 | 0.2927 |
Hunter Lab | 60.0712 | 22.5587 | -1.6105 |
CIE-Lab | 66.5852 | 27.7760 | -5.7386 |
#ce90ad color RGB value is (206,144,173).
#ce90ad hex color red value is 206, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ce90ad hue: 0.92 , saturation: 0.39 and the lightness value of ce90ad is 0.69.
The process color (four color CMYK) of #ce90ad color hex is 0.00, 0.30, 0.16, 0.19. Web safe color of #ce90ad is #cc9999. Color #ce90ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10010000 | 10101101 |
Octal | 316 | 220 | 255 |
Decimal | 206 | 144 | 173 |
Hex | CE | 90 | AD |
Shades of #ce90ad
Tints of #ce90ad
RGB Percentages of Color #ce90ad
CMYK Percentages of Color #ce90ad
Complementary Color
#ce90ad | #90ceb1 |
#ce90ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce90ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce90ad Color CSS Codes
.mybgcolor {background-color:#ce90ad; } .myforecolor {color:#ce90ad; } .mybordercolor {border:3px solid #ce90ad; }
#ce90ad Text Font Color
<p style="color:#ce90ad">Text here</p>
This sample text font color is #ce90ad
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.
#ce90ad Background Color
<div style="background-color:#ce90ad">
Div content here</div>
This div background color is #ce90ad
#ce90ad Border Color
<div style="border:3px solid #ce90ad">
Div here</div>
This div border color is #ce90ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,144,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce90ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce90ad; -webkit-box-shadow: 1px 1px 3px 2px #ce90ad; box-shadow: 1px 1px 3px 2px #ce90ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,144,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce90ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce90ad; -webkit-box-shadow: 1px 1px 3px 2px #ce90ad; box-shadow: 1px 1px 3px 2px #ce90ad;">
Div content here</div>
This div box has shadow with color #ce90ad
Comments
No comments written yet.
Please login to write comment.