Color spaces of #ed33da
RGB | 237 | 51 | 218 |
---|---|---|---|
HSL | 0.85 | 0.84 | 0.56 |
HSV | 306° | 78° | 93° |
CMYK | 0.00 | 0.78 | 0.08 0.07 |
XYZ | 48.7638 | 25.4341 | 68.6688 |
Yxy | 25.4341 | 0.3413 | 0.1780 |
Hunter Lab | 50.4322 | 84.3383 | -45.4270 |
CIE-Lab | 57.4960 | 83.4802 | -44.7956 |
#ed33da color RGB value is (237,51,218).
#ed33da hex color red value is 237, green value is 51 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ed33da hue: 0.85 , saturation: 0.84 and the lightness value of ed33da is 0.56.
The process color (four color CMYK) of #ed33da color hex is 0.00, 0.78, 0.08, 0.07. Web safe color of #ed33da is #ff33cc. Color #ed33da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00110011 | 11011010 |
Octal | 355 | 63 | 332 |
Decimal | 237 | 51 | 218 |
Hex | ED | 33 | DA |
Shades of #ed33da
Tints of #ed33da
RGB Percentages of Color #ed33da
CMYK Percentages of Color #ed33da
Complementary Color
#ed33da | #33ed46 |
#ed33da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed33da Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed33da Color CSS Codes
.mybgcolor {background-color:#ed33da; } .myforecolor {color:#ed33da; } .mybordercolor {border:3px solid #ed33da; }
#ed33da Text Font Color
<p style="color:#ed33da">Text here</p>
This sample text font color is #ed33da
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.
#ed33da Background Color
<div style="background-color:#ed33da">
Div content here</div>
This div background color is #ed33da
#ed33da Border Color
<div style="border:3px solid #ed33da">
Div here</div>
This div border color is #ed33da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,51,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed33da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed33da; -webkit-box-shadow: 1px 1px 3px 2px #ed33da; box-shadow: 1px 1px 3px 2px #ed33da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,51,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed33da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed33da; -webkit-box-shadow: 1px 1px 3px 2px #ed33da; box-shadow: 1px 1px 3px 2px #ed33da;">
Div content here</div>
This div box has shadow with color #ed33da
Comments
No comments written yet.
Please login to write comment.