Color spaces of #e60ece
RGB | 230 | 14 | 206 |
---|---|---|---|
HSL | 0.85 | 0.89 | 0.48 |
HSV | 307° | 94° | 90° |
CMYK | 0.00 | 0.94 | 0.10 0.10 |
XYZ | 43.9307 | 21.5933 | 60.2450 |
Yxy | 21.5933 | 0.3493 | 0.1717 |
Hunter Lab | 46.4686 | 87.4312 | -44.3395 |
CIE-Lab | 53.5928 | 86.6174 | -44.2038 |
#e60ece color RGB value is (230,14,206).
#e60ece hex color red value is 230, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e60ece hue: 0.85 , saturation: 0.89 and the lightness value of e60ece is 0.48.
The process color (four color CMYK) of #e60ece color hex is 0.00, 0.94, 0.10, 0.10. Web safe color of #e60ece is #ff00cc. Color #e60ece contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00001110 | 11001110 |
Octal | 346 | 16 | 316 |
Decimal | 230 | 14 | 206 |
Hex | E6 | E | CE |
Shades of #e60ece
Tints of #e60ece
RGB Percentages of Color #e60ece
CMYK Percentages of Color #e60ece
Complementary Color
#e60ece | #0ee626 |
#e60ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e60ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#e60ece Color CSS Codes
.mybgcolor {background-color:#e60ece; } .myforecolor {color:#e60ece; } .mybordercolor {border:3px solid #e60ece; }
#e60ece Text Font Color
<p style="color:#e60ece">Text here</p>
This sample text font color is #e60ece
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.
#e60ece Background Color
<div style="background-color:#e60ece">
Div content here</div>
This div background color is #e60ece
#e60ece Border Color
<div style="border:3px solid #e60ece">
Div here</div>
This div border color is #e60ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,14,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e60ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e60ece; -webkit-box-shadow: 1px 1px 3px 2px #e60ece; box-shadow: 1px 1px 3px 2px #e60ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,14,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e60ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e60ece; -webkit-box-shadow: 1px 1px 3px 2px #e60ece; box-shadow: 1px 1px 3px 2px #e60ece;">
Div content here</div>
This div box has shadow with color #e60ece
Comments
No comments written yet.
Please login to write comment.