Color spaces of #ea8fbf
RGB | 234 | 143 | 191 |
---|---|---|---|
HSL | 0.91 | 0.68 | 0.74 |
HSV | 328° | 39° | 92° |
CMYK | 0.00 | 0.39 | 0.18 0.08 |
XYZ | 53.1581 | 40.8989 | 54.3828 |
Yxy | 40.8989 | 0.3581 | 0.2755 |
Hunter Lab | 63.9522 | 36.4555 | -5.6516 |
CIE-Lab | 70.1050 | 40.8100 | -10.2261 |
#ea8fbf color RGB value is (234,143,191).
#ea8fbf hex color red value is 234, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea8fbf hue: 0.91 , saturation: 0.68 and the lightness value of ea8fbf is 0.74.
The process color (four color CMYK) of #ea8fbf color hex is 0.00, 0.39, 0.18, 0.08. Web safe color of #ea8fbf is #ff99cc. Color #ea8fbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10001111 | 10111111 |
Octal | 352 | 217 | 277 |
Decimal | 234 | 143 | 191 |
Hex | EA | 8F | BF |
Shades of #ea8fbf
Tints of #ea8fbf
RGB Percentages of Color #ea8fbf
CMYK Percentages of Color #ea8fbf
Complementary Color
#ea8fbf | #8feaba |
#ea8fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea8fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea8fbf Color CSS Codes
.mybgcolor {background-color:#ea8fbf; } .myforecolor {color:#ea8fbf; } .mybordercolor {border:3px solid #ea8fbf; }
#ea8fbf Text Font Color
<p style="color:#ea8fbf">Text here</p>
This sample text font color is #ea8fbf
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.
#ea8fbf Background Color
<div style="background-color:#ea8fbf">
Div content here</div>
This div background color is #ea8fbf
#ea8fbf Border Color
<div style="border:3px solid #ea8fbf">
Div here</div>
This div border color is #ea8fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,143,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea8fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea8fbf; -webkit-box-shadow: 1px 1px 3px 2px #ea8fbf; box-shadow: 1px 1px 3px 2px #ea8fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,143,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 #ea8fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea8fbf; -webkit-box-shadow: 1px 1px 3px 2px #ea8fbf; box-shadow: 1px 1px 3px 2px #ea8fbf;">
Div content here</div>
This div box has shadow with color #ea8fbf
#ea8fbf Color Palettes
Comments
No comments written yet.
Please login to write comment.