Color spaces of #e72bbf
RGB | 231 | 43 | 191 |
---|---|---|---|
HSL | 0.87 | 0.80 | 0.54 |
HSV | 313° | 81° | 91° |
CMYK | 0.00 | 0.81 | 0.17 0.09 |
XYZ | 43.2228 | 22.4783 | 51.3509 |
Yxy | 22.4783 | 0.3693 | 0.1920 |
Hunter Lab | 47.4113 | 79.7609 | -31.0288 |
CIE-Lab | 54.5309 | 80.4864 | -34.0726 |
#e72bbf color RGB value is (231,43,191).
#e72bbf hex color red value is 231, green value is 43 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e72bbf hue: 0.87 , saturation: 0.80 and the lightness value of e72bbf is 0.54.
The process color (four color CMYK) of #e72bbf color hex is 0.00, 0.81, 0.17, 0.09. Web safe color of #e72bbf is #ff33cc. Color #e72bbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00101011 | 10111111 |
Octal | 347 | 53 | 277 |
Decimal | 231 | 43 | 191 |
Hex | E7 | 2B | BF |
Shades of #e72bbf
Tints of #e72bbf
RGB Percentages of Color #e72bbf
CMYK Percentages of Color #e72bbf
Complementary Color
#e72bbf | #2be753 |
#e72bbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e72bbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e72bbf Color CSS Codes
.mybgcolor {background-color:#e72bbf; } .myforecolor {color:#e72bbf; } .mybordercolor {border:3px solid #e72bbf; }
#e72bbf Text Font Color
<p style="color:#e72bbf">Text here</p>
This sample text font color is #e72bbf
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.
#e72bbf Background Color
<div style="background-color:#e72bbf">
Div content here</div>
This div background color is #e72bbf
#e72bbf Border Color
<div style="border:3px solid #e72bbf">
Div here</div>
This div border color is #e72bbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,43,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e72bbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e72bbf; -webkit-box-shadow: 1px 1px 3px 2px #e72bbf; box-shadow: 1px 1px 3px 2px #e72bbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,43,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e72bbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e72bbf; -webkit-box-shadow: 1px 1px 3px 2px #e72bbf; box-shadow: 1px 1px 3px 2px #e72bbf;">
Div content here</div>
This div box has shadow with color #e72bbf
Comments
No comments written yet.
Please login to write comment.