Color spaces of #ec32fd
RGB | 236 | 50 | 253 |
---|---|---|---|
HSL | 0.82 | 0.98 | 0.59 |
HSV | 295° | 80° | 99° |
CMYK | 0.07 | 0.80 | 0.00 0.01 |
XYZ | 53.4623 | 27.2059 | 95.3620 |
Yxy | 27.2059 | 0.3037 | 0.1546 |
Hunter Lab | 52.1593 | 91.6805 | -71.8875 |
CIE-Lab | 59.1644 | 88.7521 | -61.7591 |
#ec32fd color RGB value is (236,50,253).
#ec32fd hex color red value is 236, green value is 50 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ec32fd hue: 0.82 , saturation: 0.98 and the lightness value of ec32fd is 0.59.
The process color (four color CMYK) of #ec32fd color hex is 0.07, 0.80, 0.00, 0.01. Web safe color of #ec32fd is #ff33ff. Color #ec32fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00110010 | 11111101 |
Octal | 354 | 62 | 375 |
Decimal | 236 | 50 | 253 |
Hex | EC | 32 | FD |
Shades of #ec32fd
Tints of #ec32fd
RGB Percentages of Color #ec32fd
CMYK Percentages of Color #ec32fd
Complementary Color
#ec32fd | #43fd32 |
#ec32fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec32fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec32fd Color CSS Codes
.mybgcolor {background-color:#ec32fd; } .myforecolor {color:#ec32fd; } .mybordercolor {border:3px solid #ec32fd; }
#ec32fd Text Font Color
<p style="color:#ec32fd">Text here</p>
This sample text font color is #ec32fd
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.
#ec32fd Background Color
<div style="background-color:#ec32fd">
Div content here</div>
This div background color is #ec32fd
#ec32fd Border Color
<div style="border:3px solid #ec32fd">
Div here</div>
This div border color is #ec32fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,50,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec32fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec32fd; -webkit-box-shadow: 1px 1px 3px 2px #ec32fd; box-shadow: 1px 1px 3px 2px #ec32fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,50,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec32fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec32fd; -webkit-box-shadow: 1px 1px 3px 2px #ec32fd; box-shadow: 1px 1px 3px 2px #ec32fd;">
Div content here</div>
This div box has shadow with color #ec32fd
Comments
No comments written yet.
Please login to write comment.