Color spaces of #ea5cfb
RGB | 234 | 92 | 251 |
---|---|---|---|
HSL | 0.82 | 0.95 | 0.67 |
HSV | 294° | 63° | 98° |
CMYK | 0.07 | 0.63 | 0.00 0.02 |
XYZ | 55.1714 | 32.1118 | 94.5571 |
Yxy | 32.1118 | 0.3034 | 0.1766 |
Hunter Lab | 56.6673 | 74.6203 | -59.2664 |
CIE-Lab | 63.4352 | 74.6958 | -53.8558 |
#ea5cfb color RGB value is (234,92,251).
#ea5cfb hex color red value is 234, green value is 92 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ea5cfb hue: 0.82 , saturation: 0.95 and the lightness value of ea5cfb is 0.67.
The process color (four color CMYK) of #ea5cfb color hex is 0.07, 0.63, 0.00, 0.02. Web safe color of #ea5cfb is #ff66ff. Color #ea5cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01011100 | 11111011 |
Octal | 352 | 134 | 373 |
Decimal | 234 | 92 | 251 |
Hex | EA | 5C | FB |
Shades of #ea5cfb
Tints of #ea5cfb
RGB Percentages of Color #ea5cfb
CMYK Percentages of Color #ea5cfb
Complementary Color
#ea5cfb | #6dfb5c |
#ea5cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea5cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea5cfb Color CSS Codes
.mybgcolor {background-color:#ea5cfb; } .myforecolor {color:#ea5cfb; } .mybordercolor {border:3px solid #ea5cfb; }
#ea5cfb Text Font Color
<p style="color:#ea5cfb">Text here</p>
This sample text font color is #ea5cfb
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.
#ea5cfb Background Color
<div style="background-color:#ea5cfb">
Div content here</div>
This div background color is #ea5cfb
#ea5cfb Border Color
<div style="border:3px solid #ea5cfb">
Div here</div>
This div border color is #ea5cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,92,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea5cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea5cfb; -webkit-box-shadow: 1px 1px 3px 2px #ea5cfb; box-shadow: 1px 1px 3px 2px #ea5cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,92,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 #ea5cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea5cfb; -webkit-box-shadow: 1px 1px 3px 2px #ea5cfb; box-shadow: 1px 1px 3px 2px #ea5cfb;">
Div content here</div>
This div box has shadow with color #ea5cfb
Comments
No comments written yet.
Please login to write comment.