Color spaces of #ef23b5
RGB | 239 | 35 | 181 |
---|---|---|---|
HSL | 0.88 | 0.86 | 0.54 |
HSV | 317° | 85° | 94° |
CMYK | 0.00 | 0.85 | 0.24 0.06 |
XYZ | 44.5381 | 22.8890 | 45.7867 |
Yxy | 22.8890 | 0.3934 | 0.2022 |
Hunter Lab | 47.8424 | 82.4472 | -23.2526 |
CIE-Lab | 54.9578 | 82.5073 | -27.4973 |
#ef23b5 color RGB value is (239,35,181).
#ef23b5 hex color red value is 239, green value is 35 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ef23b5 hue: 0.88 , saturation: 0.86 and the lightness value of ef23b5 is 0.54.
The process color (four color CMYK) of #ef23b5 color hex is 0.00, 0.85, 0.24, 0.06. Web safe color of #ef23b5 is #ff33cc. Color #ef23b5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 00100011 | 10110101 |
Octal | 357 | 43 | 265 |
Decimal | 239 | 35 | 181 |
Hex | EF | 23 | B5 |
Shades of #ef23b5
Tints of #ef23b5
RGB Percentages of Color #ef23b5
CMYK Percentages of Color #ef23b5
Complementary Color
#ef23b5 | #23ef5d |
#ef23b5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef23b5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef23b5 Color CSS Codes
.mybgcolor {background-color:#ef23b5; } .myforecolor {color:#ef23b5; } .mybordercolor {border:3px solid #ef23b5; }
#ef23b5 Text Font Color
<p style="color:#ef23b5">Text here</p>
This sample text font color is #ef23b5
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.
#ef23b5 Background Color
<div style="background-color:#ef23b5">
Div content here</div>
This div background color is #ef23b5
#ef23b5 Border Color
<div style="border:3px solid #ef23b5">
Div here</div>
This div border color is #ef23b5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,35,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef23b5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef23b5; -webkit-box-shadow: 1px 1px 3px 2px #ef23b5; box-shadow: 1px 1px 3px 2px #ef23b5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,35,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef23b5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef23b5; -webkit-box-shadow: 1px 1px 3px 2px #ef23b5; box-shadow: 1px 1px 3px 2px #ef23b5;">
Div content here</div>
This div box has shadow with color #ef23b5
Comments
No comments written yet.
Please login to write comment.