Color spaces of #ea56cc
RGB | 234 | 86 | 204 |
---|---|---|---|
HSL | 0.87 | 0.78 | 0.63 |
HSV | 312° | 63° | 92° |
CMYK | 0.00 | 0.63 | 0.13 0.08 |
XYZ | 48.1586 | 28.5076 | 60.0910 |
Yxy | 28.5076 | 0.3521 | 0.2085 |
Hunter Lab | 53.3925 | 67.5653 | -29.3536 |
CIE-Lab | 60.3446 | 69.5388 | -32.4228 |
#ea56cc color RGB value is (234,86,204).
#ea56cc hex color red value is 234, green value is 86 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ea56cc hue: 0.87 , saturation: 0.78 and the lightness value of ea56cc is 0.63.
The process color (four color CMYK) of #ea56cc color hex is 0.00, 0.63, 0.13, 0.08. Web safe color of #ea56cc is #ff66cc. Color #ea56cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01010110 | 11001100 |
Octal | 352 | 126 | 314 |
Decimal | 234 | 86 | 204 |
Hex | EA | 56 | CC |
Shades of #ea56cc
Tints of #ea56cc
RGB Percentages of Color #ea56cc
CMYK Percentages of Color #ea56cc
Complementary Color
#ea56cc | #56ea74 |
#ea56cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea56cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea56cc Color CSS Codes
.mybgcolor {background-color:#ea56cc; } .myforecolor {color:#ea56cc; } .mybordercolor {border:3px solid #ea56cc; }
#ea56cc Text Font Color
<p style="color:#ea56cc">Text here</p>
This sample text font color is #ea56cc
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.
#ea56cc Background Color
<div style="background-color:#ea56cc">
Div content here</div>
This div background color is #ea56cc
#ea56cc Border Color
<div style="border:3px solid #ea56cc">
Div here</div>
This div border color is #ea56cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,86,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea56cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea56cc; -webkit-box-shadow: 1px 1px 3px 2px #ea56cc; box-shadow: 1px 1px 3px 2px #ea56cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,86,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea56cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea56cc; -webkit-box-shadow: 1px 1px 3px 2px #ea56cc; box-shadow: 1px 1px 3px 2px #ea56cc;">
Div content here</div>
This div box has shadow with color #ea56cc
Comments
No comments written yet.
Please login to write comment.