Color spaces of #ce4adb
RGB | 206 | 74 | 219 |
---|---|---|---|
HSL | 0.82 | 0.67 | 0.57 |
HSV | 295° | 66° | 86° |
CMYK | 0.06 | 0.66 | 0.00 0.14 |
XYZ | 40.6886 | 23.1338 | 69.3386 |
Yxy | 23.1338 | 0.3056 | 0.1737 |
Hunter Lab | 48.0976 | 66.8328 | -51.8055 |
CIE-Lab | 55.2099 | 69.8931 | -49.2929 |
#ce4adb color RGB value is (206,74,219).
#ce4adb hex color red value is 206, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ce4adb hue: 0.82 , saturation: 0.67 and the lightness value of ce4adb is 0.57.
The process color (four color CMYK) of #ce4adb color hex is 0.06, 0.66, 0.00, 0.14. Web safe color of #ce4adb is #cc33cc. Color #ce4adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01001010 | 11011011 |
Octal | 316 | 112 | 333 |
Decimal | 206 | 74 | 219 |
Hex | CE | 4A | DB |
Shades of #ce4adb
Tints of #ce4adb
RGB Percentages of Color #ce4adb
CMYK Percentages of Color #ce4adb
Complementary Color
#ce4adb | #57db4a |
#ce4adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce4adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce4adb Color CSS Codes
.mybgcolor {background-color:#ce4adb; } .myforecolor {color:#ce4adb; } .mybordercolor {border:3px solid #ce4adb; }
#ce4adb Text Font Color
<p style="color:#ce4adb">Text here</p>
This sample text font color is #ce4adb
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.
#ce4adb Background Color
<div style="background-color:#ce4adb">
Div content here</div>
This div background color is #ce4adb
#ce4adb Border Color
<div style="border:3px solid #ce4adb">
Div here</div>
This div border color is #ce4adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,74,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce4adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce4adb; -webkit-box-shadow: 1px 1px 3px 2px #ce4adb; box-shadow: 1px 1px 3px 2px #ce4adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,74,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce4adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce4adb; -webkit-box-shadow: 1px 1px 3px 2px #ce4adb; box-shadow: 1px 1px 3px 2px #ce4adb;">
Div content here</div>
This div box has shadow with color #ce4adb
Comments
No comments written yet.
Please login to write comment.