Color spaces of #e69fcc
RGB | 230 | 159 | 204 |
---|---|---|---|
HSL | 0.89 | 0.59 | 0.76 |
HSV | 322° | 31° | 90° |
CMYK | 0.00 | 0.31 | 0.11 0.10 |
XYZ | 55.9303 | 45.9789 | 63.0537 |
Yxy | 45.9789 | 0.3390 | 0.2787 |
Hunter Lab | 67.8077 | 28.5698 | -7.6677 |
CIE-Lab | 73.5318 | 33.0794 | -12.3391 |
#e69fcc color RGB value is (230,159,204).
#e69fcc hex color red value is 230, green value is 159 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e69fcc hue: 0.89 , saturation: 0.59 and the lightness value of e69fcc is 0.76.
The process color (four color CMYK) of #e69fcc color hex is 0.00, 0.31, 0.11, 0.10. Web safe color of #e69fcc is #ff99cc. Color #e69fcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10011111 | 11001100 |
Octal | 346 | 237 | 314 |
Decimal | 230 | 159 | 204 |
Hex | E6 | 9F | CC |
Shades of #e69fcc
Tints of #e69fcc
RGB Percentages of Color #e69fcc
CMYK Percentages of Color #e69fcc
Complementary Color
#e69fcc | #9fe6b9 |
#e69fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e69fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e69fcc Color CSS Codes
.mybgcolor {background-color:#e69fcc; } .myforecolor {color:#e69fcc; } .mybordercolor {border:3px solid #e69fcc; }
#e69fcc Text Font Color
<p style="color:#e69fcc">Text here</p>
This sample text font color is #e69fcc
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.
#e69fcc Background Color
<div style="background-color:#e69fcc">
Div content here</div>
This div background color is #e69fcc
#e69fcc Border Color
<div style="border:3px solid #e69fcc">
Div here</div>
This div border color is #e69fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,159,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e69fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e69fcc; -webkit-box-shadow: 1px 1px 3px 2px #e69fcc; box-shadow: 1px 1px 3px 2px #e69fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,159,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e69fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e69fcc; -webkit-box-shadow: 1px 1px 3px 2px #e69fcc; box-shadow: 1px 1px 3px 2px #e69fcc;">
Div content here</div>
This div box has shadow with color #e69fcc
Comments
No comments written yet.
Please login to write comment.