Color spaces of #e825ed
RGB | 232 | 37 | 237 |
---|---|---|---|
HSL | 0.83 | 0.85 | 0.54 |
HSV | 299° | 84° | 93° |
CMYK | 0.02 | 0.84 | 0.00 0.07 |
XYZ | 49.2263 | 24.5934 | 82.2732 |
Yxy | 24.5934 | 0.3154 | 0.1576 |
Hunter Lab | 49.5917 | 90.3991 | -63.6485 |
CIE-Lab | 56.6771 | 88.2713 | -56.8588 |
#e825ed color RGB value is (232,37,237).
#e825ed hex color red value is 232, green value is 37 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e825ed hue: 0.83 , saturation: 0.85 and the lightness value of e825ed is 0.54.
The process color (four color CMYK) of #e825ed color hex is 0.02, 0.84, 0.00, 0.07. Web safe color of #e825ed is #ff33ff. Color #e825ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 00100101 | 11101101 |
Octal | 350 | 45 | 355 |
Decimal | 232 | 37 | 237 |
Hex | E8 | 25 | ED |
Shades of #e825ed
Tints of #e825ed
RGB Percentages of Color #e825ed
CMYK Percentages of Color #e825ed
Complementary Color
#e825ed | #2aed25 |
#e825ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e825ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#e825ed Color CSS Codes
.mybgcolor {background-color:#e825ed; } .myforecolor {color:#e825ed; } .mybordercolor {border:3px solid #e825ed; }
#e825ed Text Font Color
<p style="color:#e825ed">Text here</p>
This sample text font color is #e825ed
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.
#e825ed Background Color
<div style="background-color:#e825ed">
Div content here</div>
This div background color is #e825ed
#e825ed Border Color
<div style="border:3px solid #e825ed">
Div here</div>
This div border color is #e825ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,37,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e825ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e825ed; -webkit-box-shadow: 1px 1px 3px 2px #e825ed; box-shadow: 1px 1px 3px 2px #e825ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,37,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e825ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e825ed; -webkit-box-shadow: 1px 1px 3px 2px #e825ed; box-shadow: 1px 1px 3px 2px #e825ed;">
Div content here</div>
This div box has shadow with color #e825ed
Comments
No comments written yet.
Please login to write comment.