Color spaces of #ec059b
RGB | 236 | 5 | 155 |
---|---|---|---|
HSL | 0.89 | 0.96 | 0.47 |
HSV | 321° | 98° | 93° |
CMYK | 0.00 | 0.98 | 0.34 0.07 |
XYZ | 40.5627 | 20.3080 | 32.7923 |
Yxy | 20.3080 | 0.4331 | 0.2168 |
Hunter Lab | 45.0644 | 81.8061 | -11.5989 |
CIE-Lab | 52.1837 | 82.5481 | -16.5024 |
#ec059b color RGB value is (236,5,155).
#ec059b hex color red value is 236, green value is 5 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ec059b hue: 0.89 , saturation: 0.96 and the lightness value of ec059b is 0.47.
The process color (four color CMYK) of #ec059b color hex is 0.00, 0.98, 0.34, 0.07. Web safe color of #ec059b is #ff0099. Color #ec059b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00000101 | 10011011 |
Octal | 354 | 5 | 233 |
Decimal | 236 | 5 | 155 |
Hex | EC | 5 | 9B |
Shades of #ec059b
Tints of #ec059b
RGB Percentages of Color #ec059b
CMYK Percentages of Color #ec059b
Complementary Color
#ec059b | #05ec56 |
#ec059b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec059b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec059b Color CSS Codes
.mybgcolor {background-color:#ec059b; } .myforecolor {color:#ec059b; } .mybordercolor {border:3px solid #ec059b; }
#ec059b Text Font Color
<p style="color:#ec059b">Text here</p>
This sample text font color is #ec059b
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.
#ec059b Background Color
<div style="background-color:#ec059b">
Div content here</div>
This div background color is #ec059b
#ec059b Border Color
<div style="border:3px solid #ec059b">
Div here</div>
This div border color is #ec059b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,5,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec059b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec059b; -webkit-box-shadow: 1px 1px 3px 2px #ec059b; box-shadow: 1px 1px 3px 2px #ec059b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,5,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec059b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec059b; -webkit-box-shadow: 1px 1px 3px 2px #ec059b; box-shadow: 1px 1px 3px 2px #ec059b;">
Div content here</div>
This div box has shadow with color #ec059b
Comments
No comments written yet.
Please login to write comment.