Color spaces of #e68078
RGB | 230 | 128 | 120 |
---|---|---|---|
HSL | 0.01 | 0.69 | 0.69 |
HSV | 4° | 48° | 90° |
CMYK | 0.00 | 0.44 | 0.48 0.10 |
XYZ | 43.7425 | 33.6174 | 21.9526 |
Yxy | 33.6174 | 0.4405 | 0.3385 |
Hunter Lab | 57.9805 | 33.2007 | 18.1380 |
CIE-Lab | 64.6577 | 38.3709 | 21.7901 |
#e68078 color RGB value is (230,128,120).
#e68078 hex color red value is 230, green value is 128 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #e68078 hue: 0.01 , saturation: 0.69 and the lightness value of e68078 is 0.69.
The process color (four color CMYK) of #e68078 color hex is 0.00, 0.44, 0.48, 0.10. Web safe color of #e68078 is #ff9966. Color #e68078 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10000000 | 01111000 |
Octal | 346 | 200 | 170 |
Decimal | 230 | 128 | 120 |
Hex | E6 | 80 | 78 |
Shades of #e68078
Tints of #e68078
RGB Percentages of Color #e68078
CMYK Percentages of Color #e68078
Complementary Color
#e68078 | #78dee6 |
#e68078 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e68078 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e68078 Color CSS Codes
.mybgcolor {background-color:#e68078; } .myforecolor {color:#e68078; } .mybordercolor {border:3px solid #e68078; }
#e68078 Text Font Color
<p style="color:#e68078">Text here</p>
This sample text font color is #e68078
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.
#e68078 Background Color
<div style="background-color:#e68078">
Div content here</div>
This div background color is #e68078
#e68078 Border Color
<div style="border:3px solid #e68078">
Div here</div>
This div border color is #e68078
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,128,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e68078; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e68078; -webkit-box-shadow: 1px 1px 3px 2px #e68078; box-shadow: 1px 1px 3px 2px #e68078; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,128,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e68078">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e68078; -webkit-box-shadow: 1px 1px 3px 2px #e68078; box-shadow: 1px 1px 3px 2px #e68078;">
Div content here</div>
This div box has shadow with color #e68078
Comments
No comments written yet.
Please login to write comment.