Color spaces of #ecb8cf
RGB | 236 | 184 | 207 |
---|---|---|---|
HSL | 0.93 | 0.58 | 0.82 |
HSV | 333° | 22° | 93° |
CMYK | 0.00 | 0.22 | 0.12 0.07 |
XYZ | 62.9950 | 56.6188 | 66.6398 |
Yxy | 56.6188 | 0.3382 | 0.3040 |
Hunter Lab | 75.2455 | 17.7594 | 0.1627 |
CIE-Lab | 79.9647 | 22.2982 | -4.3502 |
#ecb8cf color RGB value is (236,184,207).
#ecb8cf hex color red value is 236, green value is 184 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ecb8cf hue: 0.93 , saturation: 0.58 and the lightness value of ecb8cf is 0.82.
The process color (four color CMYK) of #ecb8cf color hex is 0.00, 0.22, 0.12, 0.07. Web safe color of #ecb8cf is #ffcccc. Color #ecb8cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111000 | 11001111 |
Octal | 354 | 270 | 317 |
Decimal | 236 | 184 | 207 |
Hex | EC | B8 | CF |
Shades of #ecb8cf
Tints of #ecb8cf
RGB Percentages of Color #ecb8cf
CMYK Percentages of Color #ecb8cf
Complementary Color
#ecb8cf | #b8ecd5 |
#ecb8cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb8cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb8cf Color CSS Codes
.mybgcolor {background-color:#ecb8cf; } .myforecolor {color:#ecb8cf; } .mybordercolor {border:3px solid #ecb8cf; }
#ecb8cf Text Font Color
<p style="color:#ecb8cf">Text here</p>
This sample text font color is #ecb8cf
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.
#ecb8cf Background Color
<div style="background-color:#ecb8cf">
Div content here</div>
This div background color is #ecb8cf
#ecb8cf Border Color
<div style="border:3px solid #ecb8cf">
Div here</div>
This div border color is #ecb8cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,184,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb8cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb8cf; -webkit-box-shadow: 1px 1px 3px 2px #ecb8cf; box-shadow: 1px 1px 3px 2px #ecb8cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,184,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecb8cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb8cf; -webkit-box-shadow: 1px 1px 3px 2px #ecb8cf; box-shadow: 1px 1px 3px 2px #ecb8cf;">
Div content here</div>
This div box has shadow with color #ecb8cf
#ecb8cf Color Palettes
Comments
No comments written yet.
Please login to write comment.