Color spaces of #ea746b
RGB | 234 | 116 | 107 |
---|---|---|---|
HSL | 0.01 | 0.75 | 0.67 |
HSV | 4° | 54° | 92° |
CMYK | 0.00 | 0.50 | 0.54 0.08 |
XYZ | 42.8309 | 31.0447 | 17.6447 |
Yxy | 31.0447 | 0.4680 | 0.3392 |
Hunter Lab | 55.7178 | 39.7089 | 20.2265 |
CIE-Lab | 62.5453 | 44.7755 | 26.3841 |
#ea746b color RGB value is (234,116,107).
#ea746b hex color red value is 234, green value is 116 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ea746b hue: 0.01 , saturation: 0.75 and the lightness value of ea746b is 0.67.
The process color (four color CMYK) of #ea746b color hex is 0.00, 0.50, 0.54, 0.08. Web safe color of #ea746b is #ff6666. Color #ea746b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01110100 | 01101011 |
Octal | 352 | 164 | 153 |
Decimal | 234 | 116 | 107 |
Hex | EA | 74 | 6B |
Shades of #ea746b
Tints of #ea746b
RGB Percentages of Color #ea746b
CMYK Percentages of Color #ea746b
Complementary Color
#ea746b | #6be1ea |
#ea746b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea746b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea746b Color CSS Codes
.mybgcolor {background-color:#ea746b; } .myforecolor {color:#ea746b; } .mybordercolor {border:3px solid #ea746b; }
#ea746b Text Font Color
<p style="color:#ea746b">Text here</p>
This sample text font color is #ea746b
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.
#ea746b Background Color
<div style="background-color:#ea746b">
Div content here</div>
This div background color is #ea746b
#ea746b Border Color
<div style="border:3px solid #ea746b">
Div here</div>
This div border color is #ea746b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,116,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea746b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea746b; -webkit-box-shadow: 1px 1px 3px 2px #ea746b; box-shadow: 1px 1px 3px 2px #ea746b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,116,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea746b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea746b; -webkit-box-shadow: 1px 1px 3px 2px #ea746b; box-shadow: 1px 1px 3px 2px #ea746b;">
Div content here</div>
This div box has shadow with color #ea746b
Comments
No comments written yet.
Please login to write comment.