Color spaces of #ea47db
RGB | 234 | 71 | 219 |
---|---|---|---|
HSL | 0.85 | 0.80 | 0.60 |
HSV | 306° | 70° | 92° |
CMYK | 0.00 | 0.70 | 0.06 0.08 |
XYZ | 48.9711 | 27.1134 | 69.6702 |
Yxy | 27.1134 | 0.3360 | 0.1860 |
Hunter Lab | 52.0705 | 76.7516 | -42.8805 |
CIE-Lab | 59.0791 | 77.2225 | -42.8957 |
#ea47db color RGB value is (234,71,219).
#ea47db hex color red value is 234, green value is 71 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ea47db hue: 0.85 , saturation: 0.80 and the lightness value of ea47db is 0.60.
The process color (four color CMYK) of #ea47db color hex is 0.00, 0.70, 0.06, 0.08. Web safe color of #ea47db is #ff33cc. Color #ea47db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01000111 | 11011011 |
Octal | 352 | 107 | 333 |
Decimal | 234 | 71 | 219 |
Hex | EA | 47 | DB |
Shades of #ea47db
Tints of #ea47db
RGB Percentages of Color #ea47db
CMYK Percentages of Color #ea47db
Complementary Color
#ea47db | #47ea56 |
#ea47db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea47db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea47db Color CSS Codes
.mybgcolor {background-color:#ea47db; } .myforecolor {color:#ea47db; } .mybordercolor {border:3px solid #ea47db; }
#ea47db Text Font Color
<p style="color:#ea47db">Text here</p>
This sample text font color is #ea47db
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.
#ea47db Background Color
<div style="background-color:#ea47db">
Div content here</div>
This div background color is #ea47db
#ea47db Border Color
<div style="border:3px solid #ea47db">
Div here</div>
This div border color is #ea47db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,71,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea47db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea47db; -webkit-box-shadow: 1px 1px 3px 2px #ea47db; box-shadow: 1px 1px 3px 2px #ea47db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,71,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 #ea47db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea47db; -webkit-box-shadow: 1px 1px 3px 2px #ea47db; box-shadow: 1px 1px 3px 2px #ea47db;">
Div content here</div>
This div box has shadow with color #ea47db
Comments
No comments written yet.
Please login to write comment.