Color spaces of #e68764
RGB | 230 | 135 | 100 |
---|---|---|---|
HSL | 0.04 | 0.72 | 0.65 |
HSV | 16° | 57° | 90° |
CMYK | 0.00 | 0.41 | 0.57 0.10 |
XYZ | 43.5974 | 35.0710 | 16.5281 |
Yxy | 35.0710 | 0.4580 | 0.3684 |
Hunter Lab | 59.2208 | 27.7725 | 24.9071 |
CIE-Lab | 65.8039 | 33.0032 | 34.3527 |
#e68764 color RGB value is (230,135,100).
#e68764 hex color red value is 230, green value is 135 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e68764 hue: 0.04 , saturation: 0.72 and the lightness value of e68764 is 0.65.
The process color (four color CMYK) of #e68764 color hex is 0.00, 0.41, 0.57, 0.10. Web safe color of #e68764 is #ff9966. Color #e68764 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10000111 | 01100100 |
Octal | 346 | 207 | 144 |
Decimal | 230 | 135 | 100 |
Hex | E6 | 87 | 64 |
Shades of #e68764
Tints of #e68764
RGB Percentages of Color #e68764
CMYK Percentages of Color #e68764
Complementary Color
#e68764 | #64c3e6 |
#e68764 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e68764 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e68764 Color CSS Codes
.mybgcolor {background-color:#e68764; } .myforecolor {color:#e68764; } .mybordercolor {border:3px solid #e68764; }
#e68764 Text Font Color
<p style="color:#e68764">Text here</p>
This sample text font color is #e68764
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.
#e68764 Background Color
<div style="background-color:#e68764">
Div content here</div>
This div background color is #e68764
#e68764 Border Color
<div style="border:3px solid #e68764">
Div here</div>
This div border color is #e68764
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,135,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e68764; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e68764; -webkit-box-shadow: 1px 1px 3px 2px #e68764; box-shadow: 1px 1px 3px 2px #e68764; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,135,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e68764">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e68764; -webkit-box-shadow: 1px 1px 3px 2px #e68764; box-shadow: 1px 1px 3px 2px #e68764;">
Div content here</div>
This div box has shadow with color #e68764
Comments
No comments written yet.
Please login to write comment.