Color spaces of #e22dca
RGB | 226 | 45 | 202 |
---|---|---|---|
HSL | 0.86 | 0.76 | 0.53 |
HSV | 308° | 80° | 89° |
CMYK | 0.00 | 0.80 | 0.11 0.11 |
XYZ | 42.9631 | 22.3098 | 57.9189 |
Yxy | 22.3098 | 0.3487 | 0.1811 |
Hunter Lab | 47.2333 | 79.7044 | -39.6400 |
CIE-Lab | 54.3542 | 80.4763 | -40.7501 |
#e22dca color RGB value is (226,45,202).
#e22dca hex color red value is 226, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e22dca hue: 0.86 , saturation: 0.76 and the lightness value of e22dca is 0.53.
The process color (four color CMYK) of #e22dca color hex is 0.00, 0.80, 0.11, 0.11. Web safe color of #e22dca is #cc33cc. Color #e22dca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00101101 | 11001010 |
Octal | 342 | 55 | 312 |
Decimal | 226 | 45 | 202 |
Hex | E2 | 2D | CA |
Shades of #e22dca
Tints of #e22dca
RGB Percentages of Color #e22dca
CMYK Percentages of Color #e22dca
Complementary Color
#e22dca | #2de245 |
#e22dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e22dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#e22dca Color CSS Codes
.mybgcolor {background-color:#e22dca; } .myforecolor {color:#e22dca; } .mybordercolor {border:3px solid #e22dca; }
#e22dca Text Font Color
<p style="color:#e22dca">Text here</p>
This sample text font color is #e22dca
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.
#e22dca Background Color
<div style="background-color:#e22dca">
Div content here</div>
This div background color is #e22dca
#e22dca Border Color
<div style="border:3px solid #e22dca">
Div here</div>
This div border color is #e22dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,45,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e22dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e22dca; -webkit-box-shadow: 1px 1px 3px 2px #e22dca; box-shadow: 1px 1px 3px 2px #e22dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,45,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 #e22dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e22dca; -webkit-box-shadow: 1px 1px 3px 2px #e22dca; box-shadow: 1px 1px 3px 2px #e22dca;">
Div content here</div>
This div box has shadow with color #e22dca
Comments
No comments written yet.
Please login to write comment.