Color spaces of #e00869
RGB | 224 | 8 | 105 |
---|---|---|---|
HSL | 0.93 | 0.93 | 0.45 |
HSV | 333° | 96° | 88° |
CMYK | 0.00 | 0.96 | 0.53 0.12 |
XYZ | 33.3771 | 17.0409 | 14.8947 |
Yxy | 17.0409 | 0.5110 | 0.2609 |
Hunter Lab | 41.2806 | 72.0836 | 7.5037 |
CIE-Lab | 48.3115 | 75.5503 | 7.8305 |
#e00869 color RGB value is (224,8,105).
#e00869 hex color red value is 224, green value is 8 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e00869 hue: 0.93 , saturation: 0.93 and the lightness value of e00869 is 0.45.
The process color (four color CMYK) of #e00869 color hex is 0.00, 0.96, 0.53, 0.12. Web safe color of #e00869 is #cc0066. Color #e00869 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00001000 | 01101001 |
Octal | 340 | 10 | 151 |
Decimal | 224 | 8 | 105 |
Hex | E0 | 8 | 69 |
Shades of #e00869
Tints of #e00869
RGB Percentages of Color #e00869
CMYK Percentages of Color #e00869
Complementary Color
#e00869 | #08e07f |
#e00869 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e00869 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e00869 Color CSS Codes
.mybgcolor {background-color:#e00869; } .myforecolor {color:#e00869; } .mybordercolor {border:3px solid #e00869; }
#e00869 Text Font Color
<p style="color:#e00869">Text here</p>
This sample text font color is #e00869
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.
#e00869 Background Color
<div style="background-color:#e00869">
Div content here</div>
This div background color is #e00869
#e00869 Border Color
<div style="border:3px solid #e00869">
Div here</div>
This div border color is #e00869
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,8,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e00869; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e00869; -webkit-box-shadow: 1px 1px 3px 2px #e00869; box-shadow: 1px 1px 3px 2px #e00869; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,8,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e00869">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e00869; -webkit-box-shadow: 1px 1px 3px 2px #e00869; box-shadow: 1px 1px 3px 2px #e00869;">
Div content here</div>
This div box has shadow with color #e00869
#e00869 Color Palettes
Comments
No comments written yet.
Please login to write comment.