Color spaces of #e0028b
RGB | 224 | 2 | 139 |
---|---|---|---|
HSL | 0.90 | 0.98 | 0.44 |
HSV | 323° | 99° | 88° |
CMYK | 0.00 | 0.99 | 0.38 0.12 |
XYZ | 35.4224 | 17.7548 | 25.9861 |
Yxy | 17.7548 | 0.4475 | 0.2243 |
Hunter Lab | 42.1364 | 76.3189 | -7.0694 |
CIE-Lab | 49.1973 | 78.7952 | -11.6485 |
#e0028b color RGB value is (224,2,139).
#e0028b hex color red value is 224, green value is 2 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e0028b hue: 0.90 , saturation: 0.98 and the lightness value of e0028b is 0.44.
The process color (four color CMYK) of #e0028b color hex is 0.00, 0.99, 0.38, 0.12. Web safe color of #e0028b is #cc0099. Color #e0028b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00000010 | 10001011 |
Octal | 340 | 2 | 213 |
Decimal | 224 | 2 | 139 |
Hex | E0 | 2 | 8B |
Shades of #e0028b
Tints of #e0028b
RGB Percentages of Color #e0028b
CMYK Percentages of Color #e0028b
Complementary Color
#e0028b | #02e057 |
#e0028b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0028b Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0028b Color CSS Codes
.mybgcolor {background-color:#e0028b; } .myforecolor {color:#e0028b; } .mybordercolor {border:3px solid #e0028b; }
#e0028b Text Font Color
<p style="color:#e0028b">Text here</p>
This sample text font color is #e0028b
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.
#e0028b Background Color
<div style="background-color:#e0028b">
Div content here</div>
This div background color is #e0028b
#e0028b Border Color
<div style="border:3px solid #e0028b">
Div here</div>
This div border color is #e0028b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,2,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0028b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0028b; -webkit-box-shadow: 1px 1px 3px 2px #e0028b; box-shadow: 1px 1px 3px 2px #e0028b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,2,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0028b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0028b; -webkit-box-shadow: 1px 1px 3px 2px #e0028b; box-shadow: 1px 1px 3px 2px #e0028b;">
Div content here</div>
This div box has shadow with color #e0028b
Comments
No comments written yet.
Please login to write comment.