Color spaces of #ea6add
RGB | 234 | 106 | 221 |
---|---|---|---|
HSL | 0.85 | 0.75 | 0.67 |
HSV | 306° | 55° | 92° |
CMYK | 0.00 | 0.55 | 0.06 0.08 |
XYZ | 52.1369 | 33.0210 | 72.0324 |
Yxy | 33.0210 | 0.3317 | 0.2101 |
Hunter Lab | 57.4639 | 61.3909 | -34.0967 |
CIE-Lab | 64.1779 | 63.7029 | -36.0309 |
#ea6add color RGB value is (234,106,221).
#ea6add hex color red value is 234, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ea6add hue: 0.85 , saturation: 0.75 and the lightness value of ea6add is 0.67.
The process color (four color CMYK) of #ea6add color hex is 0.00, 0.55, 0.06, 0.08. Web safe color of #ea6add is #ff66cc. Color #ea6add contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01101010 | 11011101 |
Octal | 352 | 152 | 335 |
Decimal | 234 | 106 | 221 |
Hex | EA | 6A | DD |
Shades of #ea6add
Tints of #ea6add
RGB Percentages of Color #ea6add
CMYK Percentages of Color #ea6add
Complementary Color
#ea6add | #6aea77 |
#ea6add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea6add Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea6add Color CSS Codes
.mybgcolor {background-color:#ea6add; } .myforecolor {color:#ea6add; } .mybordercolor {border:3px solid #ea6add; }
#ea6add Text Font Color
<p style="color:#ea6add">Text here</p>
This sample text font color is #ea6add
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.
#ea6add Background Color
<div style="background-color:#ea6add">
Div content here</div>
This div background color is #ea6add
#ea6add Border Color
<div style="border:3px solid #ea6add">
Div here</div>
This div border color is #ea6add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,106,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea6add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea6add; -webkit-box-shadow: 1px 1px 3px 2px #ea6add; box-shadow: 1px 1px 3px 2px #ea6add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,106,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea6add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea6add; -webkit-box-shadow: 1px 1px 3px 2px #ea6add; box-shadow: 1px 1px 3px 2px #ea6add;">
Div content here</div>
This div box has shadow with color #ea6add
Comments
No comments written yet.
Please login to write comment.