Color spaces of #e178fb
RGB | 225 | 120 | 251 |
---|---|---|---|
HSL | 0.80 | 0.94 | 0.73 |
HSV | 288° | 52° | 98° |
CMYK | 0.10 | 0.52 | 0.00 0.02 |
XYZ | 55.1804 | 36.4055 | 95.3854 |
Yxy | 36.4055 | 0.2951 | 0.1947 |
Hunter Lab | 60.3370 | 57.6552 | -51.4944 |
CIE-Lab | 66.8286 | 60.0917 | -48.5606 |
#e178fb color RGB value is (225,120,251).
#e178fb hex color red value is 225, green value is 120 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e178fb hue: 0.80 , saturation: 0.94 and the lightness value of e178fb is 0.73.
The process color (four color CMYK) of #e178fb color hex is 0.10, 0.52, 0.00, 0.02. Web safe color of #e178fb is #cc66ff. Color #e178fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01111000 | 11111011 |
Octal | 341 | 170 | 373 |
Decimal | 225 | 120 | 251 |
Hex | E1 | 78 | FB |
Shades of #e178fb
Tints of #e178fb
RGB Percentages of Color #e178fb
CMYK Percentages of Color #e178fb
Complementary Color
#e178fb | #92fb78 |
#e178fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e178fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e178fb Color CSS Codes
.mybgcolor {background-color:#e178fb; } .myforecolor {color:#e178fb; } .mybordercolor {border:3px solid #e178fb; }
#e178fb Text Font Color
<p style="color:#e178fb">Text here</p>
This sample text font color is #e178fb
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.
#e178fb Background Color
<div style="background-color:#e178fb">
Div content here</div>
This div background color is #e178fb
#e178fb Border Color
<div style="border:3px solid #e178fb">
Div here</div>
This div border color is #e178fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,120,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e178fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e178fb; -webkit-box-shadow: 1px 1px 3px 2px #e178fb; box-shadow: 1px 1px 3px 2px #e178fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,120,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 #e178fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e178fb; -webkit-box-shadow: 1px 1px 3px 2px #e178fb; box-shadow: 1px 1px 3px 2px #e178fb;">
Div content here</div>
This div box has shadow with color #e178fb
Comments
No comments written yet.
Please login to write comment.