Color spaces of #e66ced
RGB | 230 | 108 | 237 |
---|---|---|---|
HSL | 0.82 | 0.78 | 0.68 |
HSV | 297° | 54° | 93° |
CMYK | 0.03 | 0.54 | 0.00 0.07 |
XYZ | 53.2818 | 33.6625 | 83.8100 |
Yxy | 33.6625 | 0.3120 | 0.1971 |
Hunter Lab | 58.0194 | 62.3906 | -45.0318 |
CIE-Lab | 64.6938 | 64.4536 | -44.1641 |
#e66ced color RGB value is (230,108,237).
#e66ced hex color red value is 230, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e66ced hue: 0.82 , saturation: 0.78 and the lightness value of e66ced is 0.68.
The process color (four color CMYK) of #e66ced color hex is 0.03, 0.54, 0.00, 0.07. Web safe color of #e66ced is #ff66ff. Color #e66ced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01101100 | 11101101 |
Octal | 346 | 154 | 355 |
Decimal | 230 | 108 | 237 |
Hex | E6 | 6C | ED |
Shades of #e66ced
Tints of #e66ced
RGB Percentages of Color #e66ced
CMYK Percentages of Color #e66ced
Complementary Color
#e66ced | #73ed6c |
#e66ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e66ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#e66ced Color CSS Codes
.mybgcolor {background-color:#e66ced; } .myforecolor {color:#e66ced; } .mybordercolor {border:3px solid #e66ced; }
#e66ced Text Font Color
<p style="color:#e66ced">Text here</p>
This sample text font color is #e66ced
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.
#e66ced Background Color
<div style="background-color:#e66ced">
Div content here</div>
This div background color is #e66ced
#e66ced Border Color
<div style="border:3px solid #e66ced">
Div here</div>
This div border color is #e66ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,108,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e66ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e66ced; -webkit-box-shadow: 1px 1px 3px 2px #e66ced; box-shadow: 1px 1px 3px 2px #e66ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,108,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 #e66ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e66ced; -webkit-box-shadow: 1px 1px 3px 2px #e66ced; box-shadow: 1px 1px 3px 2px #e66ced;">
Div content here</div>
This div box has shadow with color #e66ced
Comments
No comments written yet.
Please login to write comment.