Color spaces of #ec84ee
RGB | 236 | 132 | 238 |
---|---|---|---|
HSL | 0.83 | 0.76 | 0.73 |
HSV | 299° | 45° | 93° |
CMYK | 0.01 | 0.45 | 0.00 0.07 |
XYZ | 58.2760 | 40.5084 | 85.6364 |
Yxy | 40.5084 | 0.3160 | 0.2197 |
Hunter Lab | 63.6462 | 52.0580 | -35.2227 |
CIE-Lab | 69.8301 | 54.8126 | -36.6303 |
#ec84ee color RGB value is (236,132,238).
#ec84ee hex color red value is 236, green value is 132 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ec84ee hue: 0.83 , saturation: 0.76 and the lightness value of ec84ee is 0.73.
The process color (four color CMYK) of #ec84ee color hex is 0.01, 0.45, 0.00, 0.07. Web safe color of #ec84ee is #ff99ff. Color #ec84ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10000100 | 11101110 |
Octal | 354 | 204 | 356 |
Decimal | 236 | 132 | 238 |
Hex | EC | 84 | EE |
Shades of #ec84ee
Tints of #ec84ee
RGB Percentages of Color #ec84ee
CMYK Percentages of Color #ec84ee
Complementary Color
#ec84ee | #86ee84 |
#ec84ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec84ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec84ee Color CSS Codes
.mybgcolor {background-color:#ec84ee; } .myforecolor {color:#ec84ee; } .mybordercolor {border:3px solid #ec84ee; }
#ec84ee Text Font Color
<p style="color:#ec84ee">Text here</p>
This sample text font color is #ec84ee
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.
#ec84ee Background Color
<div style="background-color:#ec84ee">
Div content here</div>
This div background color is #ec84ee
#ec84ee Border Color
<div style="border:3px solid #ec84ee">
Div here</div>
This div border color is #ec84ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,132,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec84ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec84ee; -webkit-box-shadow: 1px 1px 3px 2px #ec84ee; box-shadow: 1px 1px 3px 2px #ec84ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,132,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec84ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec84ee; -webkit-box-shadow: 1px 1px 3px 2px #ec84ee; box-shadow: 1px 1px 3px 2px #ec84ee;">
Div content here</div>
This div box has shadow with color #ec84ee
Comments
No comments written yet.
Please login to write comment.