Color spaces of #e0648a
RGB | 224 | 100 | 138 |
---|---|---|---|
HSL | 0.95 | 0.67 | 0.64 |
HSV | 342° | 55° | 88° |
CMYK | 0.00 | 0.55 | 0.38 0.12 |
XYZ | 39.8851 | 26.7966 | 27.1148 |
Yxy | 26.7966 | 0.4252 | 0.2857 |
Hunter Lab | 51.7654 | 46.9442 | 5.1796 |
CIE-Lab | 58.7856 | 51.9836 | 3.1122 |
#e0648a color RGB value is (224,100,138).
#e0648a hex color red value is 224, green value is 100 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e0648a hue: 0.95 , saturation: 0.67 and the lightness value of e0648a is 0.64.
The process color (four color CMYK) of #e0648a color hex is 0.00, 0.55, 0.38, 0.12. Web safe color of #e0648a is #cc6699. Color #e0648a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01100100 | 10001010 |
Octal | 340 | 144 | 212 |
Decimal | 224 | 100 | 138 |
Hex | E0 | 64 | 8A |
Shades of #e0648a
Tints of #e0648a
RGB Percentages of Color #e0648a
CMYK Percentages of Color #e0648a
Complementary Color
#e0648a | #64e0ba |
#e0648a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0648a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0648a Color CSS Codes
.mybgcolor {background-color:#e0648a; } .myforecolor {color:#e0648a; } .mybordercolor {border:3px solid #e0648a; }
#e0648a Text Font Color
<p style="color:#e0648a">Text here</p>
This sample text font color is #e0648a
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.
#e0648a Background Color
<div style="background-color:#e0648a">
Div content here</div>
This div background color is #e0648a
#e0648a Border Color
<div style="border:3px solid #e0648a">
Div here</div>
This div border color is #e0648a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,100,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0648a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0648a; -webkit-box-shadow: 1px 1px 3px 2px #e0648a; box-shadow: 1px 1px 3px 2px #e0648a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,100,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0648a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0648a; -webkit-box-shadow: 1px 1px 3px 2px #e0648a; box-shadow: 1px 1px 3px 2px #e0648a;">
Div content here</div>
This div box has shadow with color #e0648a
Comments
No comments written yet.
Please login to write comment.