Color spaces of #e0069d
RGB | 224 | 6 | 157 |
---|---|---|---|
HSL | 0.88 | 0.95 | 0.45 |
HSV | 318° | 97° | 88° |
CMYK | 0.00 | 0.97 | 0.30 0.12 |
XYZ | 36.8914 | 18.4119 | 33.5077 |
Yxy | 18.4119 | 0.4154 | 0.2073 |
Hunter Lab | 42.9091 | 78.3758 | -16.2632 |
CIE-Lab | 49.9919 | 80.2770 | -21.2491 |
#e0069d color RGB value is (224,6,157).
#e0069d hex color red value is 224, green value is 6 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e0069d hue: 0.88 , saturation: 0.95 and the lightness value of e0069d is 0.45.
The process color (four color CMYK) of #e0069d color hex is 0.00, 0.97, 0.30, 0.12. Web safe color of #e0069d is #cc0099. Color #e0069d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00000110 | 10011101 |
Octal | 340 | 6 | 235 |
Decimal | 224 | 6 | 157 |
Hex | E0 | 6 | 9D |
Shades of #e0069d
Tints of #e0069d
RGB Percentages of Color #e0069d
CMYK Percentages of Color #e0069d
Complementary Color
#e0069d | #06e049 |
#e0069d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0069d Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0069d Color CSS Codes
.mybgcolor {background-color:#e0069d; } .myforecolor {color:#e0069d; } .mybordercolor {border:3px solid #e0069d; }
#e0069d Text Font Color
<p style="color:#e0069d">Text here</p>
This sample text font color is #e0069d
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.
#e0069d Background Color
<div style="background-color:#e0069d">
Div content here</div>
This div background color is #e0069d
#e0069d Border Color
<div style="border:3px solid #e0069d">
Div here</div>
This div border color is #e0069d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,6,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0069d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0069d; -webkit-box-shadow: 1px 1px 3px 2px #e0069d; box-shadow: 1px 1px 3px 2px #e0069d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,6,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0069d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0069d; -webkit-box-shadow: 1px 1px 3px 2px #e0069d; box-shadow: 1px 1px 3px 2px #e0069d;">
Div content here</div>
This div box has shadow with color #e0069d
Comments
No comments written yet.
Please login to write comment.