Color spaces of #ee257b
RGB | 238 | 37 | 123 |
---|---|---|---|
HSL | 0.93 | 0.86 | 0.54 |
HSV | 334° | 84° | 93° |
CMYK | 0.00 | 0.84 | 0.48 0.07 |
XYZ | 39.4966 | 20.9303 | 20.6971 |
Yxy | 20.9303 | 0.4869 | 0.2580 |
Hunter Lab | 45.7496 | 74.0408 | 5.2020 |
CIE-Lab | 52.8731 | 76.2490 | 3.7515 |
#ee257b color RGB value is (238,37,123).
#ee257b hex color red value is 238, green value is 37 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ee257b hue: 0.93 , saturation: 0.86 and the lightness value of ee257b is 0.54.
The process color (four color CMYK) of #ee257b color hex is 0.00, 0.84, 0.48, 0.07. Web safe color of #ee257b is #ff3366. Color #ee257b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 00100101 | 01111011 |
Octal | 356 | 45 | 173 |
Decimal | 238 | 37 | 123 |
Hex | EE | 25 | 7B |
Shades of #ee257b
Tints of #ee257b
RGB Percentages of Color #ee257b
CMYK Percentages of Color #ee257b
Complementary Color
#ee257b | #25ee98 |
#ee257b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee257b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee257b Color CSS Codes
.mybgcolor {background-color:#ee257b; } .myforecolor {color:#ee257b; } .mybordercolor {border:3px solid #ee257b; }
#ee257b Text Font Color
<p style="color:#ee257b">Text here</p>
This sample text font color is #ee257b
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.
#ee257b Background Color
<div style="background-color:#ee257b">
Div content here</div>
This div background color is #ee257b
#ee257b Border Color
<div style="border:3px solid #ee257b">
Div here</div>
This div border color is #ee257b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,37,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee257b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee257b; -webkit-box-shadow: 1px 1px 3px 2px #ee257b; box-shadow: 1px 1px 3px 2px #ee257b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,37,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 #ee257b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee257b; -webkit-box-shadow: 1px 1px 3px 2px #ee257b; box-shadow: 1px 1px 3px 2px #ee257b;">
Div content here</div>
This div box has shadow with color #ee257b
Comments
No comments written yet.
Please login to write comment.