Color spaces of #e70bdc
RGB | 231 | 11 | 220 |
---|---|---|---|
HSL | 0.84 | 0.91 | 0.47 |
HSV | 303° | 95° | 91° |
CMYK | 0.00 | 0.95 | 0.05 0.09 |
XYZ | 45.9929 | 22.3956 | 69.6088 |
Yxy | 22.3956 | 0.3333 | 0.1623 |
Hunter Lab | 47.3240 | 90.6623 | -54.0828 |
CIE-Lab | 54.4443 | 88.9042 | -50.8362 |
#e70bdc color RGB value is (231,11,220).
#e70bdc hex color red value is 231, green value is 11 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e70bdc hue: 0.84 , saturation: 0.91 and the lightness value of e70bdc is 0.47.
The process color (four color CMYK) of #e70bdc color hex is 0.00, 0.95, 0.05, 0.09. Web safe color of #e70bdc is #ff00cc. Color #e70bdc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00001011 | 11011100 |
Octal | 347 | 13 | 334 |
Decimal | 231 | 11 | 220 |
Hex | E7 | B | DC |
Shades of #e70bdc
Tints of #e70bdc
RGB Percentages of Color #e70bdc
CMYK Percentages of Color #e70bdc
Complementary Color
#e70bdc | #0be716 |
#e70bdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e70bdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e70bdc Color CSS Codes
.mybgcolor {background-color:#e70bdc; } .myforecolor {color:#e70bdc; } .mybordercolor {border:3px solid #e70bdc; }
#e70bdc Text Font Color
<p style="color:#e70bdc">Text here</p>
This sample text font color is #e70bdc
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.
#e70bdc Background Color
<div style="background-color:#e70bdc">
Div content here</div>
This div background color is #e70bdc
#e70bdc Border Color
<div style="border:3px solid #e70bdc">
Div here</div>
This div border color is #e70bdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,11,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e70bdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e70bdc; -webkit-box-shadow: 1px 1px 3px 2px #e70bdc; box-shadow: 1px 1px 3px 2px #e70bdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,11,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e70bdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e70bdc; -webkit-box-shadow: 1px 1px 3px 2px #e70bdc; box-shadow: 1px 1px 3px 2px #e70bdc;">
Div content here</div>
This div box has shadow with color #e70bdc
Comments
No comments written yet.
Please login to write comment.