Color spaces of #e655db
RGB | 230 | 85 | 219 |
---|---|---|---|
HSL | 0.85 | 0.74 | 0.62 |
HSV | 305° | 63° | 90° |
CMYK | 0.00 | 0.63 | 0.05 0.10 |
XYZ | 48.6678 | 28.4345 | 69.9412 |
Yxy | 28.4345 | 0.3310 | 0.1934 |
Hunter Lab | 53.3240 | 69.5965 | -40.4395 |
CIE-Lab | 60.2793 | 71.2203 | -41.0497 |
#e655db color RGB value is (230,85,219).
#e655db hex color red value is 230, green value is 85 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e655db hue: 0.85 , saturation: 0.74 and the lightness value of e655db is 0.62.
The process color (four color CMYK) of #e655db color hex is 0.00, 0.63, 0.05, 0.10. Web safe color of #e655db is #ff66cc. Color #e655db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01010101 | 11011011 |
Octal | 346 | 125 | 333 |
Decimal | 230 | 85 | 219 |
Hex | E6 | 55 | DB |
Shades of #e655db
Tints of #e655db
RGB Percentages of Color #e655db
CMYK Percentages of Color #e655db
Complementary Color
#e655db | #55e660 |
#e655db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e655db Color Preview on White Background
Lorem ipsum dolor sit amet.
#e655db Color CSS Codes
.mybgcolor {background-color:#e655db; } .myforecolor {color:#e655db; } .mybordercolor {border:3px solid #e655db; }
#e655db Text Font Color
<p style="color:#e655db">Text here</p>
This sample text font color is #e655db
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.
#e655db Background Color
<div style="background-color:#e655db">
Div content here</div>
This div background color is #e655db
#e655db Border Color
<div style="border:3px solid #e655db">
Div here</div>
This div border color is #e655db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,85,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e655db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e655db; -webkit-box-shadow: 1px 1px 3px 2px #e655db; box-shadow: 1px 1px 3px 2px #e655db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,85,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 #e655db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e655db; -webkit-box-shadow: 1px 1px 3px 2px #e655db; box-shadow: 1px 1px 3px 2px #e655db;">
Div content here</div>
This div box has shadow with color #e655db
Comments
No comments written yet.
Please login to write comment.