Color spaces of #ebb0db
RGB | 235 | 176 | 219 |
---|---|---|---|
HSL | 0.88 | 0.60 | 0.81 |
HSV | 316° | 25° | 92° |
CMYK | 0.00 | 0.25 | 0.07 0.08 |
XYZ | 62.5725 | 53.8273 | 74.1096 |
Yxy | 53.8273 | 0.3284 | 0.2825 |
Hunter Lab | 73.3671 | 23.8447 | -8.5331 |
CIE-Lab | 78.3609 | 28.2343 | -13.2367 |
#ebb0db color RGB value is (235,176,219).
#ebb0db hex color red value is 235, green value is 176 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ebb0db hue: 0.88 , saturation: 0.60 and the lightness value of ebb0db is 0.81.
The process color (four color CMYK) of #ebb0db color hex is 0.00, 0.25, 0.07, 0.08. Web safe color of #ebb0db is #ff99cc. Color #ebb0db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10110000 | 11011011 |
Octal | 353 | 260 | 333 |
Decimal | 235 | 176 | 219 |
Hex | EB | B0 | DB |
Shades of #ebb0db
Tints of #ebb0db
RGB Percentages of Color #ebb0db
CMYK Percentages of Color #ebb0db
Complementary Color
#ebb0db | #b0ebc0 |
#ebb0db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebb0db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebb0db Color CSS Codes
.mybgcolor {background-color:#ebb0db; } .myforecolor {color:#ebb0db; } .mybordercolor {border:3px solid #ebb0db; }
#ebb0db Text Font Color
<p style="color:#ebb0db">Text here</p>
This sample text font color is #ebb0db
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.
#ebb0db Background Color
<div style="background-color:#ebb0db">
Div content here</div>
This div background color is #ebb0db
#ebb0db Border Color
<div style="border:3px solid #ebb0db">
Div here</div>
This div border color is #ebb0db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,176,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebb0db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebb0db; -webkit-box-shadow: 1px 1px 3px 2px #ebb0db; box-shadow: 1px 1px 3px 2px #ebb0db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,176,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebb0db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebb0db; -webkit-box-shadow: 1px 1px 3px 2px #ebb0db; box-shadow: 1px 1px 3px 2px #ebb0db;">
Div content here</div>
This div box has shadow with color #ebb0db
Comments
No comments written yet.
Please login to write comment.