Color spaces of #e23168
RGB | 226 | 49 | 104 |
---|---|---|---|
HSL | 0.95 | 0.75 | 0.54 |
HSV | 341° | 78° | 89° |
CMYK | 0.00 | 0.78 | 0.54 0.11 |
XYZ | 34.9610 | 19.3649 | 14.9918 |
Yxy | 19.3649 | 0.5044 | 0.2794 |
Hunter Lab | 44.0056 | 64.8027 | 10.6050 |
CIE-Lab | 51.1114 | 68.9758 | 12.4345 |
#e23168 color RGB value is (226,49,104).
#e23168 hex color red value is 226, green value is 49 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #e23168 hue: 0.95 , saturation: 0.75 and the lightness value of e23168 is 0.54.
The process color (four color CMYK) of #e23168 color hex is 0.00, 0.78, 0.54, 0.11. Web safe color of #e23168 is #cc3366. Color #e23168 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00110001 | 01101000 |
Octal | 342 | 61 | 150 |
Decimal | 226 | 49 | 104 |
Hex | E2 | 31 | 68 |
Shades of #e23168
Tints of #e23168
RGB Percentages of Color #e23168
CMYK Percentages of Color #e23168
Complementary Color
#e23168 | #31e2ab |
#e23168 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e23168 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e23168 Color CSS Codes
.mybgcolor {background-color:#e23168; } .myforecolor {color:#e23168; } .mybordercolor {border:3px solid #e23168; }
#e23168 Text Font Color
<p style="color:#e23168">Text here</p>
This sample text font color is #e23168
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.
#e23168 Background Color
<div style="background-color:#e23168">
Div content here</div>
This div background color is #e23168
#e23168 Border Color
<div style="border:3px solid #e23168">
Div here</div>
This div border color is #e23168
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,49,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e23168; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e23168; -webkit-box-shadow: 1px 1px 3px 2px #e23168; box-shadow: 1px 1px 3px 2px #e23168; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,49,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e23168">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e23168; -webkit-box-shadow: 1px 1px 3px 2px #e23168; box-shadow: 1px 1px 3px 2px #e23168;">
Div content here</div>
This div box has shadow with color #e23168
Comments
No comments written yet.
Please login to write comment.