Color spaces of #ea87bf
RGB | 234 | 135 | 191 |
---|---|---|---|
HSL | 0.91 | 0.70 | 0.72 |
HSV | 326° | 42° | 92° |
CMYK | 0.00 | 0.42 | 0.18 0.08 |
XYZ | 51.9996 | 38.5820 | 53.9966 |
Yxy | 38.5820 | 0.3597 | 0.2669 |
Hunter Lab | 62.1144 | 40.7326 | -8.0612 |
CIE-Lab | 68.4474 | 44.9404 | -12.7076 |
#ea87bf color RGB value is (234,135,191).
#ea87bf hex color red value is 234, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea87bf hue: 0.91 , saturation: 0.70 and the lightness value of ea87bf is 0.72.
The process color (four color CMYK) of #ea87bf color hex is 0.00, 0.42, 0.18, 0.08. Web safe color of #ea87bf is #ff99cc. Color #ea87bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10000111 | 10111111 |
Octal | 352 | 207 | 277 |
Decimal | 234 | 135 | 191 |
Hex | EA | 87 | BF |
Shades of #ea87bf
Tints of #ea87bf
RGB Percentages of Color #ea87bf
CMYK Percentages of Color #ea87bf
Complementary Color
#ea87bf | #87eab2 |
#ea87bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea87bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea87bf Color CSS Codes
.mybgcolor {background-color:#ea87bf; } .myforecolor {color:#ea87bf; } .mybordercolor {border:3px solid #ea87bf; }
#ea87bf Text Font Color
<p style="color:#ea87bf">Text here</p>
This sample text font color is #ea87bf
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.
#ea87bf Background Color
<div style="background-color:#ea87bf">
Div content here</div>
This div background color is #ea87bf
#ea87bf Border Color
<div style="border:3px solid #ea87bf">
Div here</div>
This div border color is #ea87bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,135,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea87bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea87bf; -webkit-box-shadow: 1px 1px 3px 2px #ea87bf; box-shadow: 1px 1px 3px 2px #ea87bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,135,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 #ea87bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea87bf; -webkit-box-shadow: 1px 1px 3px 2px #ea87bf; box-shadow: 1px 1px 3px 2px #ea87bf;">
Div content here</div>
This div box has shadow with color #ea87bf
Comments
No comments written yet.
Please login to write comment.