Color spaces of #e761cc
RGB | 231 | 97 | 204 |
---|---|---|---|
HSL | 0.87 | 0.74 | 0.64 |
HSV | 312° | 58° | 91° |
CMYK | 0.00 | 0.58 | 0.12 0.09 |
XYZ | 48.1288 | 29.8979 | 60.3610 |
Yxy | 29.8979 | 0.3478 | 0.2160 |
Hunter Lab | 54.6790 | 61.4287 | -27.1759 |
CIE-Lab | 61.5660 | 64.1917 | -30.5621 |
#e761cc color RGB value is (231,97,204).
#e761cc hex color red value is 231, green value is 97 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e761cc hue: 0.87 , saturation: 0.74 and the lightness value of e761cc is 0.64.
The process color (four color CMYK) of #e761cc color hex is 0.00, 0.58, 0.12, 0.09. Web safe color of #e761cc is #ff66cc. Color #e761cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01100001 | 11001100 |
Octal | 347 | 141 | 314 |
Decimal | 231 | 97 | 204 |
Hex | E7 | 61 | CC |
Shades of #e761cc
Tints of #e761cc
RGB Percentages of Color #e761cc
CMYK Percentages of Color #e761cc
Complementary Color
#e761cc | #61e77c |
#e761cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e761cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e761cc Color CSS Codes
.mybgcolor {background-color:#e761cc; } .myforecolor {color:#e761cc; } .mybordercolor {border:3px solid #e761cc; }
#e761cc Text Font Color
<p style="color:#e761cc">Text here</p>
This sample text font color is #e761cc
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.
#e761cc Background Color
<div style="background-color:#e761cc">
Div content here</div>
This div background color is #e761cc
#e761cc Border Color
<div style="border:3px solid #e761cc">
Div here</div>
This div border color is #e761cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,97,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e761cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e761cc; -webkit-box-shadow: 1px 1px 3px 2px #e761cc; box-shadow: 1px 1px 3px 2px #e761cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,97,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e761cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e761cc; -webkit-box-shadow: 1px 1px 3px 2px #e761cc; box-shadow: 1px 1px 3px 2px #e761cc;">
Div content here</div>
This div box has shadow with color #e761cc
Comments
No comments written yet.
Please login to write comment.