Color spaces of #e688cd
RGB | 230 | 136 | 205 |
---|---|---|---|
HSL | 0.88 | 0.65 | 0.72 |
HSV | 316° | 41° | 90° |
CMYK | 0.00 | 0.41 | 0.11 0.10 |
XYZ | 52.4567 | 38.8391 | 62.4895 |
Yxy | 38.8391 | 0.3411 | 0.2526 |
Hunter Lab | 62.3210 | 41.1848 | -15.8256 |
CIE-Lab | 68.6346 | 45.3284 | -20.2840 |
#e688cd color RGB value is (230,136,205).
#e688cd hex color red value is 230, green value is 136 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e688cd hue: 0.88 , saturation: 0.65 and the lightness value of e688cd is 0.72.
The process color (four color CMYK) of #e688cd color hex is 0.00, 0.41, 0.11, 0.10. Web safe color of #e688cd is #ff99cc. Color #e688cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10001000 | 11001101 |
Octal | 346 | 210 | 315 |
Decimal | 230 | 136 | 205 |
Hex | E6 | 88 | CD |
Shades of #e688cd
Tints of #e688cd
RGB Percentages of Color #e688cd
CMYK Percentages of Color #e688cd
Complementary Color
#e688cd | #88e6a1 |
#e688cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e688cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e688cd Color CSS Codes
.mybgcolor {background-color:#e688cd; } .myforecolor {color:#e688cd; } .mybordercolor {border:3px solid #e688cd; }
#e688cd Text Font Color
<p style="color:#e688cd">Text here</p>
This sample text font color is #e688cd
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.
#e688cd Background Color
<div style="background-color:#e688cd">
Div content here</div>
This div background color is #e688cd
#e688cd Border Color
<div style="border:3px solid #e688cd">
Div here</div>
This div border color is #e688cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,136,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e688cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e688cd; -webkit-box-shadow: 1px 1px 3px 2px #e688cd; box-shadow: 1px 1px 3px 2px #e688cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,136,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e688cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e688cd; -webkit-box-shadow: 1px 1px 3px 2px #e688cd; box-shadow: 1px 1px 3px 2px #e688cd;">
Div content here</div>
This div box has shadow with color #e688cd
Comments
No comments written yet.
Please login to write comment.