Color spaces of #e82f66
RGB | 232 | 47 | 102 |
---|---|---|---|
HSL | 0.95 | 0.80 | 0.55 |
HSV | 342° | 80° | 91° |
CMYK | 0.00 | 0.80 | 0.56 0.09 |
XYZ | 36.6935 | 20.1481 | 14.5254 |
Yxy | 20.1481 | 0.5142 | 0.2823 |
Hunter Lab | 44.8866 | 67.3669 | 12.2343 |
CIE-Lab | 52.0042 | 70.9499 | 15.0561 |
#e82f66 color RGB value is (232,47,102).
#e82f66 hex color red value is 232, green value is 47 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e82f66 hue: 0.95 , saturation: 0.80 and the lightness value of e82f66 is 0.55.
The process color (four color CMYK) of #e82f66 color hex is 0.00, 0.80, 0.56, 0.09. Web safe color of #e82f66 is #ff3366. Color #e82f66 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 00101111 | 01100110 |
Octal | 350 | 57 | 146 |
Decimal | 232 | 47 | 102 |
Hex | E8 | 2F | 66 |
Shades of #e82f66
Tints of #e82f66
RGB Percentages of Color #e82f66
CMYK Percentages of Color #e82f66
Complementary Color
#e82f66 | #2fe8b1 |
#e82f66 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e82f66 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e82f66 Color CSS Codes
.mybgcolor {background-color:#e82f66; } .myforecolor {color:#e82f66; } .mybordercolor {border:3px solid #e82f66; }
#e82f66 Text Font Color
<p style="color:#e82f66">Text here</p>
This sample text font color is #e82f66
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.
#e82f66 Background Color
<div style="background-color:#e82f66">
Div content here</div>
This div background color is #e82f66
#e82f66 Border Color
<div style="border:3px solid #e82f66">
Div here</div>
This div border color is #e82f66
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,47,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e82f66; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e82f66; -webkit-box-shadow: 1px 1px 3px 2px #e82f66; box-shadow: 1px 1px 3px 2px #e82f66; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,47,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e82f66">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e82f66; -webkit-box-shadow: 1px 1px 3px 2px #e82f66; box-shadow: 1px 1px 3px 2px #e82f66;">
Div content here</div>
This div box has shadow with color #e82f66
Comments
No comments written yet.
Please login to write comment.