Color spaces of #e379db
RGB | 227 | 121 | 219 |
---|---|---|---|
HSL | 0.85 | 0.65 | 0.68 |
HSV | 305° | 47° | 89° |
CMYK | 0.00 | 0.47 | 0.04 0.11 |
XYZ | 51.3021 | 35.1201 | 71.0928 |
Yxy | 35.1201 | 0.3257 | 0.2230 |
Hunter Lab | 59.2622 | 50.8150 | -29.6426 |
CIE-Lab | 65.8421 | 54.3336 | -32.4006 |
#e379db color RGB value is (227,121,219).
#e379db hex color red value is 227, green value is 121 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e379db hue: 0.85 , saturation: 0.65 and the lightness value of e379db is 0.68.
The process color (four color CMYK) of #e379db color hex is 0.00, 0.47, 0.04, 0.11. Web safe color of #e379db is #cc66cc. Color #e379db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01111001 | 11011011 |
Octal | 343 | 171 | 333 |
Decimal | 227 | 121 | 219 |
Hex | E3 | 79 | DB |
Shades of #e379db
Tints of #e379db
RGB Percentages of Color #e379db
CMYK Percentages of Color #e379db
Complementary Color
#e379db | #79e381 |
#e379db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e379db Color Preview on White Background
Lorem ipsum dolor sit amet.
#e379db Color CSS Codes
.mybgcolor {background-color:#e379db; } .myforecolor {color:#e379db; } .mybordercolor {border:3px solid #e379db; }
#e379db Text Font Color
<p style="color:#e379db">Text here</p>
This sample text font color is #e379db
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.
#e379db Background Color
<div style="background-color:#e379db">
Div content here</div>
This div background color is #e379db
#e379db Border Color
<div style="border:3px solid #e379db">
Div here</div>
This div border color is #e379db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,121,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e379db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e379db; -webkit-box-shadow: 1px 1px 3px 2px #e379db; box-shadow: 1px 1px 3px 2px #e379db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,121,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 #e379db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e379db; -webkit-box-shadow: 1px 1px 3px 2px #e379db; box-shadow: 1px 1px 3px 2px #e379db;">
Div content here</div>
This div box has shadow with color #e379db
Comments
No comments written yet.
Please login to write comment.