Color spaces of #e135fd
RGB | 225 | 53 | 253 |
---|---|---|---|
HSL | 0.81 | 0.98 | 0.60 |
HSV | 292° | 79° | 99° |
CMYK | 0.11 | 0.79 | 0.00 0.01 |
XYZ | 50.0541 | 25.6456 | 95.2405 |
Yxy | 25.6456 | 0.2928 | 0.1500 |
Hunter Lab | 50.6415 | 87.8070 | -76.0566 |
CIE-Lab | 57.6991 | 86.1042 | -64.2042 |
#e135fd color RGB value is (225,53,253).
#e135fd hex color red value is 225, green value is 53 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e135fd hue: 0.81 , saturation: 0.98 and the lightness value of e135fd is 0.60.
The process color (four color CMYK) of #e135fd color hex is 0.11, 0.79, 0.00, 0.01. Web safe color of #e135fd is #cc33ff. Color #e135fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00110101 | 11111101 |
Octal | 341 | 65 | 375 |
Decimal | 225 | 53 | 253 |
Hex | E1 | 35 | FD |
Shades of #e135fd
Tints of #e135fd
RGB Percentages of Color #e135fd
CMYK Percentages of Color #e135fd
Complementary Color
#e135fd | #51fd35 |
#e135fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e135fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e135fd Color CSS Codes
.mybgcolor {background-color:#e135fd; } .myforecolor {color:#e135fd; } .mybordercolor {border:3px solid #e135fd; }
#e135fd Text Font Color
<p style="color:#e135fd">Text here</p>
This sample text font color is #e135fd
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.
#e135fd Background Color
<div style="background-color:#e135fd">
Div content here</div>
This div background color is #e135fd
#e135fd Border Color
<div style="border:3px solid #e135fd">
Div here</div>
This div border color is #e135fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,53,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e135fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e135fd; -webkit-box-shadow: 1px 1px 3px 2px #e135fd; box-shadow: 1px 1px 3px 2px #e135fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,53,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e135fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e135fd; -webkit-box-shadow: 1px 1px 3px 2px #e135fd; box-shadow: 1px 1px 3px 2px #e135fd;">
Div content here</div>
This div box has shadow with color #e135fd
Comments
No comments written yet.
Please login to write comment.