Color spaces of #e65abb
RGB | 230 | 90 | 187 |
---|---|---|---|
HSL | 0.88 | 0.74 | 0.63 |
HSV | 318° | 61° | 90° |
CMYK | 0.00 | 0.61 | 0.19 0.10 |
XYZ | 45.2589 | 27.7232 | 49.9794 |
Yxy | 27.7232 | 0.3681 | 0.2255 |
Hunter Lab | 52.6528 | 61.2912 | -19.4226 |
CIE-Lab | 59.6378 | 64.4186 | -23.8690 |
#e65abb color RGB value is (230,90,187).
#e65abb hex color red value is 230, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e65abb hue: 0.88 , saturation: 0.74 and the lightness value of e65abb is 0.63.
The process color (four color CMYK) of #e65abb color hex is 0.00, 0.61, 0.19, 0.10. Web safe color of #e65abb is #ff66cc. Color #e65abb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01011010 | 10111011 |
Octal | 346 | 132 | 273 |
Decimal | 230 | 90 | 187 |
Hex | E6 | 5A | BB |
Shades of #e65abb
Tints of #e65abb
RGB Percentages of Color #e65abb
CMYK Percentages of Color #e65abb
Complementary Color
#e65abb | #5ae685 |
#e65abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e65abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e65abb Color CSS Codes
.mybgcolor {background-color:#e65abb; } .myforecolor {color:#e65abb; } .mybordercolor {border:3px solid #e65abb; }
#e65abb Text Font Color
<p style="color:#e65abb">Text here</p>
This sample text font color is #e65abb
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.
#e65abb Background Color
<div style="background-color:#e65abb">
Div content here</div>
This div background color is #e65abb
#e65abb Border Color
<div style="border:3px solid #e65abb">
Div here</div>
This div border color is #e65abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,90,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e65abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e65abb; -webkit-box-shadow: 1px 1px 3px 2px #e65abb; box-shadow: 1px 1px 3px 2px #e65abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,90,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e65abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e65abb; -webkit-box-shadow: 1px 1px 3px 2px #e65abb; box-shadow: 1px 1px 3px 2px #e65abb;">
Div content here</div>
This div box has shadow with color #e65abb
Comments
No comments written yet.
Please login to write comment.