Color spaces of #ed23df
RGB | 237 | 35 | 223 |
---|---|---|---|
HSL | 0.84 | 0.85 | 0.53 |
HSV | 304° | 85° | 93° |
CMYK | 0.00 | 0.85 | 0.06 0.07 |
XYZ | 48.8454 | 24.5343 | 71.9732 |
Yxy | 24.5343 | 0.3360 | 0.1688 |
Hunter Lab | 49.5321 | 89.3441 | -51.4795 |
CIE-Lab | 56.6188 | 87.4840 | -49.0160 |
#ed23df color RGB value is (237,35,223).
#ed23df hex color red value is 237, green value is 35 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ed23df hue: 0.84 , saturation: 0.85 and the lightness value of ed23df is 0.53.
The process color (four color CMYK) of #ed23df color hex is 0.00, 0.85, 0.06, 0.07. Web safe color of #ed23df is #ff33cc. Color #ed23df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00100011 | 11011111 |
Octal | 355 | 43 | 337 |
Decimal | 237 | 35 | 223 |
Hex | ED | 23 | DF |
Shades of #ed23df
Tints of #ed23df
RGB Percentages of Color #ed23df
CMYK Percentages of Color #ed23df
Complementary Color
#ed23df | #23ed31 |
#ed23df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed23df Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed23df Color CSS Codes
.mybgcolor {background-color:#ed23df; } .myforecolor {color:#ed23df; } .mybordercolor {border:3px solid #ed23df; }
#ed23df Text Font Color
<p style="color:#ed23df">Text here</p>
This sample text font color is #ed23df
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.
#ed23df Background Color
<div style="background-color:#ed23df">
Div content here</div>
This div background color is #ed23df
#ed23df Border Color
<div style="border:3px solid #ed23df">
Div here</div>
This div border color is #ed23df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,35,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed23df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed23df; -webkit-box-shadow: 1px 1px 3px 2px #ed23df; box-shadow: 1px 1px 3px 2px #ed23df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,35,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed23df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed23df; -webkit-box-shadow: 1px 1px 3px 2px #ed23df; box-shadow: 1px 1px 3px 2px #ed23df;">
Div content here</div>
This div box has shadow with color #ed23df
Comments
No comments written yet.
Please login to write comment.