Color spaces of #ea28cf
RGB | 234 | 40 | 207 |
---|---|---|---|
HSL | 0.86 | 0.82 | 0.54 |
HSV | 308° | 83° | 92° |
CMYK | 0.00 | 0.83 | 0.12 0.08 |
XYZ | 45.9530 | 23.5150 | 61.1483 |
Yxy | 23.5150 | 0.3518 | 0.1800 |
Hunter Lab | 48.4923 | 84.2915 | -40.8196 |
CIE-Lab | 55.5989 | 83.8137 | -41.5615 |
#ea28cf color RGB value is (234,40,207).
#ea28cf hex color red value is 234, green value is 40 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ea28cf hue: 0.86 , saturation: 0.82 and the lightness value of ea28cf is 0.54.
The process color (four color CMYK) of #ea28cf color hex is 0.00, 0.83, 0.12, 0.08. Web safe color of #ea28cf is #ff33cc. Color #ea28cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00101000 | 11001111 |
Octal | 352 | 50 | 317 |
Decimal | 234 | 40 | 207 |
Hex | EA | 28 | CF |
Shades of #ea28cf
Tints of #ea28cf
RGB Percentages of Color #ea28cf
CMYK Percentages of Color #ea28cf
Complementary Color
#ea28cf | #28ea43 |
#ea28cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea28cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea28cf Color CSS Codes
.mybgcolor {background-color:#ea28cf; } .myforecolor {color:#ea28cf; } .mybordercolor {border:3px solid #ea28cf; }
#ea28cf Text Font Color
<p style="color:#ea28cf">Text here</p>
This sample text font color is #ea28cf
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.
#ea28cf Background Color
<div style="background-color:#ea28cf">
Div content here</div>
This div background color is #ea28cf
#ea28cf Border Color
<div style="border:3px solid #ea28cf">
Div here</div>
This div border color is #ea28cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,40,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea28cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea28cf; -webkit-box-shadow: 1px 1px 3px 2px #ea28cf; box-shadow: 1px 1px 3px 2px #ea28cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,40,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea28cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea28cf; -webkit-box-shadow: 1px 1px 3px 2px #ea28cf; box-shadow: 1px 1px 3px 2px #ea28cf;">
Div content here</div>
This div box has shadow with color #ea28cf
Comments
No comments written yet.
Please login to write comment.