Color spaces of #ea27db
RGB | 234 | 39 | 219 |
---|---|---|---|
HSL | 0.85 | 0.82 | 0.54 |
HSV | 305° | 83° | 92° |
CMYK | 0.00 | 0.83 | 0.06 0.08 |
XYZ | 47.4434 | 24.0579 | 69.1609 |
Yxy | 24.0579 | 0.3373 | 0.1710 |
Hunter Lab | 49.0489 | 86.8219 | -49.2671 |
CIE-Lab | 56.1457 | 85.6543 | -47.5323 |
#ea27db color RGB value is (234,39,219).
#ea27db hex color red value is 234, green value is 39 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ea27db hue: 0.85 , saturation: 0.82 and the lightness value of ea27db is 0.54.
The process color (four color CMYK) of #ea27db color hex is 0.00, 0.83, 0.06, 0.08. Web safe color of #ea27db is #ff33cc. Color #ea27db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00100111 | 11011011 |
Octal | 352 | 47 | 333 |
Decimal | 234 | 39 | 219 |
Hex | EA | 27 | DB |
Shades of #ea27db
Tints of #ea27db
RGB Percentages of Color #ea27db
CMYK Percentages of Color #ea27db
Complementary Color
#ea27db | #27ea36 |
#ea27db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea27db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea27db Color CSS Codes
.mybgcolor {background-color:#ea27db; } .myforecolor {color:#ea27db; } .mybordercolor {border:3px solid #ea27db; }
#ea27db Text Font Color
<p style="color:#ea27db">Text here</p>
This sample text font color is #ea27db
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.
#ea27db Background Color
<div style="background-color:#ea27db">
Div content here</div>
This div background color is #ea27db
#ea27db Border Color
<div style="border:3px solid #ea27db">
Div here</div>
This div border color is #ea27db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,39,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea27db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea27db; -webkit-box-shadow: 1px 1px 3px 2px #ea27db; box-shadow: 1px 1px 3px 2px #ea27db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,39,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea27db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea27db; -webkit-box-shadow: 1px 1px 3px 2px #ea27db; box-shadow: 1px 1px 3px 2px #ea27db;">
Div content here</div>
This div box has shadow with color #ea27db
Comments
No comments written yet.
Please login to write comment.