Color spaces of #e062bf
RGB | 224 | 98 | 191 |
---|---|---|---|
HSL | 0.88 | 0.67 | 0.63 |
HSV | 316° | 56° | 88° |
CMYK | 0.00 | 0.56 | 0.15 0.12 |
XYZ | 44.5121 | 28.3442 | 52.4152 |
Yxy | 28.3442 | 0.3553 | 0.2263 |
Hunter Lab | 53.2393 | 56.0709 | -21.1048 |
CIE-Lab | 60.1984 | 59.8428 | -25.3691 |
#e062bf color RGB value is (224,98,191).
#e062bf hex color red value is 224, green value is 98 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e062bf hue: 0.88 , saturation: 0.67 and the lightness value of e062bf is 0.63.
The process color (four color CMYK) of #e062bf color hex is 0.00, 0.56, 0.15, 0.12. Web safe color of #e062bf is #cc66cc. Color #e062bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01100010 | 10111111 |
Octal | 340 | 142 | 277 |
Decimal | 224 | 98 | 191 |
Hex | E0 | 62 | BF |
Shades of #e062bf
Tints of #e062bf
RGB Percentages of Color #e062bf
CMYK Percentages of Color #e062bf
Complementary Color
#e062bf | #62e083 |
#e062bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e062bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e062bf Color CSS Codes
.mybgcolor {background-color:#e062bf; } .myforecolor {color:#e062bf; } .mybordercolor {border:3px solid #e062bf; }
#e062bf Text Font Color
<p style="color:#e062bf">Text here</p>
This sample text font color is #e062bf
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.
#e062bf Background Color
<div style="background-color:#e062bf">
Div content here</div>
This div background color is #e062bf
#e062bf Border Color
<div style="border:3px solid #e062bf">
Div here</div>
This div border color is #e062bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,98,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e062bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e062bf; -webkit-box-shadow: 1px 1px 3px 2px #e062bf; box-shadow: 1px 1px 3px 2px #e062bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,98,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e062bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e062bf; -webkit-box-shadow: 1px 1px 3px 2px #e062bf; box-shadow: 1px 1px 3px 2px #e062bf;">
Div content here</div>
This div box has shadow with color #e062bf
Comments
No comments written yet.
Please login to write comment.