Color spaces of #ea6fbd
RGB | 234 | 111 | 189 |
---|---|---|---|
HSL | 0.89 | 0.75 | 0.68 |
HSV | 322° | 53° | 92° |
CMYK | 0.00 | 0.53 | 0.19 0.08 |
XYZ | 48.8014 | 32.5354 | 51.8520 |
Yxy | 32.5354 | 0.3664 | 0.2443 |
Hunter Lab | 57.0398 | 52.8991 | -13.9697 |
CIE-Lab | 63.7829 | 56.4839 | -18.6255 |
#ea6fbd color RGB value is (234,111,189).
#ea6fbd hex color red value is 234, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ea6fbd hue: 0.89 , saturation: 0.75 and the lightness value of ea6fbd is 0.68.
The process color (four color CMYK) of #ea6fbd color hex is 0.00, 0.53, 0.19, 0.08. Web safe color of #ea6fbd is #ff66cc. Color #ea6fbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01101111 | 10111101 |
Octal | 352 | 157 | 275 |
Decimal | 234 | 111 | 189 |
Hex | EA | 6F | BD |
Shades of #ea6fbd
Tints of #ea6fbd
RGB Percentages of Color #ea6fbd
CMYK Percentages of Color #ea6fbd
Complementary Color
#ea6fbd | #6fea9c |
#ea6fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea6fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea6fbd Color CSS Codes
.mybgcolor {background-color:#ea6fbd; } .myforecolor {color:#ea6fbd; } .mybordercolor {border:3px solid #ea6fbd; }
#ea6fbd Text Font Color
<p style="color:#ea6fbd">Text here</p>
This sample text font color is #ea6fbd
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.
#ea6fbd Background Color
<div style="background-color:#ea6fbd">
Div content here</div>
This div background color is #ea6fbd
#ea6fbd Border Color
<div style="border:3px solid #ea6fbd">
Div here</div>
This div border color is #ea6fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,111,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea6fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea6fbd; -webkit-box-shadow: 1px 1px 3px 2px #ea6fbd; box-shadow: 1px 1px 3px 2px #ea6fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,111,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea6fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea6fbd; -webkit-box-shadow: 1px 1px 3px 2px #ea6fbd; box-shadow: 1px 1px 3px 2px #ea6fbd;">
Div content here</div>
This div box has shadow with color #ea6fbd
Comments
No comments written yet.
Please login to write comment.