Color spaces of #e76bfa
RGB | 231 | 107 | 250 |
---|---|---|---|
HSL | 0.81 | 0.93 | 0.70 |
HSV | 292° | 57° | 98° |
CMYK | 0.08 | 0.57 | 0.00 0.02 |
XYZ | 55.4680 | 34.4064 | 94.1601 |
Yxy | 34.4064 | 0.3014 | 0.1870 |
Hunter Lab | 58.6570 | 66.1459 | -54.1164 |
CIE-Lab | 65.2839 | 67.4734 | -50.4010 |
#e76bfa color RGB value is (231,107,250).
#e76bfa hex color red value is 231, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e76bfa hue: 0.81 , saturation: 0.93 and the lightness value of e76bfa is 0.70.
The process color (four color CMYK) of #e76bfa color hex is 0.08, 0.57, 0.00, 0.02. Web safe color of #e76bfa is #ff66ff. Color #e76bfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01101011 | 11111010 |
Octal | 347 | 153 | 372 |
Decimal | 231 | 107 | 250 |
Hex | E7 | 6B | FA |
Shades of #e76bfa
Tints of #e76bfa
RGB Percentages of Color #e76bfa
CMYK Percentages of Color #e76bfa
Complementary Color
#e76bfa | #7efa6b |
#e76bfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e76bfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e76bfa Color CSS Codes
.mybgcolor {background-color:#e76bfa; } .myforecolor {color:#e76bfa; } .mybordercolor {border:3px solid #e76bfa; }
#e76bfa Text Font Color
<p style="color:#e76bfa">Text here</p>
This sample text font color is #e76bfa
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.
#e76bfa Background Color
<div style="background-color:#e76bfa">
Div content here</div>
This div background color is #e76bfa
#e76bfa Border Color
<div style="border:3px solid #e76bfa">
Div here</div>
This div border color is #e76bfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,107,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e76bfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e76bfa; -webkit-box-shadow: 1px 1px 3px 2px #e76bfa; box-shadow: 1px 1px 3px 2px #e76bfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,107,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 #e76bfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e76bfa; -webkit-box-shadow: 1px 1px 3px 2px #e76bfa; box-shadow: 1px 1px 3px 2px #e76bfa;">
Div content here</div>
This div box has shadow with color #e76bfa
Comments
No comments written yet.
Please login to write comment.