Color spaces of #ef768b
RGB | 239 | 118 | 139 |
---|---|---|---|
HSL | 0.97 | 0.79 | 0.70 |
HSV | 350° | 51° | 94° |
CMYK | 0.00 | 0.51 | 0.42 0.06 |
XYZ | 46.7352 | 33.1717 | 28.3657 |
Yxy | 33.1717 | 0.4316 | 0.3064 |
Hunter Lab | 57.5949 | 44.0523 | 11.1159 |
CIE-Lab | 64.2997 | 48.5244 | 10.7134 |
#ef768b color RGB value is (239,118,139).
#ef768b hex color red value is 239, green value is 118 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ef768b hue: 0.97 , saturation: 0.79 and the lightness value of ef768b is 0.70.
The process color (four color CMYK) of #ef768b color hex is 0.00, 0.51, 0.42, 0.06. Web safe color of #ef768b is #ff6699. Color #ef768b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01110110 | 10001011 |
Octal | 357 | 166 | 213 |
Decimal | 239 | 118 | 139 |
Hex | EF | 76 | 8B |
Shades of #ef768b
Tints of #ef768b
RGB Percentages of Color #ef768b
CMYK Percentages of Color #ef768b
Complementary Color
#ef768b | #76efda |
#ef768b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef768b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef768b Color CSS Codes
.mybgcolor {background-color:#ef768b; } .myforecolor {color:#ef768b; } .mybordercolor {border:3px solid #ef768b; }
#ef768b Text Font Color
<p style="color:#ef768b">Text here</p>
This sample text font color is #ef768b
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.
#ef768b Background Color
<div style="background-color:#ef768b">
Div content here</div>
This div background color is #ef768b
#ef768b Border Color
<div style="border:3px solid #ef768b">
Div here</div>
This div border color is #ef768b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,118,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef768b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef768b; -webkit-box-shadow: 1px 1px 3px 2px #ef768b; box-shadow: 1px 1px 3px 2px #ef768b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,118,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef768b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef768b; -webkit-box-shadow: 1px 1px 3px 2px #ef768b; box-shadow: 1px 1px 3px 2px #ef768b;">
Div content here</div>
This div box has shadow with color #ef768b
Comments
No comments written yet.
Please login to write comment.