Color spaces of #e481ba
RGB | 228 | 129 | 186 |
---|---|---|---|
HSL | 0.90 | 0.65 | 0.70 |
HSV | 325° | 43° | 89° |
CMYK | 0.00 | 0.43 | 0.18 0.11 |
XYZ | 48.7081 | 35.7397 | 50.7856 |
Yxy | 35.7397 | 0.3602 | 0.2643 |
Hunter Lab | 59.7827 | 40.8136 | -8.5192 |
CIE-Lab | 66.3206 | 45.2906 | -13.1722 |
#e481ba color RGB value is (228,129,186).
#e481ba hex color red value is 228, green value is 129 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e481ba hue: 0.90 , saturation: 0.65 and the lightness value of e481ba is 0.70.
The process color (four color CMYK) of #e481ba color hex is 0.00, 0.43, 0.18, 0.11. Web safe color of #e481ba is #cc99cc. Color #e481ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10000001 | 10111010 |
Octal | 344 | 201 | 272 |
Decimal | 228 | 129 | 186 |
Hex | E4 | 81 | BA |
Shades of #e481ba
Tints of #e481ba
RGB Percentages of Color #e481ba
CMYK Percentages of Color #e481ba
Complementary Color
#e481ba | #81e4ab |
#e481ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e481ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e481ba Color CSS Codes
.mybgcolor {background-color:#e481ba; } .myforecolor {color:#e481ba; } .mybordercolor {border:3px solid #e481ba; }
#e481ba Text Font Color
<p style="color:#e481ba">Text here</p>
This sample text font color is #e481ba
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.
#e481ba Background Color
<div style="background-color:#e481ba">
Div content here</div>
This div background color is #e481ba
#e481ba Border Color
<div style="border:3px solid #e481ba">
Div here</div>
This div border color is #e481ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,129,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e481ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e481ba; -webkit-box-shadow: 1px 1px 3px 2px #e481ba; box-shadow: 1px 1px 3px 2px #e481ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,129,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e481ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e481ba; -webkit-box-shadow: 1px 1px 3px 2px #e481ba; box-shadow: 1px 1px 3px 2px #e481ba;">
Div content here</div>
This div box has shadow with color #e481ba
Comments
No comments written yet.
Please login to write comment.