Color spaces of #e238ee
RGB | 226 | 56 | 238 |
---|---|---|---|
HSL | 0.82 | 0.84 | 0.58 |
HSV | 296° | 76° | 93° |
CMYK | 0.05 | 0.76 | 0.00 0.07 |
XYZ | 48.2108 | 25.1701 | 83.2063 |
Yxy | 25.1701 | 0.3079 | 0.1607 |
Hunter Lab | 50.1698 | 83.7328 | -63.2132 |
CIE-Lab | 57.2408 | 83.0612 | -56.5730 |
#e238ee color RGB value is (226,56,238).
#e238ee hex color red value is 226, green value is 56 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e238ee hue: 0.82 , saturation: 0.84 and the lightness value of e238ee is 0.58.
The process color (four color CMYK) of #e238ee color hex is 0.05, 0.76, 0.00, 0.07. Web safe color of #e238ee is #cc33ff. Color #e238ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00111000 | 11101110 |
Octal | 342 | 70 | 356 |
Decimal | 226 | 56 | 238 |
Hex | E2 | 38 | EE |
Shades of #e238ee
Tints of #e238ee
RGB Percentages of Color #e238ee
CMYK Percentages of Color #e238ee
Complementary Color
#e238ee | #44ee38 |
#e238ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e238ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#e238ee Color CSS Codes
.mybgcolor {background-color:#e238ee; } .myforecolor {color:#e238ee; } .mybordercolor {border:3px solid #e238ee; }
#e238ee Text Font Color
<p style="color:#e238ee">Text here</p>
This sample text font color is #e238ee
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.
#e238ee Background Color
<div style="background-color:#e238ee">
Div content here</div>
This div background color is #e238ee
#e238ee Border Color
<div style="border:3px solid #e238ee">
Div here</div>
This div border color is #e238ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,56,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e238ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e238ee; -webkit-box-shadow: 1px 1px 3px 2px #e238ee; box-shadow: 1px 1px 3px 2px #e238ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,56,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e238ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e238ee; -webkit-box-shadow: 1px 1px 3px 2px #e238ee; box-shadow: 1px 1px 3px 2px #e238ee;">
Div content here</div>
This div box has shadow with color #e238ee
Comments
No comments written yet.
Please login to write comment.