Color spaces of #e60a5b
RGB | 230 | 10 | 91 |
---|---|---|---|
HSL | 0.94 | 0.92 | 0.47 |
HSV | 338° | 96° | 90° |
CMYK | 0.00 | 0.96 | 0.60 0.10 |
XYZ | 34.6300 | 17.7954 | 11.5072 |
Yxy | 17.7954 | 0.5417 | 0.2783 |
Hunter Lab | 42.1846 | 72.7104 | 13.3560 |
CIE-Lab | 49.2470 | 75.8779 | 17.9365 |
#e60a5b color RGB value is (230,10,91).
#e60a5b hex color red value is 230, green value is 10 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e60a5b hue: 0.94 , saturation: 0.92 and the lightness value of e60a5b is 0.47.
The process color (four color CMYK) of #e60a5b color hex is 0.00, 0.96, 0.60, 0.10. Web safe color of #e60a5b is #ff0066. Color #e60a5b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00001010 | 01011011 |
Octal | 346 | 12 | 133 |
Decimal | 230 | 10 | 91 |
Hex | E6 | A | 5B |
Shades of #e60a5b
Tints of #e60a5b
RGB Percentages of Color #e60a5b
CMYK Percentages of Color #e60a5b
Complementary Color
#e60a5b | #0ae695 |
#e60a5b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e60a5b Color Preview on White Background
Lorem ipsum dolor sit amet.
#e60a5b Color CSS Codes
.mybgcolor {background-color:#e60a5b; } .myforecolor {color:#e60a5b; } .mybordercolor {border:3px solid #e60a5b; }
#e60a5b Text Font Color
<p style="color:#e60a5b">Text here</p>
This sample text font color is #e60a5b
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.
#e60a5b Background Color
<div style="background-color:#e60a5b">
Div content here</div>
This div background color is #e60a5b
#e60a5b Border Color
<div style="border:3px solid #e60a5b">
Div here</div>
This div border color is #e60a5b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,10,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e60a5b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e60a5b; -webkit-box-shadow: 1px 1px 3px 2px #e60a5b; box-shadow: 1px 1px 3px 2px #e60a5b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,10,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e60a5b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e60a5b; -webkit-box-shadow: 1px 1px 3px 2px #e60a5b; box-shadow: 1px 1px 3px 2px #e60a5b;">
Div content here</div>
This div box has shadow with color #e60a5b
Comments
No comments written yet.
Please login to write comment.