Color spaces of #ec28cd
RGB | 236 | 40 | 205 |
---|---|---|---|
HSL | 0.86 | 0.84 | 0.54 |
HSV | 309° | 83° | 93° |
CMYK | 0.00 | 0.83 | 0.13 0.07 |
XYZ | 46.3703 | 23.7582 | 59.8994 |
Yxy | 23.7582 | 0.3566 | 0.1827 |
Hunter Lab | 48.7424 | 84.5140 | -38.7417 |
CIE-Lab | 55.8449 | 83.9378 | -40.0063 |
#ec28cd color RGB value is (236,40,205).
#ec28cd hex color red value is 236, green value is 40 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ec28cd hue: 0.86 , saturation: 0.84 and the lightness value of ec28cd is 0.54.
The process color (four color CMYK) of #ec28cd color hex is 0.00, 0.83, 0.13, 0.07. Web safe color of #ec28cd is #ff33cc. Color #ec28cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00101000 | 11001101 |
Octal | 354 | 50 | 315 |
Decimal | 236 | 40 | 205 |
Hex | EC | 28 | CD |
Shades of #ec28cd
Tints of #ec28cd
RGB Percentages of Color #ec28cd
CMYK Percentages of Color #ec28cd
Complementary Color
#ec28cd | #28ec47 |
#ec28cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec28cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec28cd Color CSS Codes
.mybgcolor {background-color:#ec28cd; } .myforecolor {color:#ec28cd; } .mybordercolor {border:3px solid #ec28cd; }
#ec28cd Text Font Color
<p style="color:#ec28cd">Text here</p>
This sample text font color is #ec28cd
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.
#ec28cd Background Color
<div style="background-color:#ec28cd">
Div content here</div>
This div background color is #ec28cd
#ec28cd Border Color
<div style="border:3px solid #ec28cd">
Div here</div>
This div border color is #ec28cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,40,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec28cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec28cd; -webkit-box-shadow: 1px 1px 3px 2px #ec28cd; box-shadow: 1px 1px 3px 2px #ec28cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,40,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec28cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec28cd; -webkit-box-shadow: 1px 1px 3px 2px #ec28cd; box-shadow: 1px 1px 3px 2px #ec28cd;">
Div content here</div>
This div box has shadow with color #ec28cd
Comments
No comments written yet.
Please login to write comment.