Color spaces of #ef167b
RGB | 239 | 22 | 123 |
---|---|---|---|
HSL | 0.92 | 0.87 | 0.51 |
HSV | 332° | 91° | 94° |
CMYK | 0.00 | 0.91 | 0.49 0.06 |
XYZ | 39.4587 | 20.3546 | 20.5880 |
Yxy | 20.3546 | 0.4908 | 0.2532 |
Hunter Lab | 45.1161 | 77.1637 | 4.5252 |
CIE-Lab | 52.2358 | 78.8768 | 2.8551 |
#ef167b color RGB value is (239,22,123).
#ef167b hex color red value is 239, green value is 22 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ef167b hue: 0.92 , saturation: 0.87 and the lightness value of ef167b is 0.51.
The process color (four color CMYK) of #ef167b color hex is 0.00, 0.91, 0.49, 0.06. Web safe color of #ef167b is #ff0066. Color #ef167b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 00010110 | 01111011 |
Octal | 357 | 26 | 173 |
Decimal | 239 | 22 | 123 |
Hex | EF | 16 | 7B |
Shades of #ef167b
Tints of #ef167b
RGB Percentages of Color #ef167b
CMYK Percentages of Color #ef167b
Complementary Color
#ef167b | #16ef8a |
#ef167b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef167b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef167b Color CSS Codes
.mybgcolor {background-color:#ef167b; } .myforecolor {color:#ef167b; } .mybordercolor {border:3px solid #ef167b; }
#ef167b Text Font Color
<p style="color:#ef167b">Text here</p>
This sample text font color is #ef167b
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.
#ef167b Background Color
<div style="background-color:#ef167b">
Div content here</div>
This div background color is #ef167b
#ef167b Border Color
<div style="border:3px solid #ef167b">
Div here</div>
This div border color is #ef167b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,22,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef167b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef167b; -webkit-box-shadow: 1px 1px 3px 2px #ef167b; box-shadow: 1px 1px 3px 2px #ef167b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,22,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef167b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef167b; -webkit-box-shadow: 1px 1px 3px 2px #ef167b; box-shadow: 1px 1px 3px 2px #ef167b;">
Div content here</div>
This div box has shadow with color #ef167b
Comments
No comments written yet.
Please login to write comment.