Color spaces of #e970fe
RGB | 233 | 112 | 254 |
---|---|---|---|
HSL | 0.81 | 0.99 | 0.72 |
HSV | 291° | 56° | 100° |
CMYK | 0.08 | 0.56 | 0.00 0.00 |
XYZ | 57.2878 | 36.0677 | 97.7083 |
Yxy | 36.0677 | 0.2998 | 0.1888 |
Hunter Lab | 60.0564 | 65.1725 | -54.4220 |
CIE-Lab | 66.5716 | 66.4431 | -50.5447 |
#e970fe color RGB value is (233,112,254).
#e970fe hex color red value is 233, green value is 112 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e970fe hue: 0.81 , saturation: 0.99 and the lightness value of e970fe is 0.72.
The process color (four color CMYK) of #e970fe color hex is 0.08, 0.56, 0.00, 0.00. Web safe color of #e970fe is #ff66ff. Color #e970fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01110000 | 11111110 |
Octal | 351 | 160 | 376 |
Decimal | 233 | 112 | 254 |
Hex | E9 | 70 | FE |
Shades of #e970fe
Tints of #e970fe
RGB Percentages of Color #e970fe
CMYK Percentages of Color #e970fe
Complementary Color
#e970fe | #85fe70 |
#e970fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e970fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e970fe Color CSS Codes
.mybgcolor {background-color:#e970fe; } .myforecolor {color:#e970fe; } .mybordercolor {border:3px solid #e970fe; }
#e970fe Text Font Color
<p style="color:#e970fe">Text here</p>
This sample text font color is #e970fe
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.
#e970fe Background Color
<div style="background-color:#e970fe">
Div content here</div>
This div background color is #e970fe
#e970fe Border Color
<div style="border:3px solid #e970fe">
Div here</div>
This div border color is #e970fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,112,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e970fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e970fe; -webkit-box-shadow: 1px 1px 3px 2px #e970fe; box-shadow: 1px 1px 3px 2px #e970fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,112,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e970fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e970fe; -webkit-box-shadow: 1px 1px 3px 2px #e970fe; box-shadow: 1px 1px 3px 2px #e970fe;">
Div content here</div>
This div box has shadow with color #e970fe
Comments
No comments written yet.
Please login to write comment.