Color spaces of #e29bcf
RGB | 226 | 155 | 207 |
---|---|---|---|
HSL | 0.88 | 0.55 | 0.75 |
HSV | 316° | 31° | 89° |
CMYK | 0.00 | 0.31 | 0.08 0.11 |
XYZ | 54.3479 | 44.1164 | 64.6824 |
Yxy | 44.1164 | 0.3331 | 0.2704 |
Hunter Lab | 66.4202 | 29.8212 | -11.2446 |
CIE-Lab | 72.3062 | 34.3729 | -15.8753 |
#e29bcf color RGB value is (226,155,207).
#e29bcf hex color red value is 226, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e29bcf hue: 0.88 , saturation: 0.55 and the lightness value of e29bcf is 0.75.
The process color (four color CMYK) of #e29bcf color hex is 0.00, 0.31, 0.08, 0.11. Web safe color of #e29bcf is #cc99cc. Color #e29bcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10011011 | 11001111 |
Octal | 342 | 233 | 317 |
Decimal | 226 | 155 | 207 |
Hex | E2 | 9B | CF |
Shades of #e29bcf
Tints of #e29bcf
RGB Percentages of Color #e29bcf
CMYK Percentages of Color #e29bcf
Complementary Color
#e29bcf | #9be2ae |
#e29bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e29bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e29bcf Color CSS Codes
.mybgcolor {background-color:#e29bcf; } .myforecolor {color:#e29bcf; } .mybordercolor {border:3px solid #e29bcf; }
#e29bcf Text Font Color
<p style="color:#e29bcf">Text here</p>
This sample text font color is #e29bcf
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.
#e29bcf Background Color
<div style="background-color:#e29bcf">
Div content here</div>
This div background color is #e29bcf
#e29bcf Border Color
<div style="border:3px solid #e29bcf">
Div here</div>
This div border color is #e29bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,155,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e29bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e29bcf; -webkit-box-shadow: 1px 1px 3px 2px #e29bcf; box-shadow: 1px 1px 3px 2px #e29bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,155,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e29bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e29bcf; -webkit-box-shadow: 1px 1px 3px 2px #e29bcf; box-shadow: 1px 1px 3px 2px #e29bcf;">
Div content here</div>
This div box has shadow with color #e29bcf
Comments
No comments written yet.
Please login to write comment.