Color spaces of #ea1dca
RGB | 234 | 29 | 202 |
---|---|---|---|
HSL | 0.86 | 0.83 | 0.52 |
HSV | 309° | 88° | 92° |
CMYK | 0.00 | 0.88 | 0.14 0.08 |
XYZ | 45.0317 | 22.6354 | 57.8728 |
Yxy | 22.6354 | 0.3587 | 0.1803 |
Hunter Lab | 47.5767 | 85.6925 | -38.8173 |
CIE-Lab | 54.6948 | 85.0705 | -40.1198 |
#ea1dca color RGB value is (234,29,202).
#ea1dca hex color red value is 234, green value is 29 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ea1dca hue: 0.86 , saturation: 0.83 and the lightness value of ea1dca is 0.52.
The process color (four color CMYK) of #ea1dca color hex is 0.00, 0.88, 0.14, 0.08. Web safe color of #ea1dca is #ff33cc. Color #ea1dca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00011101 | 11001010 |
Octal | 352 | 35 | 312 |
Decimal | 234 | 29 | 202 |
Hex | EA | 1D | CA |
Shades of #ea1dca
Tints of #ea1dca
RGB Percentages of Color #ea1dca
CMYK Percentages of Color #ea1dca
Complementary Color
#ea1dca | #1dea3d |
#ea1dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea1dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea1dca Color CSS Codes
.mybgcolor {background-color:#ea1dca; } .myforecolor {color:#ea1dca; } .mybordercolor {border:3px solid #ea1dca; }
#ea1dca Text Font Color
<p style="color:#ea1dca">Text here</p>
This sample text font color is #ea1dca
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.
#ea1dca Background Color
<div style="background-color:#ea1dca">
Div content here</div>
This div background color is #ea1dca
#ea1dca Border Color
<div style="border:3px solid #ea1dca">
Div here</div>
This div border color is #ea1dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,29,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea1dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea1dca; -webkit-box-shadow: 1px 1px 3px 2px #ea1dca; box-shadow: 1px 1px 3px 2px #ea1dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,29,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea1dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea1dca; -webkit-box-shadow: 1px 1px 3px 2px #ea1dca; box-shadow: 1px 1px 3px 2px #ea1dca;">
Div content here</div>
This div box has shadow with color #ea1dca
Comments
No comments written yet.
Please login to write comment.