Color spaces of #ea3eef
RGB | 234 | 62 | 239 |
---|---|---|---|
HSL | 0.83 | 0.85 | 0.59 |
HSV | 298° | 74° | 94° |
CMYK | 0.02 | 0.74 | 0.00 0.06 |
XYZ | 51.2343 | 27.1697 | 84.2053 |
Yxy | 27.1697 | 0.3151 | 0.1671 |
Hunter Lab | 52.1246 | 84.2333 | -59.2936 |
CIE-Lab | 59.1311 | 83.0808 | -54.0427 |
#ea3eef color RGB value is (234,62,239).
#ea3eef hex color red value is 234, green value is 62 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ea3eef hue: 0.83 , saturation: 0.85 and the lightness value of ea3eef is 0.59.
The process color (four color CMYK) of #ea3eef color hex is 0.02, 0.74, 0.00, 0.06. Web safe color of #ea3eef is #ff33ff. Color #ea3eef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00111110 | 11101111 |
Octal | 352 | 76 | 357 |
Decimal | 234 | 62 | 239 |
Hex | EA | 3E | EF |
Shades of #ea3eef
Tints of #ea3eef
RGB Percentages of Color #ea3eef
CMYK Percentages of Color #ea3eef
Complementary Color
#ea3eef | #43ef3e |
#ea3eef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea3eef Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea3eef Color CSS Codes
.mybgcolor {background-color:#ea3eef; } .myforecolor {color:#ea3eef; } .mybordercolor {border:3px solid #ea3eef; }
#ea3eef Text Font Color
<p style="color:#ea3eef">Text here</p>
This sample text font color is #ea3eef
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.
#ea3eef Background Color
<div style="background-color:#ea3eef">
Div content here</div>
This div background color is #ea3eef
#ea3eef Border Color
<div style="border:3px solid #ea3eef">
Div here</div>
This div border color is #ea3eef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,62,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea3eef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea3eef; -webkit-box-shadow: 1px 1px 3px 2px #ea3eef; box-shadow: 1px 1px 3px 2px #ea3eef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,62,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea3eef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea3eef; -webkit-box-shadow: 1px 1px 3px 2px #ea3eef; box-shadow: 1px 1px 3px 2px #ea3eef;">
Div content here</div>
This div box has shadow with color #ea3eef
Comments
No comments written yet.
Please login to write comment.