Color spaces of #e935ef
RGB | 233 | 53 | 239 |
---|---|---|---|
HSL | 0.83 | 0.85 | 0.57 |
HSV | 298° | 78° | 94° |
CMYK | 0.03 | 0.78 | 0.00 0.06 |
XYZ | 50.4574 | 26.1018 | 84.0401 |
Yxy | 26.1018 | 0.3142 | 0.1625 |
Hunter Lab | 51.0899 | 86.8827 | -61.7658 |
CIE-Lab | 58.1336 | 85.3132 | -55.6424 |
#e935ef color RGB value is (233,53,239).
#e935ef hex color red value is 233, green value is 53 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e935ef hue: 0.83 , saturation: 0.85 and the lightness value of e935ef is 0.57.
The process color (four color CMYK) of #e935ef color hex is 0.03, 0.78, 0.00, 0.06. Web safe color of #e935ef is #ff33ff. Color #e935ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00110101 | 11101111 |
Octal | 351 | 65 | 357 |
Decimal | 233 | 53 | 239 |
Hex | E9 | 35 | EF |
Shades of #e935ef
Tints of #e935ef
RGB Percentages of Color #e935ef
CMYK Percentages of Color #e935ef
Complementary Color
#e935ef | #3bef35 |
#e935ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e935ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e935ef Color CSS Codes
.mybgcolor {background-color:#e935ef; } .myforecolor {color:#e935ef; } .mybordercolor {border:3px solid #e935ef; }
#e935ef Text Font Color
<p style="color:#e935ef">Text here</p>
This sample text font color is #e935ef
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.
#e935ef Background Color
<div style="background-color:#e935ef">
Div content here</div>
This div background color is #e935ef
#e935ef Border Color
<div style="border:3px solid #e935ef">
Div here</div>
This div border color is #e935ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,53,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e935ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e935ef; -webkit-box-shadow: 1px 1px 3px 2px #e935ef; box-shadow: 1px 1px 3px 2px #e935ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,53,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e935ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e935ef; -webkit-box-shadow: 1px 1px 3px 2px #e935ef; box-shadow: 1px 1px 3px 2px #e935ef;">
Div content here</div>
This div box has shadow with color #e935ef
Comments
No comments written yet.
Please login to write comment.