Color spaces of #e68989
RGB | 230 | 137 | 137 |
---|---|---|---|
HSL | 0.00 | 0.65 | 0.72 |
HSV | 0° | 40° | 90° |
CMYK | 0.00 | 0.40 | 0.40 0.10 |
XYZ | 46.0941 | 36.5205 | 28.2866 |
Yxy | 36.5205 | 0.4156 | 0.3293 |
Hunter Lab | 60.4322 | 30.3929 | 14.5506 |
CIE-Lab | 66.9157 | 35.4355 | 15.3426 |
#e68989 color RGB value is (230,137,137).
#e68989 hex color red value is 230, green value is 137 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e68989 hue: 0.00 , saturation: 0.65 and the lightness value of e68989 is 0.72.
The process color (four color CMYK) of #e68989 color hex is 0.00, 0.40, 0.40, 0.10. Web safe color of #e68989 is #ff9999. Color #e68989 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10001001 | 10001001 |
Octal | 346 | 211 | 211 |
Decimal | 230 | 137 | 137 |
Hex | E6 | 89 | 89 |
Shades of #e68989
Tints of #e68989
RGB Percentages of Color #e68989
CMYK Percentages of Color #e68989
Complementary Color
#e68989 | #89e6e6 |
#e68989 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e68989 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e68989 Color CSS Codes
.mybgcolor {background-color:#e68989; } .myforecolor {color:#e68989; } .mybordercolor {border:3px solid #e68989; }
#e68989 Text Font Color
<p style="color:#e68989">Text here</p>
This sample text font color is #e68989
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.
#e68989 Background Color
<div style="background-color:#e68989">
Div content here</div>
This div background color is #e68989
#e68989 Border Color
<div style="border:3px solid #e68989">
Div here</div>
This div border color is #e68989
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,137,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e68989; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e68989; -webkit-box-shadow: 1px 1px 3px 2px #e68989; box-shadow: 1px 1px 3px 2px #e68989; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,137,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e68989">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e68989; -webkit-box-shadow: 1px 1px 3px 2px #e68989; box-shadow: 1px 1px 3px 2px #e68989;">
Div content here</div>
This div box has shadow with color #e68989
#e68989 Color Palettes
Comments
No comments written yet.
Please login to write comment.