Color spaces of #e762cf
RGB | 231 | 98 | 207 |
---|---|---|---|
HSL | 0.86 | 0.73 | 0.65 |
HSV | 311° | 58° | 91° |
CMYK | 0.00 | 0.58 | 0.10 0.09 |
XYZ | 48.5852 | 30.2293 | 62.3056 |
Yxy | 30.2293 | 0.3443 | 0.2142 |
Hunter Lab | 54.9812 | 61.5180 | -28.7016 |
CIE-Lab | 61.8516 | 64.2167 | -31.8156 |
#e762cf color RGB value is (231,98,207).
#e762cf hex color red value is 231, green value is 98 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e762cf hue: 0.86 , saturation: 0.73 and the lightness value of e762cf is 0.65.
The process color (four color CMYK) of #e762cf color hex is 0.00, 0.58, 0.10, 0.09. Web safe color of #e762cf is #ff66cc. Color #e762cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01100010 | 11001111 |
Octal | 347 | 142 | 317 |
Decimal | 231 | 98 | 207 |
Hex | E7 | 62 | CF |
Shades of #e762cf
Tints of #e762cf
RGB Percentages of Color #e762cf
CMYK Percentages of Color #e762cf
Complementary Color
#e762cf | #62e77a |
#e762cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e762cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e762cf Color CSS Codes
.mybgcolor {background-color:#e762cf; } .myforecolor {color:#e762cf; } .mybordercolor {border:3px solid #e762cf; }
#e762cf Text Font Color
<p style="color:#e762cf">Text here</p>
This sample text font color is #e762cf
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.
#e762cf Background Color
<div style="background-color:#e762cf">
Div content here</div>
This div background color is #e762cf
#e762cf Border Color
<div style="border:3px solid #e762cf">
Div here</div>
This div border color is #e762cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,98,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e762cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e762cf; -webkit-box-shadow: 1px 1px 3px 2px #e762cf; box-shadow: 1px 1px 3px 2px #e762cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,98,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e762cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e762cf; -webkit-box-shadow: 1px 1px 3px 2px #e762cf; box-shadow: 1px 1px 3px 2px #e762cf;">
Div content here</div>
This div box has shadow with color #e762cf
Comments
No comments written yet.
Please login to write comment.