Color spaces of #ee65b9
RGB | 238 | 101 | 185 |
---|---|---|---|
HSL | 0.90 | 0.80 | 0.66 |
HSV | 323° | 58° | 93° |
CMYK | 0.00 | 0.58 | 0.22 0.07 |
XYZ | 48.6705 | 30.9873 | 49.3149 |
Yxy | 30.9873 | 0.3774 | 0.2403 |
Hunter Lab | 55.6662 | 58.6515 | -13.5588 |
CIE-Lab | 62.4969 | 61.6689 | -18.2528 |
#ee65b9 color RGB value is (238,101,185).
#ee65b9 hex color red value is 238, green value is 101 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ee65b9 hue: 0.90 , saturation: 0.80 and the lightness value of ee65b9 is 0.66.
The process color (four color CMYK) of #ee65b9 color hex is 0.00, 0.58, 0.22, 0.07. Web safe color of #ee65b9 is #ff66cc. Color #ee65b9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 01100101 | 10111001 |
Octal | 356 | 145 | 271 |
Decimal | 238 | 101 | 185 |
Hex | EE | 65 | B9 |
Shades of #ee65b9
Tints of #ee65b9
RGB Percentages of Color #ee65b9
CMYK Percentages of Color #ee65b9
Complementary Color
#ee65b9 | #65ee9a |
#ee65b9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee65b9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee65b9 Color CSS Codes
.mybgcolor {background-color:#ee65b9; } .myforecolor {color:#ee65b9; } .mybordercolor {border:3px solid #ee65b9; }
#ee65b9 Text Font Color
<p style="color:#ee65b9">Text here</p>
This sample text font color is #ee65b9
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.
#ee65b9 Background Color
<div style="background-color:#ee65b9">
Div content here</div>
This div background color is #ee65b9
#ee65b9 Border Color
<div style="border:3px solid #ee65b9">
Div here</div>
This div border color is #ee65b9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,101,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee65b9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee65b9; -webkit-box-shadow: 1px 1px 3px 2px #ee65b9; box-shadow: 1px 1px 3px 2px #ee65b9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,101,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee65b9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee65b9; -webkit-box-shadow: 1px 1px 3px 2px #ee65b9; box-shadow: 1px 1px 3px 2px #ee65b9;">
Div content here</div>
This div box has shadow with color #ee65b9
Comments
No comments written yet.
Please login to write comment.