Color spaces of #e169fb
RGB | 225 | 105 | 251 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.70 |
HSV | 289° | 58° | 98° |
CMYK | 0.10 | 0.58 | 0.00 0.02 |
XYZ | 53.5155 | 33.0757 | 94.8305 |
Yxy | 33.0757 | 0.2950 | 0.1823 |
Hunter Lab | 57.5115 | 65.4525 | -57.5051 |
CIE-Lab | 64.2222 | 67.0884 | -52.6827 |
#e169fb color RGB value is (225,105,251).
#e169fb hex color red value is 225, green value is 105 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e169fb hue: 0.80 , saturation: 0.95 and the lightness value of e169fb is 0.70.
The process color (four color CMYK) of #e169fb color hex is 0.10, 0.58, 0.00, 0.02. Web safe color of #e169fb is #cc66ff. Color #e169fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01101001 | 11111011 |
Octal | 341 | 151 | 373 |
Decimal | 225 | 105 | 251 |
Hex | E1 | 69 | FB |
Shades of #e169fb
Tints of #e169fb
RGB Percentages of Color #e169fb
CMYK Percentages of Color #e169fb
Complementary Color
#e169fb | #83fb69 |
#e169fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e169fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e169fb Color CSS Codes
.mybgcolor {background-color:#e169fb; } .myforecolor {color:#e169fb; } .mybordercolor {border:3px solid #e169fb; }
#e169fb Text Font Color
<p style="color:#e169fb">Text here</p>
This sample text font color is #e169fb
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.
#e169fb Background Color
<div style="background-color:#e169fb">
Div content here</div>
This div background color is #e169fb
#e169fb Border Color
<div style="border:3px solid #e169fb">
Div here</div>
This div border color is #e169fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,105,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e169fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e169fb; -webkit-box-shadow: 1px 1px 3px 2px #e169fb; box-shadow: 1px 1px 3px 2px #e169fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,105,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 #e169fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e169fb; -webkit-box-shadow: 1px 1px 3px 2px #e169fb; box-shadow: 1px 1px 3px 2px #e169fb;">
Div content here</div>
This div box has shadow with color #e169fb
Comments
No comments written yet.
Please login to write comment.