Color spaces of #e684cb
RGB | 230 | 132 | 203 |
---|---|---|---|
HSL | 0.88 | 0.66 | 0.71 |
HSV | 317° | 43° | 90° |
CMYK | 0.00 | 0.43 | 0.12 0.10 |
XYZ | 51.6639 | 37.6373 | 61.0417 |
Yxy | 37.6373 | 0.3436 | 0.2503 |
Hunter Lab | 61.3492 | 42.9586 | -16.0483 |
CIE-Lab | 67.7524 | 47.0539 | -20.5112 |
#e684cb color RGB value is (230,132,203).
#e684cb hex color red value is 230, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e684cb hue: 0.88 , saturation: 0.66 and the lightness value of e684cb is 0.71.
The process color (four color CMYK) of #e684cb color hex is 0.00, 0.43, 0.12, 0.10. Web safe color of #e684cb is #ff99cc. Color #e684cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10000100 | 11001011 |
Octal | 346 | 204 | 313 |
Decimal | 230 | 132 | 203 |
Hex | E6 | 84 | CB |
Shades of #e684cb
Tints of #e684cb
RGB Percentages of Color #e684cb
CMYK Percentages of Color #e684cb
Complementary Color
#e684cb | #84e69f |
#e684cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e684cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e684cb Color CSS Codes
.mybgcolor {background-color:#e684cb; } .myforecolor {color:#e684cb; } .mybordercolor {border:3px solid #e684cb; }
#e684cb Text Font Color
<p style="color:#e684cb">Text here</p>
This sample text font color is #e684cb
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.
#e684cb Background Color
<div style="background-color:#e684cb">
Div content here</div>
This div background color is #e684cb
#e684cb Border Color
<div style="border:3px solid #e684cb">
Div here</div>
This div border color is #e684cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,132,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e684cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e684cb; -webkit-box-shadow: 1px 1px 3px 2px #e684cb; box-shadow: 1px 1px 3px 2px #e684cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,132,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e684cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e684cb; -webkit-box-shadow: 1px 1px 3px 2px #e684cb; box-shadow: 1px 1px 3px 2px #e684cb;">
Div content here</div>
This div box has shadow with color #e684cb
Comments
No comments written yet.
Please login to write comment.