Color spaces of #ea68de
RGB | 234 | 104 | 222 |
---|---|---|---|
HSL | 0.85 | 0.76 | 0.66 |
HSV | 306° | 56° | 92° |
CMYK | 0.00 | 0.56 | 0.05 0.08 |
XYZ | 52.0668 | 32.6670 | 72.6684 |
Yxy | 32.6670 | 0.3308 | 0.2075 |
Hunter Lab | 57.1551 | 62.5876 | -35.3743 |
CIE-Lab | 63.8904 | 64.7588 | -37.0380 |
#ea68de color RGB value is (234,104,222).
#ea68de hex color red value is 234, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ea68de hue: 0.85 , saturation: 0.76 and the lightness value of ea68de is 0.66.
The process color (four color CMYK) of #ea68de color hex is 0.00, 0.56, 0.05, 0.08. Web safe color of #ea68de is #ff66cc. Color #ea68de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01101000 | 11011110 |
Octal | 352 | 150 | 336 |
Decimal | 234 | 104 | 222 |
Hex | EA | 68 | DE |
Shades of #ea68de
Tints of #ea68de
RGB Percentages of Color #ea68de
CMYK Percentages of Color #ea68de
Complementary Color
#ea68de | #68ea74 |
#ea68de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea68de Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea68de Color CSS Codes
.mybgcolor {background-color:#ea68de; } .myforecolor {color:#ea68de; } .mybordercolor {border:3px solid #ea68de; }
#ea68de Text Font Color
<p style="color:#ea68de">Text here</p>
This sample text font color is #ea68de
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.
#ea68de Background Color
<div style="background-color:#ea68de">
Div content here</div>
This div background color is #ea68de
#ea68de Border Color
<div style="border:3px solid #ea68de">
Div here</div>
This div border color is #ea68de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,104,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea68de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea68de; -webkit-box-shadow: 1px 1px 3px 2px #ea68de; box-shadow: 1px 1px 3px 2px #ea68de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,104,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea68de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea68de; -webkit-box-shadow: 1px 1px 3px 2px #ea68de; box-shadow: 1px 1px 3px 2px #ea68de;">
Div content here</div>
This div box has shadow with color #ea68de
Comments
No comments written yet.
Please login to write comment.