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