Color spaces of #e380bb
RGB | 227 | 128 | 187 |
---|---|---|---|
HSL | 0.90 | 0.64 | 0.70 |
HSV | 324° | 44° | 89° |
CMYK | 0.00 | 0.44 | 0.18 0.11 |
XYZ | 48.3674 | 35.3571 | 51.2891 |
Yxy | 35.3571 | 0.3582 | 0.2619 |
Hunter Lab | 59.4618 | 41.1371 | -9.5176 |
CIE-Lab | 66.0257 | 45.6263 | -14.1914 |
#e380bb color RGB value is (227,128,187).
#e380bb hex color red value is 227, green value is 128 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e380bb hue: 0.90 , saturation: 0.64 and the lightness value of e380bb is 0.70.
The process color (four color CMYK) of #e380bb color hex is 0.00, 0.44, 0.18, 0.11. Web safe color of #e380bb is #cc99cc. Color #e380bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10000000 | 10111011 |
Octal | 343 | 200 | 273 |
Decimal | 227 | 128 | 187 |
Hex | E3 | 80 | BB |
Shades of #e380bb
Tints of #e380bb
RGB Percentages of Color #e380bb
CMYK Percentages of Color #e380bb
Complementary Color
#e380bb | #80e3a8 |
#e380bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e380bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e380bb Color CSS Codes
.mybgcolor {background-color:#e380bb; } .myforecolor {color:#e380bb; } .mybordercolor {border:3px solid #e380bb; }
#e380bb Text Font Color
<p style="color:#e380bb">Text here</p>
This sample text font color is #e380bb
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.
#e380bb Background Color
<div style="background-color:#e380bb">
Div content here</div>
This div background color is #e380bb
#e380bb Border Color
<div style="border:3px solid #e380bb">
Div here</div>
This div border color is #e380bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,128,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e380bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e380bb; -webkit-box-shadow: 1px 1px 3px 2px #e380bb; box-shadow: 1px 1px 3px 2px #e380bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,128,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 #e380bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e380bb; -webkit-box-shadow: 1px 1px 3px 2px #e380bb; box-shadow: 1px 1px 3px 2px #e380bb;">
Div content here</div>
This div box has shadow with color #e380bb
Comments
No comments written yet.
Please login to write comment.