Color spaces of #ea3bde
RGB | 234 | 59 | 222 |
---|---|---|---|
HSL | 0.84 | 0.81 | 0.57 |
HSV | 304° | 75° | 92° |
CMYK | 0.00 | 0.75 | 0.05 0.08 |
XYZ | 48.6805 | 25.8943 | 71.5396 |
Yxy | 25.8943 | 0.3332 | 0.1772 |
Hunter Lab | 50.8864 | 81.7107 | -47.7334 |
CIE-Lab | 57.9366 | 81.3529 | -46.3935 |
#ea3bde color RGB value is (234,59,222).
#ea3bde hex color red value is 234, green value is 59 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ea3bde hue: 0.84 , saturation: 0.81 and the lightness value of ea3bde is 0.57.
The process color (four color CMYK) of #ea3bde color hex is 0.00, 0.75, 0.05, 0.08. Web safe color of #ea3bde is #ff33cc. Color #ea3bde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00111011 | 11011110 |
Octal | 352 | 73 | 336 |
Decimal | 234 | 59 | 222 |
Hex | EA | 3B | DE |
Shades of #ea3bde
Tints of #ea3bde
RGB Percentages of Color #ea3bde
CMYK Percentages of Color #ea3bde
Complementary Color
#ea3bde | #3bea47 |
#ea3bde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea3bde Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea3bde Color CSS Codes
.mybgcolor {background-color:#ea3bde; } .myforecolor {color:#ea3bde; } .mybordercolor {border:3px solid #ea3bde; }
#ea3bde Text Font Color
<p style="color:#ea3bde">Text here</p>
This sample text font color is #ea3bde
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.
#ea3bde Background Color
<div style="background-color:#ea3bde">
Div content here</div>
This div background color is #ea3bde
#ea3bde Border Color
<div style="border:3px solid #ea3bde">
Div here</div>
This div border color is #ea3bde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,59,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea3bde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea3bde; -webkit-box-shadow: 1px 1px 3px 2px #ea3bde; box-shadow: 1px 1px 3px 2px #ea3bde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,59,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea3bde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea3bde; -webkit-box-shadow: 1px 1px 3px 2px #ea3bde; box-shadow: 1px 1px 3px 2px #ea3bde;">
Div content here</div>
This div box has shadow with color #ea3bde
Comments
No comments written yet.
Please login to write comment.