Color spaces of #e29bed
RGB | 226 | 155 | 237 |
---|---|---|---|
HSL | 0.81 | 0.69 | 0.77 |
HSV | 292° | 35° | 93° |
CMYK | 0.05 | 0.35 | 0.00 0.07 |
XYZ | 58.3714 | 45.7259 | 85.8702 |
Yxy | 45.7259 | 0.3073 | 0.2407 |
Hunter Lab | 67.6209 | 35.7473 | -27.9563 |
CIE-Lab | 73.3673 | 39.7976 | -30.6995 |
#e29bed color RGB value is (226,155,237).
#e29bed hex color red value is 226, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e29bed hue: 0.81 , saturation: 0.69 and the lightness value of e29bed is 0.77.
The process color (four color CMYK) of #e29bed color hex is 0.05, 0.35, 0.00, 0.07. Web safe color of #e29bed is #cc99ff. Color #e29bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10011011 | 11101101 |
Octal | 342 | 233 | 355 |
Decimal | 226 | 155 | 237 |
Hex | E2 | 9B | ED |
Shades of #e29bed
Tints of #e29bed
RGB Percentages of Color #e29bed
CMYK Percentages of Color #e29bed
Complementary Color
#e29bed | #a6ed9b |
#e29bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e29bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#e29bed Color CSS Codes
.mybgcolor {background-color:#e29bed; } .myforecolor {color:#e29bed; } .mybordercolor {border:3px solid #e29bed; }
#e29bed Text Font Color
<p style="color:#e29bed">Text here</p>
This sample text font color is #e29bed
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.
#e29bed Background Color
<div style="background-color:#e29bed">
Div content here</div>
This div background color is #e29bed
#e29bed Border Color
<div style="border:3px solid #e29bed">
Div here</div>
This div border color is #e29bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,155,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e29bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e29bed; -webkit-box-shadow: 1px 1px 3px 2px #e29bed; box-shadow: 1px 1px 3px 2px #e29bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,155,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e29bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e29bed; -webkit-box-shadow: 1px 1px 3px 2px #e29bed; box-shadow: 1px 1px 3px 2px #e29bed;">
Div content here</div>
This div box has shadow with color #e29bed
Comments
No comments written yet.
Please login to write comment.