Color spaces of #d110ef
RGB | 209 | 16 | 239 |
---|---|---|---|
HSL | 0.81 | 0.87 | 0.50 |
HSV | 292° | 93° | 94° |
CMYK | 0.13 | 0.93 | 0.00 0.06 |
XYZ | 42.0598 | 20.1579 | 83.3354 |
Yxy | 20.1579 | 0.2890 | 0.1385 |
Hunter Lab | 44.8976 | 88.6472 | -78.6213 |
CIE-Lab | 52.0153 | 87.8494 | -65.6770 |
#d110ef color RGB value is (209,16,239).
#d110ef hex color red value is 209, green value is 16 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d110ef hue: 0.81 , saturation: 0.87 and the lightness value of d110ef is 0.50.
The process color (four color CMYK) of #d110ef color hex is 0.13, 0.93, 0.00, 0.06. Web safe color of #d110ef is #cc00ff. Color #d110ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00010000 | 11101111 |
Octal | 321 | 20 | 357 |
Decimal | 209 | 16 | 239 |
Hex | D1 | 10 | EF |
Shades of #d110ef
Tints of #d110ef
RGB Percentages of Color #d110ef
CMYK Percentages of Color #d110ef
Complementary Color
#d110ef | #2eef10 |
#d110ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d110ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#d110ef Color CSS Codes
.mybgcolor {background-color:#d110ef; } .myforecolor {color:#d110ef; } .mybordercolor {border:3px solid #d110ef; }
#d110ef Text Font Color
<p style="color:#d110ef">Text here</p>
This sample text font color is #d110ef
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.
#d110ef Background Color
<div style="background-color:#d110ef">
Div content here</div>
This div background color is #d110ef
#d110ef Border Color
<div style="border:3px solid #d110ef">
Div here</div>
This div border color is #d110ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,16,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d110ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d110ef; -webkit-box-shadow: 1px 1px 3px 2px #d110ef; box-shadow: 1px 1px 3px 2px #d110ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,16,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 #d110ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d110ef; -webkit-box-shadow: 1px 1px 3px 2px #d110ef; box-shadow: 1px 1px 3px 2px #d110ef;">
Div content here</div>
This div box has shadow with color #d110ef
Comments
No comments written yet.
Please login to write comment.