Color spaces of #ea8def
RGB | 234 | 141 | 239 |
---|---|---|---|
HSL | 0.82 | 0.75 | 0.75 |
HSV | 297° | 41° | 94° |
CMYK | 0.02 | 0.41 | 0.00 0.06 |
XYZ | 59.0365 | 42.7742 | 86.8060 |
Yxy | 42.7742 | 0.3130 | 0.2268 |
Hunter Lab | 65.4020 | 46.6734 | -32.9124 |
CIE-Lab | 71.4014 | 49.8793 | -34.7577 |
#ea8def color RGB value is (234,141,239).
#ea8def hex color red value is 234, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ea8def hue: 0.82 , saturation: 0.75 and the lightness value of ea8def is 0.75.
The process color (four color CMYK) of #ea8def color hex is 0.02, 0.41, 0.00, 0.06. Web safe color of #ea8def is #ff99ff. Color #ea8def contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10001101 | 11101111 |
Octal | 352 | 215 | 357 |
Decimal | 234 | 141 | 239 |
Hex | EA | 8D | EF |
Shades of #ea8def
Tints of #ea8def
RGB Percentages of Color #ea8def
CMYK Percentages of Color #ea8def
Complementary Color
#ea8def | #92ef8d |
#ea8def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea8def Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea8def Color CSS Codes
.mybgcolor {background-color:#ea8def; } .myforecolor {color:#ea8def; } .mybordercolor {border:3px solid #ea8def; }
#ea8def Text Font Color
<p style="color:#ea8def">Text here</p>
This sample text font color is #ea8def
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.
#ea8def Background Color
<div style="background-color:#ea8def">
Div content here</div>
This div background color is #ea8def
#ea8def Border Color
<div style="border:3px solid #ea8def">
Div here</div>
This div border color is #ea8def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,141,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea8def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea8def; -webkit-box-shadow: 1px 1px 3px 2px #ea8def; box-shadow: 1px 1px 3px 2px #ea8def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,141,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 #ea8def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea8def; -webkit-box-shadow: 1px 1px 3px 2px #ea8def; box-shadow: 1px 1px 3px 2px #ea8def;">
Div content here</div>
This div box has shadow with color #ea8def
Comments
No comments written yet.
Please login to write comment.