Color spaces of #e3869a
RGB | 227 | 134 | 154 |
---|---|---|---|
HSL | 0.96 | 0.62 | 0.71 |
HSV | 347° | 41° | 89° |
CMYK | 0.00 | 0.41 | 0.32 0.11 |
XYZ | 46.0364 | 35.7142 | 35.0390 |
Yxy | 35.7142 | 0.3942 | 0.3058 |
Hunter Lab | 59.7614 | 32.9228 | 7.0703 |
CIE-Lab | 66.3010 | 37.9214 | 4.8435 |
#e3869a color RGB value is (227,134,154).
#e3869a hex color red value is 227, green value is 134 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e3869a hue: 0.96 , saturation: 0.62 and the lightness value of e3869a is 0.71.
The process color (four color CMYK) of #e3869a color hex is 0.00, 0.41, 0.32, 0.11. Web safe color of #e3869a is #cc9999. Color #e3869a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10000110 | 10011010 |
Octal | 343 | 206 | 232 |
Decimal | 227 | 134 | 154 |
Hex | E3 | 86 | 9A |
Shades of #e3869a
Tints of #e3869a
RGB Percentages of Color #e3869a
CMYK Percentages of Color #e3869a
Complementary Color
#e3869a | #86e3cf |
#e3869a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3869a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3869a Color CSS Codes
.mybgcolor {background-color:#e3869a; } .myforecolor {color:#e3869a; } .mybordercolor {border:3px solid #e3869a; }
#e3869a Text Font Color
<p style="color:#e3869a">Text here</p>
This sample text font color is #e3869a
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.
#e3869a Background Color
<div style="background-color:#e3869a">
Div content here</div>
This div background color is #e3869a
#e3869a Border Color
<div style="border:3px solid #e3869a">
Div here</div>
This div border color is #e3869a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,134,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3869a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3869a; -webkit-box-shadow: 1px 1px 3px 2px #e3869a; box-shadow: 1px 1px 3px 2px #e3869a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,134,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3869a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3869a; -webkit-box-shadow: 1px 1px 3px 2px #e3869a; box-shadow: 1px 1px 3px 2px #e3869a;">
Div content here</div>
This div box has shadow with color #e3869a
Comments
No comments written yet.
Please login to write comment.