Color spaces of #e74afa
RGB | 231 | 74 | 250 |
---|---|---|---|
HSL | 0.82 | 0.95 | 0.64 |
HSV | 294° | 70° | 98° |
CMYK | 0.08 | 0.70 | 0.00 0.02 |
XYZ | 52.6591 | 28.7886 | 93.2238 |
Yxy | 28.7886 | 0.3015 | 0.1648 |
Hunter Lab | 53.6550 | 81.2905 | -65.4559 |
CIE-Lab | 60.5946 | 80.5102 | -57.8523 |
#e74afa color RGB value is (231,74,250).
#e74afa hex color red value is 231, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e74afa hue: 0.82 , saturation: 0.95 and the lightness value of e74afa is 0.64.
The process color (four color CMYK) of #e74afa color hex is 0.08, 0.70, 0.00, 0.02. Web safe color of #e74afa is #ff33ff. Color #e74afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01001010 | 11111010 |
Octal | 347 | 112 | 372 |
Decimal | 231 | 74 | 250 |
Hex | E7 | 4A | FA |
Shades of #e74afa
Tints of #e74afa
RGB Percentages of Color #e74afa
CMYK Percentages of Color #e74afa
Complementary Color
#e74afa | #5dfa4a |
#e74afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e74afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e74afa Color CSS Codes
.mybgcolor {background-color:#e74afa; } .myforecolor {color:#e74afa; } .mybordercolor {border:3px solid #e74afa; }
#e74afa Text Font Color
<p style="color:#e74afa">Text here</p>
This sample text font color is #e74afa
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.
#e74afa Background Color
<div style="background-color:#e74afa">
Div content here</div>
This div background color is #e74afa
#e74afa Border Color
<div style="border:3px solid #e74afa">
Div here</div>
This div border color is #e74afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,74,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e74afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e74afa; -webkit-box-shadow: 1px 1px 3px 2px #e74afa; box-shadow: 1px 1px 3px 2px #e74afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,74,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e74afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e74afa; -webkit-box-shadow: 1px 1px 3px 2px #e74afa; box-shadow: 1px 1px 3px 2px #e74afa;">
Div content here</div>
This div box has shadow with color #e74afa
Comments
No comments written yet.
Please login to write comment.