Color spaces of #e73beb
RGB | 231 | 59 | 235 |
---|---|---|---|
HSL | 0.83 | 0.81 | 0.58 |
HSV | 299° | 75° | 92° |
CMYK | 0.02 | 0.75 | 0.00 0.08 |
XYZ | 49.5144 | 26.1150 | 81.0283 |
Yxy | 26.1150 | 0.3161 | 0.1667 |
Hunter Lab | 51.1028 | 83.5217 | -58.2378 |
CIE-Lab | 58.1460 | 82.7213 | -53.4026 |
#e73beb color RGB value is (231,59,235).
#e73beb hex color red value is 231, green value is 59 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e73beb hue: 0.83 , saturation: 0.81 and the lightness value of e73beb is 0.58.
The process color (four color CMYK) of #e73beb color hex is 0.02, 0.75, 0.00, 0.08. Web safe color of #e73beb is #ff33ff. Color #e73beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00111011 | 11101011 |
Octal | 347 | 73 | 353 |
Decimal | 231 | 59 | 235 |
Hex | E7 | 3B | EB |
Shades of #e73beb
Tints of #e73beb
RGB Percentages of Color #e73beb
CMYK Percentages of Color #e73beb
Complementary Color
#e73beb | #3feb3b |
#e73beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e73beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e73beb Color CSS Codes
.mybgcolor {background-color:#e73beb; } .myforecolor {color:#e73beb; } .mybordercolor {border:3px solid #e73beb; }
#e73beb Text Font Color
<p style="color:#e73beb">Text here</p>
This sample text font color is #e73beb
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.
#e73beb Background Color
<div style="background-color:#e73beb">
Div content here</div>
This div background color is #e73beb
#e73beb Border Color
<div style="border:3px solid #e73beb">
Div here</div>
This div border color is #e73beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,59,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e73beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e73beb; -webkit-box-shadow: 1px 1px 3px 2px #e73beb; box-shadow: 1px 1px 3px 2px #e73beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,59,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e73beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e73beb; -webkit-box-shadow: 1px 1px 3px 2px #e73beb; box-shadow: 1px 1px 3px 2px #e73beb;">
Div content here</div>
This div box has shadow with color #e73beb
Comments
No comments written yet.
Please login to write comment.