Color spaces of #ef459d
RGB | 239 | 69 | 157 |
---|---|---|---|
HSL | 0.91 | 0.84 | 0.60 |
HSV | 329° | 71° | 94° |
CMYK | 0.00 | 0.71 | 0.34 0.06 |
XYZ | 43.8105 | 25.0413 | 34.4227 |
Yxy | 25.0413 | 0.4242 | 0.2425 |
Hunter Lab | 50.0413 | 68.7022 | -5.7559 |
CIE-Lab | 57.1156 | 71.0799 | -10.1849 |
#ef459d color RGB value is (239,69,157).
#ef459d hex color red value is 239, green value is 69 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ef459d hue: 0.91 , saturation: 0.84 and the lightness value of ef459d is 0.60.
The process color (four color CMYK) of #ef459d color hex is 0.00, 0.71, 0.34, 0.06. Web safe color of #ef459d is #ff3399. Color #ef459d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01000101 | 10011101 |
Octal | 357 | 105 | 235 |
Decimal | 239 | 69 | 157 |
Hex | EF | 45 | 9D |
Shades of #ef459d
Tints of #ef459d
RGB Percentages of Color #ef459d
CMYK Percentages of Color #ef459d
Complementary Color
#ef459d | #45ef97 |
#ef459d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef459d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef459d Color CSS Codes
.mybgcolor {background-color:#ef459d; } .myforecolor {color:#ef459d; } .mybordercolor {border:3px solid #ef459d; }
#ef459d Text Font Color
<p style="color:#ef459d">Text here</p>
This sample text font color is #ef459d
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.
#ef459d Background Color
<div style="background-color:#ef459d">
Div content here</div>
This div background color is #ef459d
#ef459d Border Color
<div style="border:3px solid #ef459d">
Div here</div>
This div border color is #ef459d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,69,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef459d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef459d; -webkit-box-shadow: 1px 1px 3px 2px #ef459d; box-shadow: 1px 1px 3px 2px #ef459d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,69,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef459d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef459d; -webkit-box-shadow: 1px 1px 3px 2px #ef459d; box-shadow: 1px 1px 3px 2px #ef459d;">
Div content here</div>
This div box has shadow with color #ef459d
Comments
No comments written yet.
Please login to write comment.