Color spaces of #e275b4
RGB | 226 | 117 | 180 |
---|---|---|---|
HSL | 0.90 | 0.65 | 0.67 |
HSV | 325° | 48° | 89° |
CMYK | 0.00 | 0.48 | 0.20 0.11 |
XYZ | 45.9635 | 32.1866 | 46.9701 |
Yxy | 32.1866 | 0.3674 | 0.2572 |
Hunter Lab | 56.7332 | 45.3320 | -9.3736 |
CIE-Lab | 63.4968 | 49.8009 | -14.0549 |
#e275b4 color RGB value is (226,117,180).
#e275b4 hex color red value is 226, green value is 117 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #e275b4 hue: 0.90 , saturation: 0.65 and the lightness value of e275b4 is 0.67.
The process color (four color CMYK) of #e275b4 color hex is 0.00, 0.48, 0.20, 0.11. Web safe color of #e275b4 is #cc66cc. Color #e275b4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01110101 | 10110100 |
Octal | 342 | 165 | 264 |
Decimal | 226 | 117 | 180 |
Hex | E2 | 75 | B4 |
Shades of #e275b4
Tints of #e275b4
RGB Percentages of Color #e275b4
CMYK Percentages of Color #e275b4
Complementary Color
#e275b4 | #75e2a3 |
#e275b4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e275b4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e275b4 Color CSS Codes
.mybgcolor {background-color:#e275b4; } .myforecolor {color:#e275b4; } .mybordercolor {border:3px solid #e275b4; }
#e275b4 Text Font Color
<p style="color:#e275b4">Text here</p>
This sample text font color is #e275b4
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.
#e275b4 Background Color
<div style="background-color:#e275b4">
Div content here</div>
This div background color is #e275b4
#e275b4 Border Color
<div style="border:3px solid #e275b4">
Div here</div>
This div border color is #e275b4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,117,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e275b4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e275b4; -webkit-box-shadow: 1px 1px 3px 2px #e275b4; box-shadow: 1px 1px 3px 2px #e275b4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,117,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e275b4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e275b4; -webkit-box-shadow: 1px 1px 3px 2px #e275b4; box-shadow: 1px 1px 3px 2px #e275b4;">
Div content here</div>
This div box has shadow with color #e275b4
Comments
No comments written yet.
Please login to write comment.