Color spaces of #eb9eee
RGB | 235 | 158 | 238 |
---|---|---|---|
HSL | 0.83 | 0.70 | 0.78 |
HSV | 298° | 34° | 93° |
CMYK | 0.01 | 0.34 | 0.00 0.07 |
XYZ | 61.9204 | 48.2889 | 86.9461 |
Yxy | 48.2889 | 0.3141 | 0.2449 |
Hunter Lab | 69.4902 | 37.4475 | -25.5404 |
CIE-Lab | 75.0068 | 41.1755 | -28.6413 |
#eb9eee color RGB value is (235,158,238).
#eb9eee hex color red value is 235, green value is 158 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eb9eee hue: 0.83 , saturation: 0.70 and the lightness value of eb9eee is 0.78.
The process color (four color CMYK) of #eb9eee color hex is 0.01, 0.34, 0.00, 0.07. Web safe color of #eb9eee is #ff99ff. Color #eb9eee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10011110 | 11101110 |
Octal | 353 | 236 | 356 |
Decimal | 235 | 158 | 238 |
Hex | EB | 9E | EE |
Shades of #eb9eee
Tints of #eb9eee
RGB Percentages of Color #eb9eee
CMYK Percentages of Color #eb9eee
Complementary Color
#eb9eee | #a1ee9e |
#eb9eee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb9eee Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb9eee Color CSS Codes
.mybgcolor {background-color:#eb9eee; } .myforecolor {color:#eb9eee; } .mybordercolor {border:3px solid #eb9eee; }
#eb9eee Text Font Color
<p style="color:#eb9eee">Text here</p>
This sample text font color is #eb9eee
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.
#eb9eee Background Color
<div style="background-color:#eb9eee">
Div content here</div>
This div background color is #eb9eee
#eb9eee Border Color
<div style="border:3px solid #eb9eee">
Div here</div>
This div border color is #eb9eee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,158,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb9eee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb9eee; -webkit-box-shadow: 1px 1px 3px 2px #eb9eee; box-shadow: 1px 1px 3px 2px #eb9eee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,158,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb9eee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb9eee; -webkit-box-shadow: 1px 1px 3px 2px #eb9eee; box-shadow: 1px 1px 3px 2px #eb9eee;">
Div content here</div>
This div box has shadow with color #eb9eee
Comments
No comments written yet.
Please login to write comment.