Color spaces of #e722bc
RGB | 231 | 34 | 188 |
---|---|---|---|
HSL | 0.87 | 0.80 | 0.52 |
HSV | 313° | 85° | 91° |
CMYK | 0.00 | 0.85 | 0.19 0.09 |
XYZ | 42.6041 | 21.7638 | 49.5323 |
Yxy | 21.7638 | 0.3740 | 0.1911 |
Hunter Lab | 46.6517 | 81.3726 | -30.2948 |
CIE-Lab | 53.7755 | 81.8988 | -33.5151 |
#e722bc color RGB value is (231,34,188).
#e722bc hex color red value is 231, green value is 34 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e722bc hue: 0.87 , saturation: 0.80 and the lightness value of e722bc is 0.52.
The process color (four color CMYK) of #e722bc color hex is 0.00, 0.85, 0.19, 0.09. Web safe color of #e722bc is #ff33cc. Color #e722bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00100010 | 10111100 |
Octal | 347 | 42 | 274 |
Decimal | 231 | 34 | 188 |
Hex | E7 | 22 | BC |
Shades of #e722bc
Tints of #e722bc
RGB Percentages of Color #e722bc
CMYK Percentages of Color #e722bc
Complementary Color
#e722bc | #22e74d |
#e722bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e722bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e722bc Color CSS Codes
.mybgcolor {background-color:#e722bc; } .myforecolor {color:#e722bc; } .mybordercolor {border:3px solid #e722bc; }
#e722bc Text Font Color
<p style="color:#e722bc">Text here</p>
This sample text font color is #e722bc
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.
#e722bc Background Color
<div style="background-color:#e722bc">
Div content here</div>
This div background color is #e722bc
#e722bc Border Color
<div style="border:3px solid #e722bc">
Div here</div>
This div border color is #e722bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,34,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e722bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e722bc; -webkit-box-shadow: 1px 1px 3px 2px #e722bc; box-shadow: 1px 1px 3px 2px #e722bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,34,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e722bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e722bc; -webkit-box-shadow: 1px 1px 3px 2px #e722bc; box-shadow: 1px 1px 3px 2px #e722bc;">
Div content here</div>
This div box has shadow with color #e722bc
Comments
No comments written yet.
Please login to write comment.