Color spaces of #e679fc
RGB | 230 | 121 | 252 |
---|---|---|---|
HSL | 0.81 | 0.96 | 0.73 |
HSV | 290° | 52° | 99° |
CMYK | 0.09 | 0.52 | 0.00 0.01 |
XYZ | 57.0412 | 37.5260 | 96.3323 |
Yxy | 37.5260 | 0.2988 | 0.1966 |
Hunter Lab | 61.2585 | 59.0091 | -50.3558 |
CIE-Lab | 67.6698 | 61.1027 | -47.7414 |
#e679fc color RGB value is (230,121,252).
#e679fc hex color red value is 230, green value is 121 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e679fc hue: 0.81 , saturation: 0.96 and the lightness value of e679fc is 0.73.
The process color (four color CMYK) of #e679fc color hex is 0.09, 0.52, 0.00, 0.01. Web safe color of #e679fc is #ff66ff. Color #e679fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01111001 | 11111100 |
Octal | 346 | 171 | 374 |
Decimal | 230 | 121 | 252 |
Hex | E6 | 79 | FC |
Shades of #e679fc
Tints of #e679fc
RGB Percentages of Color #e679fc
CMYK Percentages of Color #e679fc
Complementary Color
#e679fc | #8ffc79 |
#e679fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e679fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e679fc Color CSS Codes
.mybgcolor {background-color:#e679fc; } .myforecolor {color:#e679fc; } .mybordercolor {border:3px solid #e679fc; }
#e679fc Text Font Color
<p style="color:#e679fc">Text here</p>
This sample text font color is #e679fc
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.
#e679fc Background Color
<div style="background-color:#e679fc">
Div content here</div>
This div background color is #e679fc
#e679fc Border Color
<div style="border:3px solid #e679fc">
Div here</div>
This div border color is #e679fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,121,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e679fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e679fc; -webkit-box-shadow: 1px 1px 3px 2px #e679fc; box-shadow: 1px 1px 3px 2px #e679fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,121,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 #e679fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e679fc; -webkit-box-shadow: 1px 1px 3px 2px #e679fc; box-shadow: 1px 1px 3px 2px #e679fc;">
Div content here</div>
This div box has shadow with color #e679fc
Comments
No comments written yet.
Please login to write comment.