Color spaces of #ec8ceb
RGB | 236 | 140 | 235 |
---|---|---|---|
HSL | 0.84 | 0.72 | 0.74 |
HSV | 301° | 41° | 93° |
CMYK | 0.00 | 0.41 | 0.00 0.07 |
XYZ | 58.9656 | 42.5872 | 83.7096 |
Yxy | 42.5872 | 0.3183 | 0.2299 |
Hunter Lab | 65.2589 | 47.0832 | -30.3719 |
CIE-Lab | 71.2739 | 50.2583 | -32.7459 |
#ec8ceb color RGB value is (236,140,235).
#ec8ceb hex color red value is 236, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ec8ceb hue: 0.84 , saturation: 0.72 and the lightness value of ec8ceb is 0.74.
The process color (four color CMYK) of #ec8ceb color hex is 0.00, 0.41, 0.00, 0.07. Web safe color of #ec8ceb is #ff99ff. Color #ec8ceb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10001100 | 11101011 |
Octal | 354 | 214 | 353 |
Decimal | 236 | 140 | 235 |
Hex | EC | 8C | EB |
Shades of #ec8ceb
Tints of #ec8ceb
RGB Percentages of Color #ec8ceb
CMYK Percentages of Color #ec8ceb
Complementary Color
#ec8ceb | #8cec8d |
#ec8ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec8ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec8ceb Color CSS Codes
.mybgcolor {background-color:#ec8ceb; } .myforecolor {color:#ec8ceb; } .mybordercolor {border:3px solid #ec8ceb; }
#ec8ceb Text Font Color
<p style="color:#ec8ceb">Text here</p>
This sample text font color is #ec8ceb
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.
#ec8ceb Background Color
<div style="background-color:#ec8ceb">
Div content here</div>
This div background color is #ec8ceb
#ec8ceb Border Color
<div style="border:3px solid #ec8ceb">
Div here</div>
This div border color is #ec8ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,140,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec8ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec8ceb; -webkit-box-shadow: 1px 1px 3px 2px #ec8ceb; box-shadow: 1px 1px 3px 2px #ec8ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,140,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec8ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec8ceb; -webkit-box-shadow: 1px 1px 3px 2px #ec8ceb; box-shadow: 1px 1px 3px 2px #ec8ceb;">
Div content here</div>
This div box has shadow with color #ec8ceb
Comments
No comments written yet.
Please login to write comment.