Color spaces of #e96773
RGB | 233 | 103 | 115 |
---|---|---|---|
HSL | 0.98 | 0.75 | 0.66 |
HSV | 354° | 56° | 91° |
CMYK | 0.00 | 0.56 | 0.51 0.09 |
XYZ | 41.5490 | 28.2619 | 19.4849 |
Yxy | 28.2619 | 0.4653 | 0.3165 |
Hunter Lab | 53.1619 | 46.4743 | 15.4824 |
CIE-Lab | 60.1246 | 51.3466 | 18.5445 |
#e96773 color RGB value is (233,103,115).
#e96773 hex color red value is 233, green value is 103 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #e96773 hue: 0.98 , saturation: 0.75 and the lightness value of e96773 is 0.66.
The process color (four color CMYK) of #e96773 color hex is 0.00, 0.56, 0.51, 0.09. Web safe color of #e96773 is #ff6666. Color #e96773 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01100111 | 01110011 |
Octal | 351 | 147 | 163 |
Decimal | 233 | 103 | 115 |
Hex | E9 | 67 | 73 |
Shades of #e96773
Tints of #e96773
RGB Percentages of Color #e96773
CMYK Percentages of Color #e96773
Complementary Color
#e96773 | #67e9dd |
#e96773 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e96773 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e96773 Color CSS Codes
.mybgcolor {background-color:#e96773; } .myforecolor {color:#e96773; } .mybordercolor {border:3px solid #e96773; }
#e96773 Text Font Color
<p style="color:#e96773">Text here</p>
This sample text font color is #e96773
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.
#e96773 Background Color
<div style="background-color:#e96773">
Div content here</div>
This div background color is #e96773
#e96773 Border Color
<div style="border:3px solid #e96773">
Div here</div>
This div border color is #e96773
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,103,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e96773; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e96773; -webkit-box-shadow: 1px 1px 3px 2px #e96773; box-shadow: 1px 1px 3px 2px #e96773; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,103,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e96773">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e96773; -webkit-box-shadow: 1px 1px 3px 2px #e96773; box-shadow: 1px 1px 3px 2px #e96773;">
Div content here</div>
This div box has shadow with color #e96773
Comments
No comments written yet.
Please login to write comment.