Color spaces of #ee86fd
RGB | 238 | 134 | 253 |
---|---|---|---|
HSL | 0.81 | 0.97 | 0.76 |
HSV | 292° | 47° | 99° |
CMYK | 0.06 | 0.47 | 0.00 0.01 |
XYZ | 61.5146 | 42.3192 | 97.8547 |
Yxy | 42.3192 | 0.3050 | 0.2098 |
Hunter Lab | 65.0532 | 54.9473 | -43.6483 |
CIE-Lab | 71.0904 | 57.1074 | -42.8500 |
#ee86fd color RGB value is (238,134,253).
#ee86fd hex color red value is 238, green value is 134 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ee86fd hue: 0.81 , saturation: 0.97 and the lightness value of ee86fd is 0.76.
The process color (four color CMYK) of #ee86fd color hex is 0.06, 0.47, 0.00, 0.01. Web safe color of #ee86fd is #ff99ff. Color #ee86fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10000110 | 11111101 |
Octal | 356 | 206 | 375 |
Decimal | 238 | 134 | 253 |
Hex | EE | 86 | FD |
Shades of #ee86fd
Tints of #ee86fd
RGB Percentages of Color #ee86fd
CMYK Percentages of Color #ee86fd
Complementary Color
#ee86fd | #95fd86 |
#ee86fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee86fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee86fd Color CSS Codes
.mybgcolor {background-color:#ee86fd; } .myforecolor {color:#ee86fd; } .mybordercolor {border:3px solid #ee86fd; }
#ee86fd Text Font Color
<p style="color:#ee86fd">Text here</p>
This sample text font color is #ee86fd
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.
#ee86fd Background Color
<div style="background-color:#ee86fd">
Div content here</div>
This div background color is #ee86fd
#ee86fd Border Color
<div style="border:3px solid #ee86fd">
Div here</div>
This div border color is #ee86fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,134,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee86fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee86fd; -webkit-box-shadow: 1px 1px 3px 2px #ee86fd; box-shadow: 1px 1px 3px 2px #ee86fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,134,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee86fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee86fd; -webkit-box-shadow: 1px 1px 3px 2px #ee86fd; box-shadow: 1px 1px 3px 2px #ee86fd;">
Div content here</div>
This div box has shadow with color #ee86fd
Comments
No comments written yet.
Please login to write comment.