Color spaces of #e68dbc
RGB | 230 | 141 | 188 |
---|---|---|---|
HSL | 0.91 | 0.64 | 0.73 |
HSV | 328° | 39° | 90° |
CMYK | 0.00 | 0.39 | 0.18 0.10 |
XYZ | 51.2351 | 39.5036 | 52.5015 |
Yxy | 39.5036 | 0.3577 | 0.2758 |
Hunter Lab | 62.8519 | 35.5174 | -5.5299 |
CIE-Lab | 69.1145 | 40.0509 | -10.0826 |
#e68dbc color RGB value is (230,141,188).
#e68dbc hex color red value is 230, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e68dbc hue: 0.91 , saturation: 0.64 and the lightness value of e68dbc is 0.73.
The process color (four color CMYK) of #e68dbc color hex is 0.00, 0.39, 0.18, 0.10. Web safe color of #e68dbc is #ff99cc. Color #e68dbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10001101 | 10111100 |
Octal | 346 | 215 | 274 |
Decimal | 230 | 141 | 188 |
Hex | E6 | 8D | BC |
Shades of #e68dbc
Tints of #e68dbc
RGB Percentages of Color #e68dbc
CMYK Percentages of Color #e68dbc
Complementary Color
#e68dbc | #8de6b7 |
#e68dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e68dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e68dbc Color CSS Codes
.mybgcolor {background-color:#e68dbc; } .myforecolor {color:#e68dbc; } .mybordercolor {border:3px solid #e68dbc; }
#e68dbc Text Font Color
<p style="color:#e68dbc">Text here</p>
This sample text font color is #e68dbc
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.
#e68dbc Background Color
<div style="background-color:#e68dbc">
Div content here</div>
This div background color is #e68dbc
#e68dbc Border Color
<div style="border:3px solid #e68dbc">
Div here</div>
This div border color is #e68dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,141,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e68dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e68dbc; -webkit-box-shadow: 1px 1px 3px 2px #e68dbc; box-shadow: 1px 1px 3px 2px #e68dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,141,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e68dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e68dbc; -webkit-box-shadow: 1px 1px 3px 2px #e68dbc; box-shadow: 1px 1px 3px 2px #e68dbc;">
Div content here</div>
This div box has shadow with color #e68dbc
Comments
No comments written yet.
Please login to write comment.