Color spaces of #e15ced
RGB | 225 | 92 | 237 |
---|---|---|---|
HSL | 0.82 | 0.80 | 0.65 |
HSV | 295° | 61° | 93° |
CMYK | 0.05 | 0.61 | 0.00 0.07 |
XYZ | 50.1645 | 29.7763 | 83.2242 |
Yxy | 29.7763 | 0.3074 | 0.1825 |
Hunter Lab | 54.5677 | 68.6031 | -52.2291 |
CIE-Lab | 61.4607 | 70.1870 | -49.3103 |
#e15ced color RGB value is (225,92,237).
#e15ced hex color red value is 225, green value is 92 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e15ced hue: 0.82 , saturation: 0.80 and the lightness value of e15ced is 0.65.
The process color (four color CMYK) of #e15ced color hex is 0.05, 0.61, 0.00, 0.07. Web safe color of #e15ced is #cc66ff. Color #e15ced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01011100 | 11101101 |
Octal | 341 | 134 | 355 |
Decimal | 225 | 92 | 237 |
Hex | E1 | 5C | ED |
Shades of #e15ced
Tints of #e15ced
RGB Percentages of Color #e15ced
CMYK Percentages of Color #e15ced
Complementary Color
#e15ced | #68ed5c |
#e15ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e15ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#e15ced Color CSS Codes
.mybgcolor {background-color:#e15ced; } .myforecolor {color:#e15ced; } .mybordercolor {border:3px solid #e15ced; }
#e15ced Text Font Color
<p style="color:#e15ced">Text here</p>
This sample text font color is #e15ced
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.
#e15ced Background Color
<div style="background-color:#e15ced">
Div content here</div>
This div background color is #e15ced
#e15ced Border Color
<div style="border:3px solid #e15ced">
Div here</div>
This div border color is #e15ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,92,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e15ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e15ced; -webkit-box-shadow: 1px 1px 3px 2px #e15ced; box-shadow: 1px 1px 3px 2px #e15ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,92,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 #e15ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e15ced; -webkit-box-shadow: 1px 1px 3px 2px #e15ced; box-shadow: 1px 1px 3px 2px #e15ced;">
Div content here</div>
This div box has shadow with color #e15ced
Comments
No comments written yet.
Please login to write comment.