Color spaces of #e662bb
RGB | 230 | 98 | 187 |
---|---|---|---|
HSL | 0.89 | 0.73 | 0.64 |
HSV | 320° | 57° | 90° |
CMYK | 0.00 | 0.57 | 0.19 0.10 |
XYZ | 45.9705 | 29.1462 | 50.2166 |
Yxy | 29.1462 | 0.3668 | 0.2325 |
Hunter Lab | 53.9872 | 57.5164 | -17.3580 |
CIE-Lab | 60.9104 | 60.9689 | -21.9185 |
#e662bb color RGB value is (230,98,187).
#e662bb hex color red value is 230, green value is 98 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e662bb hue: 0.89 , saturation: 0.73 and the lightness value of e662bb is 0.64.
The process color (four color CMYK) of #e662bb color hex is 0.00, 0.57, 0.19, 0.10. Web safe color of #e662bb is #ff66cc. Color #e662bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01100010 | 10111011 |
Octal | 346 | 142 | 273 |
Decimal | 230 | 98 | 187 |
Hex | E6 | 62 | BB |
Shades of #e662bb
Tints of #e662bb
RGB Percentages of Color #e662bb
CMYK Percentages of Color #e662bb
Complementary Color
#e662bb | #62e68d |
#e662bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e662bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e662bb Color CSS Codes
.mybgcolor {background-color:#e662bb; } .myforecolor {color:#e662bb; } .mybordercolor {border:3px solid #e662bb; }
#e662bb Text Font Color
<p style="color:#e662bb">Text here</p>
This sample text font color is #e662bb
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.
#e662bb Background Color
<div style="background-color:#e662bb">
Div content here</div>
This div background color is #e662bb
#e662bb Border Color
<div style="border:3px solid #e662bb">
Div here</div>
This div border color is #e662bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,98,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e662bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e662bb; -webkit-box-shadow: 1px 1px 3px 2px #e662bb; box-shadow: 1px 1px 3px 2px #e662bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,98,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 #e662bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e662bb; -webkit-box-shadow: 1px 1px 3px 2px #e662bb; box-shadow: 1px 1px 3px 2px #e662bb;">
Div content here</div>
This div box has shadow with color #e662bb
Comments
No comments written yet.
Please login to write comment.