Color spaces of #e083ea
RGB | 224 | 131 | 234 |
---|---|---|---|
HSL | 0.82 | 0.71 | 0.72 |
HSV | 294° | 44° | 92° |
CMYK | 0.04 | 0.44 | 0.00 0.08 |
XYZ | 53.7081 | 38.0204 | 82.3498 |
Yxy | 38.0204 | 0.3085 | 0.2184 |
Hunter Lab | 61.6607 | 47.5721 | -36.0212 |
CIE-Lab | 68.0356 | 51.1456 | -37.3316 |
#e083ea color RGB value is (224,131,234).
#e083ea hex color red value is 224, green value is 131 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e083ea hue: 0.82 , saturation: 0.71 and the lightness value of e083ea is 0.72.
The process color (four color CMYK) of #e083ea color hex is 0.04, 0.44, 0.00, 0.08. Web safe color of #e083ea is #cc99ff. Color #e083ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10000011 | 11101010 |
Octal | 340 | 203 | 352 |
Decimal | 224 | 131 | 234 |
Hex | E0 | 83 | EA |
Shades of #e083ea
Tints of #e083ea
RGB Percentages of Color #e083ea
CMYK Percentages of Color #e083ea
Complementary Color
#e083ea | #8dea83 |
#e083ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e083ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e083ea Color CSS Codes
.mybgcolor {background-color:#e083ea; } .myforecolor {color:#e083ea; } .mybordercolor {border:3px solid #e083ea; }
#e083ea Text Font Color
<p style="color:#e083ea">Text here</p>
This sample text font color is #e083ea
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.
#e083ea Background Color
<div style="background-color:#e083ea">
Div content here</div>
This div background color is #e083ea
#e083ea Border Color
<div style="border:3px solid #e083ea">
Div here</div>
This div border color is #e083ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,131,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e083ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e083ea; -webkit-box-shadow: 1px 1px 3px 2px #e083ea; box-shadow: 1px 1px 3px 2px #e083ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,131,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e083ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e083ea; -webkit-box-shadow: 1px 1px 3px 2px #e083ea; box-shadow: 1px 1px 3px 2px #e083ea;">
Div content here</div>
This div box has shadow with color #e083ea
Comments
No comments written yet.
Please login to write comment.