Color spaces of #ecb7ed
RGB | 236 | 183 | 237 |
---|---|---|---|
HSL | 0.83 | 0.60 | 0.82 |
HSV | 299° | 23° | 93° |
CMYK | 0.00 | 0.23 | 0.00 0.07 |
XYZ | 66.8116 | 57.8143 | 87.7587 |
Yxy | 57.8143 | 0.3146 | 0.2722 |
Hunter Lab | 76.0357 | 23.7831 | -15.2062 |
CIE-Lab | 80.6354 | 28.0390 | -19.5130 |
#ecb7ed color RGB value is (236,183,237).
#ecb7ed hex color red value is 236, green value is 183 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ecb7ed hue: 0.83 , saturation: 0.60 and the lightness value of ecb7ed is 0.82.
The process color (four color CMYK) of #ecb7ed color hex is 0.00, 0.23, 0.00, 0.07. Web safe color of #ecb7ed is #ffccff. Color #ecb7ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10110111 | 11101101 |
Octal | 354 | 267 | 355 |
Decimal | 236 | 183 | 237 |
Hex | EC | B7 | ED |
Shades of #ecb7ed
Tints of #ecb7ed
RGB Percentages of Color #ecb7ed
CMYK Percentages of Color #ecb7ed
Complementary Color
#ecb7ed | #b8edb7 |
#ecb7ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb7ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb7ed Color CSS Codes
.mybgcolor {background-color:#ecb7ed; } .myforecolor {color:#ecb7ed; } .mybordercolor {border:3px solid #ecb7ed; }
#ecb7ed Text Font Color
<p style="color:#ecb7ed">Text here</p>
This sample text font color is #ecb7ed
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.
#ecb7ed Background Color
<div style="background-color:#ecb7ed">
Div content here</div>
This div background color is #ecb7ed
#ecb7ed Border Color
<div style="border:3px solid #ecb7ed">
Div here</div>
This div border color is #ecb7ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,183,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb7ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb7ed; -webkit-box-shadow: 1px 1px 3px 2px #ecb7ed; box-shadow: 1px 1px 3px 2px #ecb7ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,183,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecb7ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb7ed; -webkit-box-shadow: 1px 1px 3px 2px #ecb7ed; box-shadow: 1px 1px 3px 2px #ecb7ed;">
Div content here</div>
This div box has shadow with color #ecb7ed
Comments
No comments written yet.
Please login to write comment.