Color spaces of #e06afb
RGB | 224 | 106 | 251 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.70 |
HSV | 289° | 58° | 98° |
CMYK | 0.11 | 0.58 | 0.00 0.02 |
XYZ | 53.3071 | 33.1204 | 94.8501 |
Yxy | 33.1204 | 0.2941 | 0.1827 |
Hunter Lab | 57.5503 | 64.6260 | -57.4321 |
CIE-Lab | 64.2583 | 66.3961 | -52.6336 |
#e06afb color RGB value is (224,106,251).
#e06afb hex color red value is 224, green value is 106 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e06afb hue: 0.80 , saturation: 0.95 and the lightness value of e06afb is 0.70.
The process color (four color CMYK) of #e06afb color hex is 0.11, 0.58, 0.00, 0.02. Web safe color of #e06afb is #cc66ff. Color #e06afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01101010 | 11111011 |
Octal | 340 | 152 | 373 |
Decimal | 224 | 106 | 251 |
Hex | E0 | 6A | FB |
Shades of #e06afb
Tints of #e06afb
RGB Percentages of Color #e06afb
CMYK Percentages of Color #e06afb
Complementary Color
#e06afb | #85fb6a |
#e06afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e06afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e06afb Color CSS Codes
.mybgcolor {background-color:#e06afb; } .myforecolor {color:#e06afb; } .mybordercolor {border:3px solid #e06afb; }
#e06afb Text Font Color
<p style="color:#e06afb">Text here</p>
This sample text font color is #e06afb
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.
#e06afb Background Color
<div style="background-color:#e06afb">
Div content here</div>
This div background color is #e06afb
#e06afb Border Color
<div style="border:3px solid #e06afb">
Div here</div>
This div border color is #e06afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,106,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e06afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e06afb; -webkit-box-shadow: 1px 1px 3px 2px #e06afb; box-shadow: 1px 1px 3px 2px #e06afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,106,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 #e06afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e06afb; -webkit-box-shadow: 1px 1px 3px 2px #e06afb; box-shadow: 1px 1px 3px 2px #e06afb;">
Div content here</div>
This div box has shadow with color #e06afb
Comments
No comments written yet.
Please login to write comment.