Color spaces of #e345af
RGB | 227 | 69 | 175 |
---|---|---|---|
HSL | 0.89 | 0.74 | 0.58 |
HSV | 320° | 70° | 89° |
CMYK | 0.00 | 0.70 | 0.23 0.11 |
XYZ | 41.5445 | 23.6823 | 42.9389 |
Yxy | 23.6823 | 0.3841 | 0.2189 |
Hunter Lab | 48.6645 | 67.2213 | -18.2492 |
CIE-Lab | 55.7683 | 70.1102 | -22.9267 |
#e345af color RGB value is (227,69,175).
#e345af hex color red value is 227, green value is 69 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e345af hue: 0.89 , saturation: 0.74 and the lightness value of e345af is 0.58.
The process color (four color CMYK) of #e345af color hex is 0.00, 0.70, 0.23, 0.11. Web safe color of #e345af is #cc3399. Color #e345af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01000101 | 10101111 |
Octal | 343 | 105 | 257 |
Decimal | 227 | 69 | 175 |
Hex | E3 | 45 | AF |
Shades of #e345af
Tints of #e345af
RGB Percentages of Color #e345af
CMYK Percentages of Color #e345af
Complementary Color
#e345af | #45e379 |
#e345af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e345af Color Preview on White Background
Lorem ipsum dolor sit amet.
#e345af Color CSS Codes
.mybgcolor {background-color:#e345af; } .myforecolor {color:#e345af; } .mybordercolor {border:3px solid #e345af; }
#e345af Text Font Color
<p style="color:#e345af">Text here</p>
This sample text font color is #e345af
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.
#e345af Background Color
<div style="background-color:#e345af">
Div content here</div>
This div background color is #e345af
#e345af Border Color
<div style="border:3px solid #e345af">
Div here</div>
This div border color is #e345af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,69,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e345af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e345af; -webkit-box-shadow: 1px 1px 3px 2px #e345af; box-shadow: 1px 1px 3px 2px #e345af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,69,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e345af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e345af; -webkit-box-shadow: 1px 1px 3px 2px #e345af; box-shadow: 1px 1px 3px 2px #e345af;">
Div content here</div>
This div box has shadow with color #e345af
Comments
No comments written yet.
Please login to write comment.