Color spaces of #e58afb
RGB | 229 | 138 | 251 |
---|---|---|---|
HSL | 0.80 | 0.93 | 0.76 |
HSV | 288° | 45° | 98° |
CMYK | 0.09 | 0.45 | 0.00 0.02 |
XYZ | 58.8142 | 41.8000 | 96.2351 |
Yxy | 41.8000 | 0.2988 | 0.2123 |
Hunter Lab | 64.6529 | 49.2373 | -42.9954 |
CIE-Lab | 70.7328 | 52.2253 | -42.3958 |
#e58afb color RGB value is (229,138,251).
#e58afb hex color red value is 229, green value is 138 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e58afb hue: 0.80 , saturation: 0.93 and the lightness value of e58afb is 0.76.
The process color (four color CMYK) of #e58afb color hex is 0.09, 0.45, 0.00, 0.02. Web safe color of #e58afb is #cc99ff. Color #e58afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10001010 | 11111011 |
Octal | 345 | 212 | 373 |
Decimal | 229 | 138 | 251 |
Hex | E5 | 8A | FB |
Shades of #e58afb
Tints of #e58afb
RGB Percentages of Color #e58afb
CMYK Percentages of Color #e58afb
Complementary Color
#e58afb | #a0fb8a |
#e58afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e58afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e58afb Color CSS Codes
.mybgcolor {background-color:#e58afb; } .myforecolor {color:#e58afb; } .mybordercolor {border:3px solid #e58afb; }
#e58afb Text Font Color
<p style="color:#e58afb">Text here</p>
This sample text font color is #e58afb
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.
#e58afb Background Color
<div style="background-color:#e58afb">
Div content here</div>
This div background color is #e58afb
#e58afb Border Color
<div style="border:3px solid #e58afb">
Div here</div>
This div border color is #e58afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,138,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e58afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e58afb; -webkit-box-shadow: 1px 1px 3px 2px #e58afb; box-shadow: 1px 1px 3px 2px #e58afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,138,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 #e58afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e58afb; -webkit-box-shadow: 1px 1px 3px 2px #e58afb; box-shadow: 1px 1px 3px 2px #e58afb;">
Div content here</div>
This div box has shadow with color #e58afb
Comments
No comments written yet.
Please login to write comment.