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