Color spaces of #e13beb
RGB | 225 | 59 | 235 |
---|---|---|---|
HSL | 0.82 | 0.81 | 0.58 |
HSV | 297° | 75° | 92° |
CMYK | 0.04 | 0.75 | 0.00 0.08 |
XYZ | 47.6107 | 25.1336 | 80.9392 |
Yxy | 25.1336 | 0.3098 | 0.1635 |
Hunter Lab | 50.1334 | 81.7844 | -60.6289 |
CIE-Lab | 57.2054 | 81.5525 | -54.9580 |
#e13beb color RGB value is (225,59,235).
#e13beb hex color red value is 225, green value is 59 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e13beb hue: 0.82 , saturation: 0.81 and the lightness value of e13beb is 0.58.
The process color (four color CMYK) of #e13beb color hex is 0.04, 0.75, 0.00, 0.08. Web safe color of #e13beb is #cc33ff. Color #e13beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00111011 | 11101011 |
Octal | 341 | 73 | 353 |
Decimal | 225 | 59 | 235 |
Hex | E1 | 3B | EB |
Shades of #e13beb
Tints of #e13beb
RGB Percentages of Color #e13beb
CMYK Percentages of Color #e13beb
Complementary Color
#e13beb | #45eb3b |
#e13beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e13beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e13beb Color CSS Codes
.mybgcolor {background-color:#e13beb; } .myforecolor {color:#e13beb; } .mybordercolor {border:3px solid #e13beb; }
#e13beb Text Font Color
<p style="color:#e13beb">Text here</p>
This sample text font color is #e13beb
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.
#e13beb Background Color
<div style="background-color:#e13beb">
Div content here</div>
This div background color is #e13beb
#e13beb Border Color
<div style="border:3px solid #e13beb">
Div here</div>
This div border color is #e13beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,59,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e13beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e13beb; -webkit-box-shadow: 1px 1px 3px 2px #e13beb; box-shadow: 1px 1px 3px 2px #e13beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,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 #e13beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e13beb; -webkit-box-shadow: 1px 1px 3px 2px #e13beb; box-shadow: 1px 1px 3px 2px #e13beb;">
Div content here</div>
This div box has shadow with color #e13beb
Comments
No comments written yet.
Please login to write comment.