Color spaces of #e069fc
RGB | 224 | 105 | 252 |
---|---|---|---|
HSL | 0.80 | 0.96 | 0.70 |
HSV | 289° | 58° | 99° |
CMYK | 0.11 | 0.58 | 0.00 0.01 |
XYZ | 53.3627 | 32.9787 | 95.6485 |
Yxy | 32.9787 | 0.2932 | 0.1812 |
Hunter Lab | 57.4271 | 65.3693 | -58.5523 |
CIE-Lab | 64.1437 | 67.0334 | -53.3656 |
#e069fc color RGB value is (224,105,252).
#e069fc hex color red value is 224, green value is 105 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e069fc hue: 0.80 , saturation: 0.96 and the lightness value of e069fc is 0.70.
The process color (four color CMYK) of #e069fc color hex is 0.11, 0.58, 0.00, 0.01. Web safe color of #e069fc is #cc66ff. Color #e069fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01101001 | 11111100 |
Octal | 340 | 151 | 374 |
Decimal | 224 | 105 | 252 |
Hex | E0 | 69 | FC |
Shades of #e069fc
Tints of #e069fc
RGB Percentages of Color #e069fc
CMYK Percentages of Color #e069fc
Complementary Color
#e069fc | #85fc69 |
#e069fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e069fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e069fc Color CSS Codes
.mybgcolor {background-color:#e069fc; } .myforecolor {color:#e069fc; } .mybordercolor {border:3px solid #e069fc; }
#e069fc Text Font Color
<p style="color:#e069fc">Text here</p>
This sample text font color is #e069fc
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.
#e069fc Background Color
<div style="background-color:#e069fc">
Div content here</div>
This div background color is #e069fc
#e069fc Border Color
<div style="border:3px solid #e069fc">
Div here</div>
This div border color is #e069fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,105,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e069fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e069fc; -webkit-box-shadow: 1px 1px 3px 2px #e069fc; box-shadow: 1px 1px 3px 2px #e069fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,105,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e069fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e069fc; -webkit-box-shadow: 1px 1px 3px 2px #e069fc; box-shadow: 1px 1px 3px 2px #e069fc;">
Div content here</div>
This div box has shadow with color #e069fc
Comments
No comments written yet.
Please login to write comment.