Color spaces of #ef73db
RGB | 239 | 115 | 219 |
---|---|---|---|
HSL | 0.86 | 0.79 | 0.69 |
HSV | 310° | 52° | 94° |
CMYK | 0.00 | 0.52 | 0.08 0.06 |
XYZ | 54.5135 | 35.7267 | 71.0406 |
Yxy | 35.7267 | 0.3380 | 0.2215 |
Hunter Lab | 59.7718 | 58.1961 | -28.6277 |
CIE-Lab | 66.3106 | 60.6373 | -31.5503 |
#ef73db color RGB value is (239,115,219).
#ef73db hex color red value is 239, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ef73db hue: 0.86 , saturation: 0.79 and the lightness value of ef73db is 0.69.
The process color (four color CMYK) of #ef73db color hex is 0.00, 0.52, 0.08, 0.06. Web safe color of #ef73db is #ff66cc. Color #ef73db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01110011 | 11011011 |
Octal | 357 | 163 | 333 |
Decimal | 239 | 115 | 219 |
Hex | EF | 73 | DB |
Shades of #ef73db
Tints of #ef73db
RGB Percentages of Color #ef73db
CMYK Percentages of Color #ef73db
Complementary Color
#ef73db | #73ef87 |
#ef73db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef73db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef73db Color CSS Codes
.mybgcolor {background-color:#ef73db; } .myforecolor {color:#ef73db; } .mybordercolor {border:3px solid #ef73db; }
#ef73db Text Font Color
<p style="color:#ef73db">Text here</p>
This sample text font color is #ef73db
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.
#ef73db Background Color
<div style="background-color:#ef73db">
Div content here</div>
This div background color is #ef73db
#ef73db Border Color
<div style="border:3px solid #ef73db">
Div here</div>
This div border color is #ef73db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,115,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef73db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef73db; -webkit-box-shadow: 1px 1px 3px 2px #ef73db; box-shadow: 1px 1px 3px 2px #ef73db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,115,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef73db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef73db; -webkit-box-shadow: 1px 1px 3px 2px #ef73db; box-shadow: 1px 1px 3px 2px #ef73db;">
Div content here</div>
This div box has shadow with color #ef73db
Comments
No comments written yet.
Please login to write comment.