Color spaces of #e92bdb
RGB | 233 | 43 | 219 |
---|---|---|---|
HSL | 0.85 | 0.81 | 0.54 |
HSV | 304° | 82° | 91° |
CMYK | 0.00 | 0.82 | 0.06 0.09 |
XYZ | 47.2543 | 24.1659 | 69.1917 |
Yxy | 24.1659 | 0.3361 | 0.1719 |
Hunter Lab | 49.1588 | 85.5566 | -49.0403 |
CIE-Lab | 56.2535 | 84.6620 | -47.3720 |
#e92bdb color RGB value is (233,43,219).
#e92bdb hex color red value is 233, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e92bdb hue: 0.85 , saturation: 0.81 and the lightness value of e92bdb is 0.54.
The process color (four color CMYK) of #e92bdb color hex is 0.00, 0.82, 0.06, 0.09. Web safe color of #e92bdb is #ff33cc. Color #e92bdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00101011 | 11011011 |
Octal | 351 | 53 | 333 |
Decimal | 233 | 43 | 219 |
Hex | E9 | 2B | DB |
Shades of #e92bdb
Tints of #e92bdb
RGB Percentages of Color #e92bdb
CMYK Percentages of Color #e92bdb
Complementary Color
#e92bdb | #2be939 |
#e92bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e92bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e92bdb Color CSS Codes
.mybgcolor {background-color:#e92bdb; } .myforecolor {color:#e92bdb; } .mybordercolor {border:3px solid #e92bdb; }
#e92bdb Text Font Color
<p style="color:#e92bdb">Text here</p>
This sample text font color is #e92bdb
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.
#e92bdb Background Color
<div style="background-color:#e92bdb">
Div content here</div>
This div background color is #e92bdb
#e92bdb Border Color
<div style="border:3px solid #e92bdb">
Div here</div>
This div border color is #e92bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,43,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e92bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e92bdb; -webkit-box-shadow: 1px 1px 3px 2px #e92bdb; box-shadow: 1px 1px 3px 2px #e92bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,43,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e92bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e92bdb; -webkit-box-shadow: 1px 1px 3px 2px #e92bdb; box-shadow: 1px 1px 3px 2px #e92bdb;">
Div content here</div>
This div box has shadow with color #e92bdb
Comments
No comments written yet.
Please login to write comment.