Color spaces of #e895ce
RGB | 232 | 149 | 206 |
---|---|---|---|
HSL | 0.89 | 0.64 | 0.75 |
HSV | 319° | 36° | 91° |
CMYK | 0.00 | 0.36 | 0.11 0.09 |
XYZ | 55.1667 | 43.1069 | 63.8054 |
Yxy | 43.1069 | 0.3404 | 0.2660 |
Hunter Lab | 65.6558 | 35.0852 | -11.6599 |
CIE-Lab | 71.6275 | 39.3724 | -16.2823 |
#e895ce color RGB value is (232,149,206).
#e895ce hex color red value is 232, green value is 149 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e895ce hue: 0.89 , saturation: 0.64 and the lightness value of e895ce is 0.75.
The process color (four color CMYK) of #e895ce color hex is 0.00, 0.36, 0.11, 0.09. Web safe color of #e895ce is #ff99cc. Color #e895ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10010101 | 11001110 |
Octal | 350 | 225 | 316 |
Decimal | 232 | 149 | 206 |
Hex | E8 | 95 | CE |
Shades of #e895ce
Tints of #e895ce
RGB Percentages of Color #e895ce
CMYK Percentages of Color #e895ce
Complementary Color
#e895ce | #95e8af |
#e895ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e895ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#e895ce Color CSS Codes
.mybgcolor {background-color:#e895ce; } .myforecolor {color:#e895ce; } .mybordercolor {border:3px solid #e895ce; }
#e895ce Text Font Color
<p style="color:#e895ce">Text here</p>
This sample text font color is #e895ce
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.
#e895ce Background Color
<div style="background-color:#e895ce">
Div content here</div>
This div background color is #e895ce
#e895ce Border Color
<div style="border:3px solid #e895ce">
Div here</div>
This div border color is #e895ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,149,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e895ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e895ce; -webkit-box-shadow: 1px 1px 3px 2px #e895ce; box-shadow: 1px 1px 3px 2px #e895ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,149,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e895ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e895ce; -webkit-box-shadow: 1px 1px 3px 2px #e895ce; box-shadow: 1px 1px 3px 2px #e895ce;">
Div content here</div>
This div box has shadow with color #e895ce
Comments
No comments written yet.
Please login to write comment.