Color spaces of #e7becb
RGB | 231 | 190 | 203 |
---|---|---|---|
HSL | 0.95 | 0.46 | 0.83 |
HSV | 341° | 18° | 91° |
CMYK | 0.00 | 0.18 | 0.12 0.09 |
XYZ | 62.1479 | 58.1276 | 64.4441 |
Yxy | 58.1276 | 0.3364 | 0.3147 |
Hunter Lab | 76.2415 | 12.0810 | 3.2534 |
CIE-Lab | 80.8097 | 16.6932 | -1.0075 |
#e7becb color RGB value is (231,190,203).
#e7becb hex color red value is 231, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e7becb hue: 0.95 , saturation: 0.46 and the lightness value of e7becb is 0.83.
The process color (four color CMYK) of #e7becb color hex is 0.00, 0.18, 0.12, 0.09. Web safe color of #e7becb is #ffcccc. Color #e7becb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10111110 | 11001011 |
Octal | 347 | 276 | 313 |
Decimal | 231 | 190 | 203 |
Hex | E7 | BE | CB |
Shades of #e7becb
Tints of #e7becb
RGB Percentages of Color #e7becb
CMYK Percentages of Color #e7becb
Complementary Color
#e7becb | #bee7da |
#e7becb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7becb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7becb Color CSS Codes
.mybgcolor {background-color:#e7becb; } .myforecolor {color:#e7becb; } .mybordercolor {border:3px solid #e7becb; }
#e7becb Text Font Color
<p style="color:#e7becb">Text here</p>
This sample text font color is #e7becb
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.
#e7becb Background Color
<div style="background-color:#e7becb">
Div content here</div>
This div background color is #e7becb
#e7becb Border Color
<div style="border:3px solid #e7becb">
Div here</div>
This div border color is #e7becb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,190,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7becb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7becb; -webkit-box-shadow: 1px 1px 3px 2px #e7becb; box-shadow: 1px 1px 3px 2px #e7becb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,190,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 #e7becb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7becb; -webkit-box-shadow: 1px 1px 3px 2px #e7becb; box-shadow: 1px 1px 3px 2px #e7becb;">
Div content here</div>
This div box has shadow with color #e7becb
Comments
No comments written yet.
Please login to write comment.