Color spaces of #e70fdd
RGB | 231 | 15 | 221 |
---|---|---|---|
HSL | 0.84 | 0.88 | 0.48 |
HSV | 303° | 94° | 91° |
CMYK | 0.00 | 0.94 | 0.04 0.09 |
XYZ | 46.1770 | 22.5510 | 70.3256 |
Yxy | 22.5510 | 0.3321 | 0.1622 |
Hunter Lab | 47.4879 | 90.4687 | -54.5620 |
CIE-Lab | 54.6068 | 88.7266 | -51.1453 |
#e70fdd color RGB value is (231,15,221).
#e70fdd hex color red value is 231, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e70fdd hue: 0.84 , saturation: 0.88 and the lightness value of e70fdd is 0.48.
The process color (four color CMYK) of #e70fdd color hex is 0.00, 0.94, 0.04, 0.09. Web safe color of #e70fdd is #ff00cc. Color #e70fdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00001111 | 11011101 |
Octal | 347 | 17 | 335 |
Decimal | 231 | 15 | 221 |
Hex | E7 | F | DD |
Shades of #e70fdd
Tints of #e70fdd
RGB Percentages of Color #e70fdd
CMYK Percentages of Color #e70fdd
Complementary Color
#e70fdd | #0fe719 |
#e70fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e70fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e70fdd Color CSS Codes
.mybgcolor {background-color:#e70fdd; } .myforecolor {color:#e70fdd; } .mybordercolor {border:3px solid #e70fdd; }
#e70fdd Text Font Color
<p style="color:#e70fdd">Text here</p>
This sample text font color is #e70fdd
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.
#e70fdd Background Color
<div style="background-color:#e70fdd">
Div content here</div>
This div background color is #e70fdd
#e70fdd Border Color
<div style="border:3px solid #e70fdd">
Div here</div>
This div border color is #e70fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,15,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e70fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e70fdd; -webkit-box-shadow: 1px 1px 3px 2px #e70fdd; box-shadow: 1px 1px 3px 2px #e70fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,15,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 #e70fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e70fdd; -webkit-box-shadow: 1px 1px 3px 2px #e70fdd; box-shadow: 1px 1px 3px 2px #e70fdd;">
Div content here</div>
This div box has shadow with color #e70fdd
Comments
No comments written yet.
Please login to write comment.