Color spaces of #e0cbcb
RGB | 224 | 203 | 203 |
---|---|---|---|
HSL | 0.00 | 0.25 | 0.84 |
HSV | 0° | 9° | 88° |
CMYK | 0.00 | 0.09 | 0.09 0.12 |
XYZ | 62.8759 | 62.8710 | 65.3213 |
Yxy | 62.8710 | 0.3291 | 0.3291 |
Hunter Lab | 79.2912 | 2.7862 | 6.6599 |
CIE-Lab | 83.3745 | 7.3261 | 2.6561 |
#e0cbcb color RGB value is (224,203,203).
#e0cbcb hex color red value is 224, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e0cbcb hue: 0.00 , saturation: 0.25 and the lightness value of e0cbcb is 0.84.
The process color (four color CMYK) of #e0cbcb color hex is 0.00, 0.09, 0.09, 0.12. Web safe color of #e0cbcb is #cccccc. Color #e0cbcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11001011 | 11001011 |
Octal | 340 | 313 | 313 |
Decimal | 224 | 203 | 203 |
Hex | E0 | CB | CB |
Shades of #e0cbcb
Tints of #e0cbcb
RGB Percentages of Color #e0cbcb
CMYK Percentages of Color #e0cbcb
Complementary Color
#e0cbcb | #cbe0e0 |
#e0cbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0cbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0cbcb Color CSS Codes
.mybgcolor {background-color:#e0cbcb; } .myforecolor {color:#e0cbcb; } .mybordercolor {border:3px solid #e0cbcb; }
#e0cbcb Text Font Color
<p style="color:#e0cbcb">Text here</p>
This sample text font color is #e0cbcb
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.
#e0cbcb Background Color
<div style="background-color:#e0cbcb">
Div content here</div>
This div background color is #e0cbcb
#e0cbcb Border Color
<div style="border:3px solid #e0cbcb">
Div here</div>
This div border color is #e0cbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,203,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0cbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0cbcb; -webkit-box-shadow: 1px 1px 3px 2px #e0cbcb; box-shadow: 1px 1px 3px 2px #e0cbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,203,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0cbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0cbcb; -webkit-box-shadow: 1px 1px 3px 2px #e0cbcb; box-shadow: 1px 1px 3px 2px #e0cbcb;">
Div content here</div>
This div box has shadow with color #e0cbcb
Comments
No comments written yet.
Please login to write comment.