Color spaces of #e54beb
RGB | 229 | 75 | 235 |
---|---|---|---|
HSL | 0.83 | 0.80 | 0.61 |
HSV | 298° | 68° | 92° |
CMYK | 0.03 | 0.68 | 0.00 0.08 |
XYZ | 49.8246 | 27.6883 | 81.3156 |
Yxy | 27.6883 | 0.3137 | 0.1743 |
Hunter Lab | 52.6197 | 76.9339 | -54.7898 |
CIE-Lab | 59.6061 | 77.2665 | -51.0993 |
#e54beb color RGB value is (229,75,235).
#e54beb hex color red value is 229, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e54beb hue: 0.83 , saturation: 0.80 and the lightness value of e54beb is 0.61.
The process color (four color CMYK) of #e54beb color hex is 0.03, 0.68, 0.00, 0.08. Web safe color of #e54beb is #cc33ff. Color #e54beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01001011 | 11101011 |
Octal | 345 | 113 | 353 |
Decimal | 229 | 75 | 235 |
Hex | E5 | 4B | EB |
Shades of #e54beb
Tints of #e54beb
RGB Percentages of Color #e54beb
CMYK Percentages of Color #e54beb
Complementary Color
#e54beb | #51eb4b |
#e54beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e54beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e54beb Color CSS Codes
.mybgcolor {background-color:#e54beb; } .myforecolor {color:#e54beb; } .mybordercolor {border:3px solid #e54beb; }
#e54beb Text Font Color
<p style="color:#e54beb">Text here</p>
This sample text font color is #e54beb
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.
#e54beb Background Color
<div style="background-color:#e54beb">
Div content here</div>
This div background color is #e54beb
#e54beb Border Color
<div style="border:3px solid #e54beb">
Div here</div>
This div border color is #e54beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,75,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e54beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e54beb; -webkit-box-shadow: 1px 1px 3px 2px #e54beb; box-shadow: 1px 1px 3px 2px #e54beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,75,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 #e54beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e54beb; -webkit-box-shadow: 1px 1px 3px 2px #e54beb; box-shadow: 1px 1px 3px 2px #e54beb;">
Div content here</div>
This div box has shadow with color #e54beb
Comments
No comments written yet.
Please login to write comment.