Color spaces of #ce69db
RGB | 206 | 105 | 219 |
---|---|---|---|
HSL | 0.81 | 0.61 | 0.64 |
HSV | 293° | 52° | 86° |
CMYK | 0.06 | 0.52 | 0.00 0.14 |
XYZ | 43.2914 | 28.3394 | 70.2062 |
Yxy | 28.3394 | 0.3052 | 0.1998 |
Hunter Lab | 53.2348 | 51.9984 | -40.9275 |
CIE-Lab | 60.1941 | 56.2790 | -41.4141 |
#ce69db color RGB value is (206,105,219).
#ce69db hex color red value is 206, green value is 105 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ce69db hue: 0.81 , saturation: 0.61 and the lightness value of ce69db is 0.64.
The process color (four color CMYK) of #ce69db color hex is 0.06, 0.52, 0.00, 0.14. Web safe color of #ce69db is #cc66cc. Color #ce69db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01101001 | 11011011 |
Octal | 316 | 151 | 333 |
Decimal | 206 | 105 | 219 |
Hex | CE | 69 | DB |
Shades of #ce69db
Tints of #ce69db
RGB Percentages of Color #ce69db
CMYK Percentages of Color #ce69db
Complementary Color
#ce69db | #76db69 |
#ce69db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce69db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce69db Color CSS Codes
.mybgcolor {background-color:#ce69db; } .myforecolor {color:#ce69db; } .mybordercolor {border:3px solid #ce69db; }
#ce69db Text Font Color
<p style="color:#ce69db">Text here</p>
This sample text font color is #ce69db
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.
#ce69db Background Color
<div style="background-color:#ce69db">
Div content here</div>
This div background color is #ce69db
#ce69db Border Color
<div style="border:3px solid #ce69db">
Div here</div>
This div border color is #ce69db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,105,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce69db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce69db; -webkit-box-shadow: 1px 1px 3px 2px #ce69db; box-shadow: 1px 1px 3px 2px #ce69db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,105,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 #ce69db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce69db; -webkit-box-shadow: 1px 1px 3px 2px #ce69db; box-shadow: 1px 1px 3px 2px #ce69db;">
Div content here</div>
This div box has shadow with color #ce69db
Comments
No comments written yet.
Please login to write comment.