Color spaces of #ec816a
RGB | 236 | 129 | 106 |
---|---|---|---|
HSL | 0.03 | 0.77 | 0.67 |
HSV | 11° | 55° | 93° |
CMYK | 0.00 | 0.45 | 0.55 0.07 |
XYZ | 45.0438 | 34.5740 | 17.9350 |
Yxy | 34.5740 | 0.4617 | 0.3544 |
Hunter Lab | 58.7997 | 33.8415 | 23.0752 |
CIE-Lab | 65.4156 | 38.8948 | 30.7382 |
#ec816a color RGB value is (236,129,106).
#ec816a hex color red value is 236, green value is 129 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ec816a hue: 0.03 , saturation: 0.77 and the lightness value of ec816a is 0.67.
The process color (four color CMYK) of #ec816a color hex is 0.00, 0.45, 0.55, 0.07. Web safe color of #ec816a is #ff9966. Color #ec816a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10000001 | 01101010 |
Octal | 354 | 201 | 152 |
Decimal | 236 | 129 | 106 |
Hex | EC | 81 | 6A |
Shades of #ec816a
Tints of #ec816a
RGB Percentages of Color #ec816a
CMYK Percentages of Color #ec816a
Complementary Color
#ec816a | #6ad5ec |
#ec816a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec816a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec816a Color CSS Codes
.mybgcolor {background-color:#ec816a; } .myforecolor {color:#ec816a; } .mybordercolor {border:3px solid #ec816a; }
#ec816a Text Font Color
<p style="color:#ec816a">Text here</p>
This sample text font color is #ec816a
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.
#ec816a Background Color
<div style="background-color:#ec816a">
Div content here</div>
This div background color is #ec816a
#ec816a Border Color
<div style="border:3px solid #ec816a">
Div here</div>
This div border color is #ec816a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,129,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec816a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec816a; -webkit-box-shadow: 1px 1px 3px 2px #ec816a; box-shadow: 1px 1px 3px 2px #ec816a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,129,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec816a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec816a; -webkit-box-shadow: 1px 1px 3px 2px #ec816a; box-shadow: 1px 1px 3px 2px #ec816a;">
Div content here</div>
This div box has shadow with color #ec816a
Comments
No comments written yet.
Please login to write comment.