Color spaces of #ce7cda
RGB | 206 | 124 | 218 |
---|---|---|---|
HSL | 0.81 | 0.56 | 0.67 |
HSV | 292° | 43° | 85° |
CMYK | 0.06 | 0.43 | 0.00 0.15 |
XYZ | 45.3161 | 32.5991 | 70.2335 |
Yxy | 32.5991 | 0.3059 | 0.2200 |
Hunter Lab | 57.0956 | 41.7559 | -32.9659 |
CIE-Lab | 63.8350 | 46.4919 | -35.1592 |
#ce7cda color RGB value is (206,124,218).
#ce7cda hex color red value is 206, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ce7cda hue: 0.81 , saturation: 0.56 and the lightness value of ce7cda is 0.67.
The process color (four color CMYK) of #ce7cda color hex is 0.06, 0.43, 0.00, 0.15. Web safe color of #ce7cda is #cc66cc. Color #ce7cda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01111100 | 11011010 |
Octal | 316 | 174 | 332 |
Decimal | 206 | 124 | 218 |
Hex | CE | 7C | DA |
Shades of #ce7cda
Tints of #ce7cda
RGB Percentages of Color #ce7cda
CMYK Percentages of Color #ce7cda
Complementary Color
#ce7cda | #88da7c |
#ce7cda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce7cda Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce7cda Color CSS Codes
.mybgcolor {background-color:#ce7cda; } .myforecolor {color:#ce7cda; } .mybordercolor {border:3px solid #ce7cda; }
#ce7cda Text Font Color
<p style="color:#ce7cda">Text here</p>
This sample text font color is #ce7cda
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.
#ce7cda Background Color
<div style="background-color:#ce7cda">
Div content here</div>
This div background color is #ce7cda
#ce7cda Border Color
<div style="border:3px solid #ce7cda">
Div here</div>
This div border color is #ce7cda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,124,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce7cda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce7cda; -webkit-box-shadow: 1px 1px 3px 2px #ce7cda; box-shadow: 1px 1px 3px 2px #ce7cda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,124,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce7cda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce7cda; -webkit-box-shadow: 1px 1px 3px 2px #ce7cda; box-shadow: 1px 1px 3px 2px #ce7cda;">
Div content here</div>
This div box has shadow with color #ce7cda
Comments
No comments written yet.
Please login to write comment.