Color spaces of #e177fb
RGB | 225 | 119 | 251 |
---|---|---|---|
HSL | 0.80 | 0.94 | 0.73 |
HSV | 288° | 53° | 98° |
CMYK | 0.10 | 0.53 | 0.00 0.02 |
XYZ | 55.0607 | 36.1662 | 95.3455 |
Yxy | 36.1662 | 0.2951 | 0.1938 |
Hunter Lab | 60.1383 | 58.1867 | -51.9037 |
CIE-Lab | 66.6467 | 60.5738 | -48.8475 |
#e177fb color RGB value is (225,119,251).
#e177fb hex color red value is 225, green value is 119 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e177fb hue: 0.80 , saturation: 0.94 and the lightness value of e177fb is 0.73.
The process color (four color CMYK) of #e177fb color hex is 0.10, 0.53, 0.00, 0.02. Web safe color of #e177fb is #cc66ff. Color #e177fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01110111 | 11111011 |
Octal | 341 | 167 | 373 |
Decimal | 225 | 119 | 251 |
Hex | E1 | 77 | FB |
Shades of #e177fb
Tints of #e177fb
RGB Percentages of Color #e177fb
CMYK Percentages of Color #e177fb
Complementary Color
#e177fb | #91fb77 |
#e177fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e177fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e177fb Color CSS Codes
.mybgcolor {background-color:#e177fb; } .myforecolor {color:#e177fb; } .mybordercolor {border:3px solid #e177fb; }
#e177fb Text Font Color
<p style="color:#e177fb">Text here</p>
This sample text font color is #e177fb
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.
#e177fb Background Color
<div style="background-color:#e177fb">
Div content here</div>
This div background color is #e177fb
#e177fb Border Color
<div style="border:3px solid #e177fb">
Div here</div>
This div border color is #e177fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,119,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e177fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e177fb; -webkit-box-shadow: 1px 1px 3px 2px #e177fb; box-shadow: 1px 1px 3px 2px #e177fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,119,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e177fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e177fb; -webkit-box-shadow: 1px 1px 3px 2px #e177fb; box-shadow: 1px 1px 3px 2px #e177fb;">
Div content here</div>
This div box has shadow with color #e177fb
Comments
No comments written yet.
Please login to write comment.