Color spaces of #e39ddc
RGB | 227 | 157 | 220 |
---|---|---|---|
HSL | 0.85 | 0.56 | 0.75 |
HSV | 306° | 31° | 89° |
CMYK | 0.00 | 0.31 | 0.03 0.11 |
XYZ | 56.6538 | 45.6121 | 73.5282 |
Yxy | 45.6121 | 0.3223 | 0.2595 |
Hunter Lab | 67.5367 | 31.5471 | -17.2742 |
CIE-Lab | 73.2931 | 35.9073 | -21.5130 |
#e39ddc color RGB value is (227,157,220).
#e39ddc hex color red value is 227, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e39ddc hue: 0.85 , saturation: 0.56 and the lightness value of e39ddc is 0.75.
The process color (four color CMYK) of #e39ddc color hex is 0.00, 0.31, 0.03, 0.11. Web safe color of #e39ddc is #cc99cc. Color #e39ddc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10011101 | 11011100 |
Octal | 343 | 235 | 334 |
Decimal | 227 | 157 | 220 |
Hex | E3 | 9D | DC |
Shades of #e39ddc
Tints of #e39ddc
RGB Percentages of Color #e39ddc
CMYK Percentages of Color #e39ddc
Complementary Color
#e39ddc | #9de3a4 |
#e39ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e39ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e39ddc Color CSS Codes
.mybgcolor {background-color:#e39ddc; } .myforecolor {color:#e39ddc; } .mybordercolor {border:3px solid #e39ddc; }
#e39ddc Text Font Color
<p style="color:#e39ddc">Text here</p>
This sample text font color is #e39ddc
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.
#e39ddc Background Color
<div style="background-color:#e39ddc">
Div content here</div>
This div background color is #e39ddc
#e39ddc Border Color
<div style="border:3px solid #e39ddc">
Div here</div>
This div border color is #e39ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,157,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e39ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e39ddc; -webkit-box-shadow: 1px 1px 3px 2px #e39ddc; box-shadow: 1px 1px 3px 2px #e39ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,157,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e39ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e39ddc; -webkit-box-shadow: 1px 1px 3px 2px #e39ddc; box-shadow: 1px 1px 3px 2px #e39ddc;">
Div content here</div>
This div box has shadow with color #e39ddc
Comments
No comments written yet.
Please login to write comment.