Color spaces of #e359bb
RGB | 227 | 89 | 187 |
---|---|---|---|
HSL | 0.88 | 0.71 | 0.62 |
HSV | 317° | 61° | 89° |
CMYK | 0.00 | 0.61 | 0.18 0.11 |
XYZ | 44.2206 | 27.0635 | 49.9068 |
Yxy | 27.0635 | 0.3649 | 0.2233 |
Hunter Lab | 52.0226 | 60.6903 | -20.4628 |
CIE-Lab | 59.0331 | 64.0166 | -24.8370 |
#e359bb color RGB value is (227,89,187).
#e359bb hex color red value is 227, green value is 89 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e359bb hue: 0.88 , saturation: 0.71 and the lightness value of e359bb is 0.62.
The process color (four color CMYK) of #e359bb color hex is 0.00, 0.61, 0.18, 0.11. Web safe color of #e359bb is #cc66cc. Color #e359bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01011001 | 10111011 |
Octal | 343 | 131 | 273 |
Decimal | 227 | 89 | 187 |
Hex | E3 | 59 | BB |
Shades of #e359bb
Tints of #e359bb
RGB Percentages of Color #e359bb
CMYK Percentages of Color #e359bb
Complementary Color
#e359bb | #59e381 |
#e359bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e359bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e359bb Color CSS Codes
.mybgcolor {background-color:#e359bb; } .myforecolor {color:#e359bb; } .mybordercolor {border:3px solid #e359bb; }
#e359bb Text Font Color
<p style="color:#e359bb">Text here</p>
This sample text font color is #e359bb
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.
#e359bb Background Color
<div style="background-color:#e359bb">
Div content here</div>
This div background color is #e359bb
#e359bb Border Color
<div style="border:3px solid #e359bb">
Div here</div>
This div border color is #e359bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,89,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e359bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e359bb; -webkit-box-shadow: 1px 1px 3px 2px #e359bb; box-shadow: 1px 1px 3px 2px #e359bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,89,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 #e359bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e359bb; -webkit-box-shadow: 1px 1px 3px 2px #e359bb; box-shadow: 1px 1px 3px 2px #e359bb;">
Div content here</div>
This div box has shadow with color #e359bb
Comments
No comments written yet.
Please login to write comment.