Color spaces of #e5338a
RGB | 229 | 51 | 138 |
---|---|---|---|
HSL | 0.92 | 0.77 | 0.55 |
HSV | 331° | 78° | 90° |
CMYK | 0.00 | 0.78 | 0.40 0.10 |
XYZ | 38.0844 | 20.8606 | 26.0640 |
Yxy | 20.8606 | 0.4480 | 0.2454 |
Hunter Lab | 45.6734 | 68.9123 | -1.8631 |
CIE-Lab | 52.7966 | 72.0779 | -5.5667 |
#e5338a color RGB value is (229,51,138).
#e5338a hex color red value is 229, green value is 51 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e5338a hue: 0.92 , saturation: 0.77 and the lightness value of e5338a is 0.55.
The process color (four color CMYK) of #e5338a color hex is 0.00, 0.78, 0.40, 0.10. Web safe color of #e5338a is #cc3399. Color #e5338a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00110011 | 10001010 |
Octal | 345 | 63 | 212 |
Decimal | 229 | 51 | 138 |
Hex | E5 | 33 | 8A |
Shades of #e5338a
Tints of #e5338a
RGB Percentages of Color #e5338a
CMYK Percentages of Color #e5338a
Complementary Color
#e5338a | #33e58e |
#e5338a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5338a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5338a Color CSS Codes
.mybgcolor {background-color:#e5338a; } .myforecolor {color:#e5338a; } .mybordercolor {border:3px solid #e5338a; }
#e5338a Text Font Color
<p style="color:#e5338a">Text here</p>
This sample text font color is #e5338a
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.
#e5338a Background Color
<div style="background-color:#e5338a">
Div content here</div>
This div background color is #e5338a
#e5338a Border Color
<div style="border:3px solid #e5338a">
Div here</div>
This div border color is #e5338a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,51,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5338a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5338a; -webkit-box-shadow: 1px 1px 3px 2px #e5338a; box-shadow: 1px 1px 3px 2px #e5338a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,51,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 #e5338a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5338a; -webkit-box-shadow: 1px 1px 3px 2px #e5338a; box-shadow: 1px 1px 3px 2px #e5338a;">
Div content here</div>
This div box has shadow with color #e5338a
Comments
No comments written yet.
Please login to write comment.