Color spaces of #e31cee
RGB | 227 | 28 | 238 |
---|---|---|---|
HSL | 0.82 | 0.86 | 0.52 |
HSV | 297° | 88° | 93° |
CMYK | 0.05 | 0.88 | 0.00 0.07 |
XYZ | 47.5264 | 23.3344 | 82.8880 |
Yxy | 23.3344 | 0.3091 | 0.1518 |
Hunter Lab | 48.3057 | 91.0854 | -67.9220 |
CIE-Lab | 55.4151 | 89.0345 | -59.4872 |
#e31cee color RGB value is (227,28,238).
#e31cee hex color red value is 227, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e31cee hue: 0.82 , saturation: 0.86 and the lightness value of e31cee is 0.52.
The process color (four color CMYK) of #e31cee color hex is 0.05, 0.88, 0.00, 0.07. Web safe color of #e31cee is #cc33ff. Color #e31cee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00011100 | 11101110 |
Octal | 343 | 34 | 356 |
Decimal | 227 | 28 | 238 |
Hex | E3 | 1C | EE |
Shades of #e31cee
Tints of #e31cee
RGB Percentages of Color #e31cee
CMYK Percentages of Color #e31cee
Complementary Color
#e31cee | #27ee1c |
#e31cee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e31cee Color Preview on White Background
Lorem ipsum dolor sit amet.
#e31cee Color CSS Codes
.mybgcolor {background-color:#e31cee; } .myforecolor {color:#e31cee; } .mybordercolor {border:3px solid #e31cee; }
#e31cee Text Font Color
<p style="color:#e31cee">Text here</p>
This sample text font color is #e31cee
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.
#e31cee Background Color
<div style="background-color:#e31cee">
Div content here</div>
This div background color is #e31cee
#e31cee Border Color
<div style="border:3px solid #e31cee">
Div here</div>
This div border color is #e31cee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,28,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e31cee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e31cee; -webkit-box-shadow: 1px 1px 3px 2px #e31cee; box-shadow: 1px 1px 3px 2px #e31cee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,28,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 #e31cee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e31cee; -webkit-box-shadow: 1px 1px 3px 2px #e31cee; box-shadow: 1px 1px 3px 2px #e31cee;">
Div content here</div>
This div box has shadow with color #e31cee
Comments
No comments written yet.
Please login to write comment.