Color spaces of #e467ba
RGB | 228 | 103 | 186 |
---|---|---|---|
HSL | 0.89 | 0.70 | 0.65 |
HSV | 320° | 55° | 89° |
CMYK | 0.00 | 0.55 | 0.18 0.11 |
XYZ | 45.7081 | 29.7396 | 49.7856 |
Yxy | 29.7396 | 0.3650 | 0.2375 |
Hunter Lab | 54.5340 | 54.1766 | -15.9536 |
CIE-Lab | 61.4289 | 57.9861 | -20.5813 |
#e467ba color RGB value is (228,103,186).
#e467ba hex color red value is 228, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e467ba hue: 0.89 , saturation: 0.70 and the lightness value of e467ba is 0.65.
The process color (four color CMYK) of #e467ba color hex is 0.00, 0.55, 0.18, 0.11. Web safe color of #e467ba is #cc66cc. Color #e467ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01100111 | 10111010 |
Octal | 344 | 147 | 272 |
Decimal | 228 | 103 | 186 |
Hex | E4 | 67 | BA |
Shades of #e467ba
Tints of #e467ba
RGB Percentages of Color #e467ba
CMYK Percentages of Color #e467ba
Complementary Color
#e467ba | #67e491 |
#e467ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e467ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e467ba Color CSS Codes
.mybgcolor {background-color:#e467ba; } .myforecolor {color:#e467ba; } .mybordercolor {border:3px solid #e467ba; }
#e467ba Text Font Color
<p style="color:#e467ba">Text here</p>
This sample text font color is #e467ba
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.
#e467ba Background Color
<div style="background-color:#e467ba">
Div content here</div>
This div background color is #e467ba
#e467ba Border Color
<div style="border:3px solid #e467ba">
Div here</div>
This div border color is #e467ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,103,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e467ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e467ba; -webkit-box-shadow: 1px 1px 3px 2px #e467ba; box-shadow: 1px 1px 3px 2px #e467ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,103,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e467ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e467ba; -webkit-box-shadow: 1px 1px 3px 2px #e467ba; box-shadow: 1px 1px 3px 2px #e467ba;">
Div content here</div>
This div box has shadow with color #e467ba
Comments
No comments written yet.
Please login to write comment.