Color spaces of #e966ad
RGB | 233 | 102 | 173 |
---|---|---|---|
HSL | 0.91 | 0.75 | 0.66 |
HSV | 327° | 56° | 91° |
CMYK | 0.00 | 0.56 | 0.26 0.09 |
XYZ | 45.8985 | 29.8435 | 42.8764 |
Yxy | 29.8435 | 0.3869 | 0.2516 |
Hunter Lab | 54.6292 | 54.3715 | -8.2940 |
CIE-Lab | 61.5190 | 58.1410 | -12.9406 |
#e966ad color RGB value is (233,102,173).
#e966ad hex color red value is 233, green value is 102 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e966ad hue: 0.91 , saturation: 0.75 and the lightness value of e966ad is 0.66.
The process color (four color CMYK) of #e966ad color hex is 0.00, 0.56, 0.26, 0.09. Web safe color of #e966ad is #ff6699. Color #e966ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01100110 | 10101101 |
Octal | 351 | 146 | 255 |
Decimal | 233 | 102 | 173 |
Hex | E9 | 66 | AD |
Shades of #e966ad
Tints of #e966ad
RGB Percentages of Color #e966ad
CMYK Percentages of Color #e966ad
Complementary Color
#e966ad | #66e9a2 |
#e966ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e966ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#e966ad Color CSS Codes
.mybgcolor {background-color:#e966ad; } .myforecolor {color:#e966ad; } .mybordercolor {border:3px solid #e966ad; }
#e966ad Text Font Color
<p style="color:#e966ad">Text here</p>
This sample text font color is #e966ad
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.
#e966ad Background Color
<div style="background-color:#e966ad">
Div content here</div>
This div background color is #e966ad
#e966ad Border Color
<div style="border:3px solid #e966ad">
Div here</div>
This div border color is #e966ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,102,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e966ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e966ad; -webkit-box-shadow: 1px 1px 3px 2px #e966ad; box-shadow: 1px 1px 3px 2px #e966ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,102,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e966ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e966ad; -webkit-box-shadow: 1px 1px 3px 2px #e966ad; box-shadow: 1px 1px 3px 2px #e966ad;">
Div content here</div>
This div box has shadow with color #e966ad
Comments
No comments written yet.
Please login to write comment.