Color spaces of #e07acb
RGB | 224 | 122 | 203 |
---|---|---|---|
HSL | 0.87 | 0.62 | 0.68 |
HSV | 312° | 46° | 88° |
CMYK | 0.00 | 0.46 | 0.09 0.12 |
XYZ | 48.4795 | 34.0782 | 60.5225 |
Yxy | 34.0782 | 0.3388 | 0.2382 |
Hunter Lab | 58.3765 | 46.0785 | -20.6060 |
CIE-Lab | 65.0246 | 50.2497 | -24.7455 |
#e07acb color RGB value is (224,122,203).
#e07acb hex color red value is 224, green value is 122 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e07acb hue: 0.87 , saturation: 0.62 and the lightness value of e07acb is 0.68.
The process color (four color CMYK) of #e07acb color hex is 0.00, 0.46, 0.09, 0.12. Web safe color of #e07acb is #cc66cc. Color #e07acb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01111010 | 11001011 |
Octal | 340 | 172 | 313 |
Decimal | 224 | 122 | 203 |
Hex | E0 | 7A | CB |
Shades of #e07acb
Tints of #e07acb
RGB Percentages of Color #e07acb
CMYK Percentages of Color #e07acb
Complementary Color
#e07acb | #7ae08f |
#e07acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e07acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e07acb Color CSS Codes
.mybgcolor {background-color:#e07acb; } .myforecolor {color:#e07acb; } .mybordercolor {border:3px solid #e07acb; }
#e07acb Text Font Color
<p style="color:#e07acb">Text here</p>
This sample text font color is #e07acb
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.
#e07acb Background Color
<div style="background-color:#e07acb">
Div content here</div>
This div background color is #e07acb
#e07acb Border Color
<div style="border:3px solid #e07acb">
Div here</div>
This div border color is #e07acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,122,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e07acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e07acb; -webkit-box-shadow: 1px 1px 3px 2px #e07acb; box-shadow: 1px 1px 3px 2px #e07acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,122,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 #e07acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e07acb; -webkit-box-shadow: 1px 1px 3px 2px #e07acb; box-shadow: 1px 1px 3px 2px #e07acb;">
Div content here</div>
This div box has shadow with color #e07acb
Comments
No comments written yet.
Please login to write comment.