Color spaces of #e88dfb
RGB | 232 | 141 | 251 |
---|---|---|---|
HSL | 0.80 | 0.93 | 0.77 |
HSV | 290° | 44° | 98° |
CMYK | 0.08 | 0.44 | 0.00 0.02 |
XYZ | 60.2162 | 43.1706 | 96.4258 |
Yxy | 43.1706 | 0.3014 | 0.2161 |
Hunter Lab | 65.7043 | 48.6077 | -41.0193 |
CIE-Lab | 71.6706 | 51.5420 | -40.9056 |
#e88dfb color RGB value is (232,141,251).
#e88dfb hex color red value is 232, green value is 141 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e88dfb hue: 0.80 , saturation: 0.93 and the lightness value of e88dfb is 0.77.
The process color (four color CMYK) of #e88dfb color hex is 0.08, 0.44, 0.00, 0.02. Web safe color of #e88dfb is #ff99ff. Color #e88dfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10001101 | 11111011 |
Octal | 350 | 215 | 373 |
Decimal | 232 | 141 | 251 |
Hex | E8 | 8D | FB |
Shades of #e88dfb
Tints of #e88dfb
RGB Percentages of Color #e88dfb
CMYK Percentages of Color #e88dfb
Complementary Color
#e88dfb | #a0fb8d |
#e88dfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e88dfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e88dfb Color CSS Codes
.mybgcolor {background-color:#e88dfb; } .myforecolor {color:#e88dfb; } .mybordercolor {border:3px solid #e88dfb; }
#e88dfb Text Font Color
<p style="color:#e88dfb">Text here</p>
This sample text font color is #e88dfb
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.
#e88dfb Background Color
<div style="background-color:#e88dfb">
Div content here</div>
This div background color is #e88dfb
#e88dfb Border Color
<div style="border:3px solid #e88dfb">
Div here</div>
This div border color is #e88dfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,141,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e88dfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e88dfb; -webkit-box-shadow: 1px 1px 3px 2px #e88dfb; box-shadow: 1px 1px 3px 2px #e88dfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,141,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 #e88dfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e88dfb; -webkit-box-shadow: 1px 1px 3px 2px #e88dfb; box-shadow: 1px 1px 3px 2px #e88dfb;">
Div content here</div>
This div box has shadow with color #e88dfb
Comments
No comments written yet.
Please login to write comment.