Color spaces of #e594a4
RGB | 229 | 148 | 164 |
---|---|---|---|
HSL | 0.97 | 0.61 | 0.74 |
HSV | 348° | 35° | 90° |
CMYK | 0.00 | 0.35 | 0.28 0.10 |
XYZ | 49.6038 | 40.5182 | 40.3283 |
Yxy | 40.5182 | 0.3803 | 0.3106 |
Hunter Lab | 63.6539 | 27.7060 | 6.9942 |
CIE-Lab | 69.8370 | 32.5711 | 4.3644 |
#e594a4 color RGB value is (229,148,164).
#e594a4 hex color red value is 229, green value is 148 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #e594a4 hue: 0.97 , saturation: 0.61 and the lightness value of e594a4 is 0.74.
The process color (four color CMYK) of #e594a4 color hex is 0.00, 0.35, 0.28, 0.10. Web safe color of #e594a4 is #cc9999. Color #e594a4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10010100 | 10100100 |
Octal | 345 | 224 | 244 |
Decimal | 229 | 148 | 164 |
Hex | E5 | 94 | A4 |
Shades of #e594a4
Tints of #e594a4
RGB Percentages of Color #e594a4
CMYK Percentages of Color #e594a4
Complementary Color
#e594a4 | #94e5d5 |
#e594a4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e594a4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e594a4 Color CSS Codes
.mybgcolor {background-color:#e594a4; } .myforecolor {color:#e594a4; } .mybordercolor {border:3px solid #e594a4; }
#e594a4 Text Font Color
<p style="color:#e594a4">Text here</p>
This sample text font color is #e594a4
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.
#e594a4 Background Color
<div style="background-color:#e594a4">
Div content here</div>
This div background color is #e594a4
#e594a4 Border Color
<div style="border:3px solid #e594a4">
Div here</div>
This div border color is #e594a4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,148,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e594a4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e594a4; -webkit-box-shadow: 1px 1px 3px 2px #e594a4; box-shadow: 1px 1px 3px 2px #e594a4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,148,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e594a4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e594a4; -webkit-box-shadow: 1px 1px 3px 2px #e594a4; box-shadow: 1px 1px 3px 2px #e594a4;">
Div content here</div>
This div box has shadow with color #e594a4
Comments
No comments written yet.
Please login to write comment.