Color spaces of #eaa3fc
RGB | 234 | 163 | 252 |
---|---|---|---|
HSL | 0.80 | 0.94 | 0.81 |
HSV | 288° | 35° | 99° |
CMYK | 0.07 | 0.35 | 0.00 0.01 |
XYZ | 64.5996 | 50.7151 | 98.4797 |
Yxy | 50.7151 | 0.3022 | 0.2372 |
Hunter Lab | 71.2145 | 37.2942 | -32.1396 |
CIE-Lab | 76.5061 | 40.8763 | -33.9226 |
#eaa3fc color RGB value is (234,163,252).
#eaa3fc hex color red value is 234, green value is 163 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eaa3fc hue: 0.80 , saturation: 0.94 and the lightness value of eaa3fc is 0.81.
The process color (four color CMYK) of #eaa3fc color hex is 0.07, 0.35, 0.00, 0.01. Web safe color of #eaa3fc is #ff99ff. Color #eaa3fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10100011 | 11111100 |
Octal | 352 | 243 | 374 |
Decimal | 234 | 163 | 252 |
Hex | EA | A3 | FC |
Shades of #eaa3fc
Tints of #eaa3fc
RGB Percentages of Color #eaa3fc
CMYK Percentages of Color #eaa3fc
Complementary Color
#eaa3fc | #b5fca3 |
#eaa3fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaa3fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaa3fc Color CSS Codes
.mybgcolor {background-color:#eaa3fc; } .myforecolor {color:#eaa3fc; } .mybordercolor {border:3px solid #eaa3fc; }
#eaa3fc Text Font Color
<p style="color:#eaa3fc">Text here</p>
This sample text font color is #eaa3fc
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.
#eaa3fc Background Color
<div style="background-color:#eaa3fc">
Div content here</div>
This div background color is #eaa3fc
#eaa3fc Border Color
<div style="border:3px solid #eaa3fc">
Div here</div>
This div border color is #eaa3fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,163,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaa3fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaa3fc; -webkit-box-shadow: 1px 1px 3px 2px #eaa3fc; box-shadow: 1px 1px 3px 2px #eaa3fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,163,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 #eaa3fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaa3fc; -webkit-box-shadow: 1px 1px 3px 2px #eaa3fc; box-shadow: 1px 1px 3px 2px #eaa3fc;">
Div content here</div>
This div box has shadow with color #eaa3fc
Comments
No comments written yet.
Please login to write comment.