Color spaces of #e194dc
RGB | 225 | 148 | 220 |
---|---|---|---|
HSL | 0.84 | 0.56 | 0.73 |
HSV | 304° | 34° | 88° |
CMYK | 0.00 | 0.34 | 0.02 0.12 |
XYZ | 54.5595 | 42.3547 | 73.0098 |
Yxy | 42.3547 | 0.3211 | 0.2493 |
Hunter Lab | 65.0805 | 35.7526 | -20.9575 |
CIE-Lab | 71.1148 | 40.0464 | -24.8554 |
#e194dc color RGB value is (225,148,220).
#e194dc hex color red value is 225, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e194dc hue: 0.84 , saturation: 0.56 and the lightness value of e194dc is 0.73.
The process color (four color CMYK) of #e194dc color hex is 0.00, 0.34, 0.02, 0.12. Web safe color of #e194dc is #cc99cc. Color #e194dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10010100 | 11011100 |
Octal | 341 | 224 | 334 |
Decimal | 225 | 148 | 220 |
Hex | E1 | 94 | DC |
Shades of #e194dc
Tints of #e194dc
RGB Percentages of Color #e194dc
CMYK Percentages of Color #e194dc
Complementary Color
#e194dc | #94e199 |
#e194dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e194dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e194dc Color CSS Codes
.mybgcolor {background-color:#e194dc; } .myforecolor {color:#e194dc; } .mybordercolor {border:3px solid #e194dc; }
#e194dc Text Font Color
<p style="color:#e194dc">Text here</p>
This sample text font color is #e194dc
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.
#e194dc Background Color
<div style="background-color:#e194dc">
Div content here</div>
This div background color is #e194dc
#e194dc Border Color
<div style="border:3px solid #e194dc">
Div here</div>
This div border color is #e194dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,148,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e194dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e194dc; -webkit-box-shadow: 1px 1px 3px 2px #e194dc; box-shadow: 1px 1px 3px 2px #e194dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,148,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 #e194dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e194dc; -webkit-box-shadow: 1px 1px 3px 2px #e194dc; box-shadow: 1px 1px 3px 2px #e194dc;">
Div content here</div>
This div box has shadow with color #e194dc
Comments
No comments written yet.
Please login to write comment.