Color spaces of #e763ee
RGB | 231 | 99 | 238 |
---|---|---|---|
HSL | 0.82 | 0.80 | 0.66 |
HSV | 297° | 58° | 93° |
CMYK | 0.03 | 0.58 | 0.00 0.07 |
XYZ | 52.8495 | 32.0857 | 84.2966 |
Yxy | 32.0857 | 0.3123 | 0.1896 |
Hunter Lab | 56.6442 | 67.4144 | -48.5830 |
CIE-Lab | 63.4137 | 68.8534 | -46.7253 |
#e763ee color RGB value is (231,99,238).
#e763ee hex color red value is 231, green value is 99 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e763ee hue: 0.82 , saturation: 0.80 and the lightness value of e763ee is 0.66.
The process color (four color CMYK) of #e763ee color hex is 0.03, 0.58, 0.00, 0.07. Web safe color of #e763ee is #ff66ff. Color #e763ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01100011 | 11101110 |
Octal | 347 | 143 | 356 |
Decimal | 231 | 99 | 238 |
Hex | E7 | 63 | EE |
Shades of #e763ee
Tints of #e763ee
RGB Percentages of Color #e763ee
CMYK Percentages of Color #e763ee
Complementary Color
#e763ee | #6aee63 |
#e763ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e763ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#e763ee Color CSS Codes
.mybgcolor {background-color:#e763ee; } .myforecolor {color:#e763ee; } .mybordercolor {border:3px solid #e763ee; }
#e763ee Text Font Color
<p style="color:#e763ee">Text here</p>
This sample text font color is #e763ee
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.
#e763ee Background Color
<div style="background-color:#e763ee">
Div content here</div>
This div background color is #e763ee
#e763ee Border Color
<div style="border:3px solid #e763ee">
Div here</div>
This div border color is #e763ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,99,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e763ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e763ee; -webkit-box-shadow: 1px 1px 3px 2px #e763ee; box-shadow: 1px 1px 3px 2px #e763ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,99,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e763ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e763ee; -webkit-box-shadow: 1px 1px 3px 2px #e763ee; box-shadow: 1px 1px 3px 2px #e763ee;">
Div content here</div>
This div box has shadow with color #e763ee
Comments
No comments written yet.
Please login to write comment.