Color spaces of #e3abdd
RGB | 227 | 171 | 221 |
---|---|---|---|
HSL | 0.85 | 0.50 | 0.78 |
HSV | 306° | 25° | 89° |
CMYK | 0.00 | 0.25 | 0.03 0.11 |
XYZ | 59.2926 | 50.6772 | 75.0632 |
Yxy | 50.6772 | 0.3204 | 0.2739 |
Hunter Lab | 71.1879 | 24.0942 | -12.6860 |
CIE-Lab | 76.4831 | 28.5918 | -17.2257 |
#e3abdd color RGB value is (227,171,221).
#e3abdd hex color red value is 227, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e3abdd hue: 0.85 , saturation: 0.50 and the lightness value of e3abdd is 0.78.
The process color (four color CMYK) of #e3abdd color hex is 0.00, 0.25, 0.03, 0.11. Web safe color of #e3abdd is #cc99cc. Color #e3abdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10101011 | 11011101 |
Octal | 343 | 253 | 335 |
Decimal | 227 | 171 | 221 |
Hex | E3 | AB | DD |
Shades of #e3abdd
Tints of #e3abdd
RGB Percentages of Color #e3abdd
CMYK Percentages of Color #e3abdd
Complementary Color
#e3abdd | #abe3b1 |
#e3abdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3abdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3abdd Color CSS Codes
.mybgcolor {background-color:#e3abdd; } .myforecolor {color:#e3abdd; } .mybordercolor {border:3px solid #e3abdd; }
#e3abdd Text Font Color
<p style="color:#e3abdd">Text here</p>
This sample text font color is #e3abdd
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.
#e3abdd Background Color
<div style="background-color:#e3abdd">
Div content here</div>
This div background color is #e3abdd
#e3abdd Border Color
<div style="border:3px solid #e3abdd">
Div here</div>
This div border color is #e3abdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,171,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3abdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3abdd; -webkit-box-shadow: 1px 1px 3px 2px #e3abdd; box-shadow: 1px 1px 3px 2px #e3abdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,171,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3abdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3abdd; -webkit-box-shadow: 1px 1px 3px 2px #e3abdd; box-shadow: 1px 1px 3px 2px #e3abdd;">
Div content here</div>
This div box has shadow with color #e3abdd
Comments
No comments written yet.
Please login to write comment.