Color spaces of #ea5ffd
RGB | 234 | 95 | 253 |
---|---|---|---|
HSL | 0.81 | 0.98 | 0.68 |
HSV | 293° | 62° | 99° |
CMYK | 0.08 | 0.62 | 0.00 0.01 |
XYZ | 55.7535 | 32.7687 | 96.3150 |
Yxy | 32.7687 | 0.3016 | 0.1773 |
Hunter Lab | 57.2440 | 73.6755 | -59.6868 |
CIE-Lab | 63.9732 | 73.8385 | -54.1034 |
#ea5ffd color RGB value is (234,95,253).
#ea5ffd hex color red value is 234, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ea5ffd hue: 0.81 , saturation: 0.98 and the lightness value of ea5ffd is 0.68.
The process color (four color CMYK) of #ea5ffd color hex is 0.08, 0.62, 0.00, 0.01. Web safe color of #ea5ffd is #ff66ff. Color #ea5ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01011111 | 11111101 |
Octal | 352 | 137 | 375 |
Decimal | 234 | 95 | 253 |
Hex | EA | 5F | FD |
Shades of #ea5ffd
Tints of #ea5ffd
RGB Percentages of Color #ea5ffd
CMYK Percentages of Color #ea5ffd
Complementary Color
#ea5ffd | #72fd5f |
#ea5ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea5ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea5ffd Color CSS Codes
.mybgcolor {background-color:#ea5ffd; } .myforecolor {color:#ea5ffd; } .mybordercolor {border:3px solid #ea5ffd; }
#ea5ffd Text Font Color
<p style="color:#ea5ffd">Text here</p>
This sample text font color is #ea5ffd
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.
#ea5ffd Background Color
<div style="background-color:#ea5ffd">
Div content here</div>
This div background color is #ea5ffd
#ea5ffd Border Color
<div style="border:3px solid #ea5ffd">
Div here</div>
This div border color is #ea5ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,95,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea5ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea5ffd; -webkit-box-shadow: 1px 1px 3px 2px #ea5ffd; box-shadow: 1px 1px 3px 2px #ea5ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,95,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea5ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea5ffd; -webkit-box-shadow: 1px 1px 3px 2px #ea5ffd; box-shadow: 1px 1px 3px 2px #ea5ffd;">
Div content here</div>
This div box has shadow with color #ea5ffd
Comments
No comments written yet.
Please login to write comment.