Color spaces of #e0abcf
RGB | 224 | 171 | 207 |
---|---|---|---|
HSL | 0.89 | 0.46 | 0.77 |
HSV | 319° | 24° | 88° |
CMYK | 0.00 | 0.24 | 0.08 0.12 |
XYZ | 56.5659 | 49.4781 | 65.6004 |
Yxy | 49.4781 | 0.3296 | 0.2883 |
Hunter Lab | 70.3407 | 20.4483 | -6.0560 |
CIE-Lab | 75.7478 | 25.1090 | -10.7333 |
#e0abcf color RGB value is (224,171,207).
#e0abcf hex color red value is 224, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e0abcf hue: 0.89 , saturation: 0.46 and the lightness value of e0abcf is 0.77.
The process color (four color CMYK) of #e0abcf color hex is 0.00, 0.24, 0.08, 0.12. Web safe color of #e0abcf is #cc99cc. Color #e0abcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10101011 | 11001111 |
Octal | 340 | 253 | 317 |
Decimal | 224 | 171 | 207 |
Hex | E0 | AB | CF |
Shades of #e0abcf
Tints of #e0abcf
RGB Percentages of Color #e0abcf
CMYK Percentages of Color #e0abcf
Complementary Color
#e0abcf | #abe0bc |
#e0abcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0abcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0abcf Color CSS Codes
.mybgcolor {background-color:#e0abcf; } .myforecolor {color:#e0abcf; } .mybordercolor {border:3px solid #e0abcf; }
#e0abcf Text Font Color
<p style="color:#e0abcf">Text here</p>
This sample text font color is #e0abcf
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.
#e0abcf Background Color
<div style="background-color:#e0abcf">
Div content here</div>
This div background color is #e0abcf
#e0abcf Border Color
<div style="border:3px solid #e0abcf">
Div here</div>
This div border color is #e0abcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,171,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0abcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0abcf; -webkit-box-shadow: 1px 1px 3px 2px #e0abcf; box-shadow: 1px 1px 3px 2px #e0abcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,171,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0abcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0abcf; -webkit-box-shadow: 1px 1px 3px 2px #e0abcf; box-shadow: 1px 1px 3px 2px #e0abcf;">
Div content here</div>
This div box has shadow with color #e0abcf
Comments
No comments written yet.
Please login to write comment.