Color spaces of #ef85ca
RGB | 239 | 133 | 202 |
---|---|---|---|
HSL | 0.89 | 0.77 | 0.73 |
HSV | 321° | 44° | 94° |
CMYK | 0.00 | 0.44 | 0.15 0.06 |
XYZ | 54.6448 | 39.3900 | 60.6001 |
Yxy | 39.3900 | 0.3534 | 0.2547 |
Hunter Lab | 62.7615 | 45.5829 | -13.3152 |
CIE-Lab | 69.0328 | 49.2367 | -17.9050 |
#ef85ca color RGB value is (239,133,202).
#ef85ca hex color red value is 239, green value is 133 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ef85ca hue: 0.89 , saturation: 0.77 and the lightness value of ef85ca is 0.73.
The process color (four color CMYK) of #ef85ca color hex is 0.00, 0.44, 0.15, 0.06. Web safe color of #ef85ca is #ff99cc. Color #ef85ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10000101 | 11001010 |
Octal | 357 | 205 | 312 |
Decimal | 239 | 133 | 202 |
Hex | EF | 85 | CA |
Shades of #ef85ca
Tints of #ef85ca
RGB Percentages of Color #ef85ca
CMYK Percentages of Color #ef85ca
Complementary Color
#ef85ca | #85efaa |
#ef85ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef85ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef85ca Color CSS Codes
.mybgcolor {background-color:#ef85ca; } .myforecolor {color:#ef85ca; } .mybordercolor {border:3px solid #ef85ca; }
#ef85ca Text Font Color
<p style="color:#ef85ca">Text here</p>
This sample text font color is #ef85ca
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.
#ef85ca Background Color
<div style="background-color:#ef85ca">
Div content here</div>
This div background color is #ef85ca
#ef85ca Border Color
<div style="border:3px solid #ef85ca">
Div here</div>
This div border color is #ef85ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,133,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef85ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef85ca; -webkit-box-shadow: 1px 1px 3px 2px #ef85ca; box-shadow: 1px 1px 3px 2px #ef85ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,133,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef85ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef85ca; -webkit-box-shadow: 1px 1px 3px 2px #ef85ca; box-shadow: 1px 1px 3px 2px #ef85ca;">
Div content here</div>
This div box has shadow with color #ef85ca
Comments
No comments written yet.
Please login to write comment.