Color spaces of #ea9bdf
RGB | 234 | 155 | 223 |
---|---|---|---|
HSL | 0.86 | 0.65 | 0.76 |
HSV | 308° | 34° | 92° |
CMYK | 0.00 | 0.34 | 0.05 0.08 |
XYZ | 58.9723 | 46.2628 | 75.6335 |
Yxy | 46.2628 | 0.3261 | 0.2558 |
Hunter Lab | 68.0168 | 35.7348 | -18.3178 |
CIE-Lab | 73.7157 | 39.7492 | -22.4433 |
#ea9bdf color RGB value is (234,155,223).
#ea9bdf hex color red value is 234, green value is 155 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ea9bdf hue: 0.86 , saturation: 0.65 and the lightness value of ea9bdf is 0.76.
The process color (four color CMYK) of #ea9bdf color hex is 0.00, 0.34, 0.05, 0.08. Web safe color of #ea9bdf is #ff99cc. Color #ea9bdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10011011 | 11011111 |
Octal | 352 | 233 | 337 |
Decimal | 234 | 155 | 223 |
Hex | EA | 9B | DF |
Shades of #ea9bdf
Tints of #ea9bdf
RGB Percentages of Color #ea9bdf
CMYK Percentages of Color #ea9bdf
Complementary Color
#ea9bdf | #9beaa6 |
#ea9bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea9bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea9bdf Color CSS Codes
.mybgcolor {background-color:#ea9bdf; } .myforecolor {color:#ea9bdf; } .mybordercolor {border:3px solid #ea9bdf; }
#ea9bdf Text Font Color
<p style="color:#ea9bdf">Text here</p>
This sample text font color is #ea9bdf
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.
#ea9bdf Background Color
<div style="background-color:#ea9bdf">
Div content here</div>
This div background color is #ea9bdf
#ea9bdf Border Color
<div style="border:3px solid #ea9bdf">
Div here</div>
This div border color is #ea9bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,155,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea9bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea9bdf; -webkit-box-shadow: 1px 1px 3px 2px #ea9bdf; box-shadow: 1px 1px 3px 2px #ea9bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,155,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea9bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea9bdf; -webkit-box-shadow: 1px 1px 3px 2px #ea9bdf; box-shadow: 1px 1px 3px 2px #ea9bdf;">
Div content here</div>
This div box has shadow with color #ea9bdf
Comments
No comments written yet.
Please login to write comment.