Color spaces of #e174ff
RGB | 225 | 116 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.73 |
HSV | 287° | 55° | 100° |
CMYK | 0.12 | 0.55 | 0.00 0.00 |
XYZ | 55.3467 | 35.7183 | 98.5850 |
Yxy | 35.7183 | 0.2918 | 0.1883 |
Hunter Lab | 59.7648 | 60.7161 | -55.9665 |
CIE-Lab | 66.3041 | 62.7709 | -51.5812 |
#e174ff color RGB value is (225,116,255).
#e174ff hex color red value is 225, green value is 116 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e174ff hue: 0.80 , saturation: 1.00 and the lightness value of e174ff is 0.73.
The process color (four color CMYK) of #e174ff color hex is 0.12, 0.55, 0.00, 0.00. Web safe color of #e174ff is #cc66ff. Color #e174ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01110100 | 11111111 |
Octal | 341 | 164 | 377 |
Decimal | 225 | 116 | 255 |
Hex | E1 | 74 | FF |
Shades of #e174ff
Tints of #e174ff
RGB Percentages of Color #e174ff
CMYK Percentages of Color #e174ff
Complementary Color
#e174ff | #92ff74 |
#e174ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e174ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e174ff Color CSS Codes
.mybgcolor {background-color:#e174ff; } .myforecolor {color:#e174ff; } .mybordercolor {border:3px solid #e174ff; }
#e174ff Text Font Color
<p style="color:#e174ff">Text here</p>
This sample text font color is #e174ff
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.
#e174ff Background Color
<div style="background-color:#e174ff">
Div content here</div>
This div background color is #e174ff
#e174ff Border Color
<div style="border:3px solid #e174ff">
Div here</div>
This div border color is #e174ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,116,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e174ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e174ff; -webkit-box-shadow: 1px 1px 3px 2px #e174ff; box-shadow: 1px 1px 3px 2px #e174ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,116,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e174ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e174ff; -webkit-box-shadow: 1px 1px 3px 2px #e174ff; box-shadow: 1px 1px 3px 2px #e174ff;">
Div content here</div>
This div box has shadow with color #e174ff
Comments
No comments written yet.
Please login to write comment.