Color spaces of #ed277e
RGB | 237 | 39 | 126 |
---|---|---|---|
HSL | 0.93 | 0.85 | 0.54 |
HSV | 334° | 84° | 93° |
CMYK | 0.00 | 0.84 | 0.47 0.07 |
XYZ | 39.4165 | 20.9619 | 21.7072 |
Yxy | 20.9619 | 0.4802 | 0.2554 |
Hunter Lab | 45.7842 | 73.5519 | 3.9383 |
CIE-Lab | 52.9078 | 75.8473 | 1.9702 |
#ed277e color RGB value is (237,39,126).
#ed277e hex color red value is 237, green value is 39 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ed277e hue: 0.93 , saturation: 0.85 and the lightness value of ed277e is 0.54.
The process color (four color CMYK) of #ed277e color hex is 0.00, 0.84, 0.47, 0.07. Web safe color of #ed277e is #ff3366. Color #ed277e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00100111 | 01111110 |
Octal | 355 | 47 | 176 |
Decimal | 237 | 39 | 126 |
Hex | ED | 27 | 7E |
Shades of #ed277e
Tints of #ed277e
RGB Percentages of Color #ed277e
CMYK Percentages of Color #ed277e
Complementary Color
#ed277e | #27ed96 |
#ed277e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed277e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed277e Color CSS Codes
.mybgcolor {background-color:#ed277e; } .myforecolor {color:#ed277e; } .mybordercolor {border:3px solid #ed277e; }
#ed277e Text Font Color
<p style="color:#ed277e">Text here</p>
This sample text font color is #ed277e
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.
#ed277e Background Color
<div style="background-color:#ed277e">
Div content here</div>
This div background color is #ed277e
#ed277e Border Color
<div style="border:3px solid #ed277e">
Div here</div>
This div border color is #ed277e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,39,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed277e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed277e; -webkit-box-shadow: 1px 1px 3px 2px #ed277e; box-shadow: 1px 1px 3px 2px #ed277e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,39,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed277e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed277e; -webkit-box-shadow: 1px 1px 3px 2px #ed277e; box-shadow: 1px 1px 3px 2px #ed277e;">
Div content here</div>
This div box has shadow with color #ed277e
Comments
No comments written yet.
Please login to write comment.