Color spaces of #e64baa
RGB | 230 | 75 | 170 |
---|---|---|---|
HSL | 0.90 | 0.76 | 0.60 |
HSV | 323° | 67° | 90° |
CMYK | 0.00 | 0.67 | 0.26 0.10 |
XYZ | 42.4049 | 24.7574 | 40.5739 |
Yxy | 24.7574 | 0.3936 | 0.2298 |
Hunter Lab | 49.7568 | 65.0510 | -13.5179 |
CIE-Lab | 56.8383 | 68.0998 | -18.3382 |
#e64baa color RGB value is (230,75,170).
#e64baa hex color red value is 230, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e64baa hue: 0.90 , saturation: 0.76 and the lightness value of e64baa is 0.60.
The process color (four color CMYK) of #e64baa color hex is 0.00, 0.67, 0.26, 0.10. Web safe color of #e64baa is #ff3399. Color #e64baa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01001011 | 10101010 |
Octal | 346 | 113 | 252 |
Decimal | 230 | 75 | 170 |
Hex | E6 | 4B | AA |
Shades of #e64baa
Tints of #e64baa
RGB Percentages of Color #e64baa
CMYK Percentages of Color #e64baa
Complementary Color
#e64baa | #4be687 |
#e64baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e64baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e64baa Color CSS Codes
.mybgcolor {background-color:#e64baa; } .myforecolor {color:#e64baa; } .mybordercolor {border:3px solid #e64baa; }
#e64baa Text Font Color
<p style="color:#e64baa">Text here</p>
This sample text font color is #e64baa
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.
#e64baa Background Color
<div style="background-color:#e64baa">
Div content here</div>
This div background color is #e64baa
#e64baa Border Color
<div style="border:3px solid #e64baa">
Div here</div>
This div border color is #e64baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,75,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e64baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e64baa; -webkit-box-shadow: 1px 1px 3px 2px #e64baa; box-shadow: 1px 1px 3px 2px #e64baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,75,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e64baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e64baa; -webkit-box-shadow: 1px 1px 3px 2px #e64baa; box-shadow: 1px 1px 3px 2px #e64baa;">
Div content here</div>
This div box has shadow with color #e64baa
Comments
No comments written yet.
Please login to write comment.