Color spaces of #e685da
RGB | 230 | 133 | 218 |
---|---|---|---|
HSL | 0.85 | 0.66 | 0.71 |
HSV | 307° | 42° | 90° |
CMYK | 0.00 | 0.42 | 0.05 0.10 |
XYZ | 53.6755 | 38.6600 | 70.9628 |
Yxy | 38.6600 | 0.3287 | 0.2367 |
Hunter Lab | 62.1772 | 45.2831 | -24.1437 |
CIE-Lab | 68.5043 | 49.0421 | -27.7048 |
#e685da color RGB value is (230,133,218).
#e685da hex color red value is 230, green value is 133 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e685da hue: 0.85 , saturation: 0.66 and the lightness value of e685da is 0.71.
The process color (four color CMYK) of #e685da color hex is 0.00, 0.42, 0.05, 0.10. Web safe color of #e685da is #ff99cc. Color #e685da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10000101 | 11011010 |
Octal | 346 | 205 | 332 |
Decimal | 230 | 133 | 218 |
Hex | E6 | 85 | DA |
Shades of #e685da
Tints of #e685da
RGB Percentages of Color #e685da
CMYK Percentages of Color #e685da
Complementary Color
#e685da | #85e691 |
#e685da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e685da Color Preview on White Background
Lorem ipsum dolor sit amet.
#e685da Color CSS Codes
.mybgcolor {background-color:#e685da; } .myforecolor {color:#e685da; } .mybordercolor {border:3px solid #e685da; }
#e685da Text Font Color
<p style="color:#e685da">Text here</p>
This sample text font color is #e685da
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.
#e685da Background Color
<div style="background-color:#e685da">
Div content here</div>
This div background color is #e685da
#e685da Border Color
<div style="border:3px solid #e685da">
Div here</div>
This div border color is #e685da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,133,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e685da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e685da; -webkit-box-shadow: 1px 1px 3px 2px #e685da; box-shadow: 1px 1px 3px 2px #e685da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,133,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 #e685da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e685da; -webkit-box-shadow: 1px 1px 3px 2px #e685da; box-shadow: 1px 1px 3px 2px #e685da;">
Div content here</div>
This div box has shadow with color #e685da
Comments
No comments written yet.
Please login to write comment.