Color spaces of #e206ef
RGB | 226 | 6 | 239 |
---|---|---|---|
HSL | 0.82 | 0.95 | 0.48 |
HSV | 297° | 97° | 94° |
CMYK | 0.05 | 0.97 | 0.00 0.06 |
XYZ | 47.0091 | 22.5310 | 83.5326 |
Yxy | 22.5310 | 0.3071 | 0.1472 |
Hunter Lab | 47.4668 | 93.7117 | -71.1123 |
CIE-Lab | 54.5859 | 91.1635 | -61.3890 |
#e206ef color RGB value is (226,6,239).
#e206ef hex color red value is 226, green value is 6 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e206ef hue: 0.82 , saturation: 0.95 and the lightness value of e206ef is 0.48.
The process color (four color CMYK) of #e206ef color hex is 0.05, 0.97, 0.00, 0.06. Web safe color of #e206ef is #cc00ff. Color #e206ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00000110 | 11101111 |
Octal | 342 | 6 | 357 |
Decimal | 226 | 6 | 239 |
Hex | E2 | 6 | EF |
Shades of #e206ef
Tints of #e206ef
RGB Percentages of Color #e206ef
CMYK Percentages of Color #e206ef
Complementary Color
#e206ef | #13ef06 |
#e206ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e206ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e206ef Color CSS Codes
.mybgcolor {background-color:#e206ef; } .myforecolor {color:#e206ef; } .mybordercolor {border:3px solid #e206ef; }
#e206ef Text Font Color
<p style="color:#e206ef">Text here</p>
This sample text font color is #e206ef
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.
#e206ef Background Color
<div style="background-color:#e206ef">
Div content here</div>
This div background color is #e206ef
#e206ef Border Color
<div style="border:3px solid #e206ef">
Div here</div>
This div border color is #e206ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,6,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e206ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e206ef; -webkit-box-shadow: 1px 1px 3px 2px #e206ef; box-shadow: 1px 1px 3px 2px #e206ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,6,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e206ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e206ef; -webkit-box-shadow: 1px 1px 3px 2px #e206ef; box-shadow: 1px 1px 3px 2px #e206ef;">
Div content here</div>
This div box has shadow with color #e206ef
Comments
No comments written yet.
Please login to write comment.