Color spaces of #ce7daa
RGB | 206 | 125 | 170 |
---|---|---|---|
HSL | 0.91 | 0.45 | 0.65 |
HSV | 327° | 39° | 81° |
CMYK | 0.00 | 0.39 | 0.17 0.19 |
XYZ | 40.0429 | 30.6913 | 41.8437 |
Yxy | 30.6913 | 0.3557 | 0.2726 |
Hunter Lab | 55.3997 | 32.0702 | -6.0022 |
CIE-Lab | 62.2462 | 37.5603 | -10.5003 |
#ce7daa color RGB value is (206,125,170).
#ce7daa hex color red value is 206, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ce7daa hue: 0.91 , saturation: 0.45 and the lightness value of ce7daa is 0.65.
The process color (four color CMYK) of #ce7daa color hex is 0.00, 0.39, 0.17, 0.19. Web safe color of #ce7daa is #cc6699. Color #ce7daa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01111101 | 10101010 |
Octal | 316 | 175 | 252 |
Decimal | 206 | 125 | 170 |
Hex | CE | 7D | AA |
Shades of #ce7daa
Tints of #ce7daa
RGB Percentages of Color #ce7daa
CMYK Percentages of Color #ce7daa
Complementary Color
#ce7daa | #7dcea1 |
#ce7daa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce7daa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce7daa Color CSS Codes
.mybgcolor {background-color:#ce7daa; } .myforecolor {color:#ce7daa; } .mybordercolor {border:3px solid #ce7daa; }
#ce7daa Text Font Color
<p style="color:#ce7daa">Text here</p>
This sample text font color is #ce7daa
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.
#ce7daa Background Color
<div style="background-color:#ce7daa">
Div content here</div>
This div background color is #ce7daa
#ce7daa Border Color
<div style="border:3px solid #ce7daa">
Div here</div>
This div border color is #ce7daa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,125,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce7daa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce7daa; -webkit-box-shadow: 1px 1px 3px 2px #ce7daa; box-shadow: 1px 1px 3px 2px #ce7daa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,125,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce7daa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce7daa; -webkit-box-shadow: 1px 1px 3px 2px #ce7daa; box-shadow: 1px 1px 3px 2px #ce7daa;">
Div content here</div>
This div box has shadow with color #ce7daa
Comments
No comments written yet.
Please login to write comment.