Color spaces of #df73ef
RGB | 223 | 115 | 239 |
---|---|---|---|
HSL | 0.81 | 0.79 | 0.69 |
HSV | 292° | 52° | 94° |
CMYK | 0.07 | 0.52 | 0.00 0.06 |
XYZ | 52.1421 | 34.1814 | 85.5108 |
Yxy | 34.1814 | 0.3034 | 0.1989 |
Hunter Lab | 58.4649 | 56.8824 | -45.7922 |
CIE-Lab | 65.1063 | 59.7148 | -44.6845 |
#df73ef color RGB value is (223,115,239).
#df73ef hex color red value is 223, green value is 115 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #df73ef hue: 0.81 , saturation: 0.79 and the lightness value of df73ef is 0.69.
The process color (four color CMYK) of #df73ef color hex is 0.07, 0.52, 0.00, 0.06. Web safe color of #df73ef is #cc66ff. Color #df73ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01110011 | 11101111 |
Octal | 337 | 163 | 357 |
Decimal | 223 | 115 | 239 |
Hex | DF | 73 | EF |
Shades of #df73ef
Tints of #df73ef
RGB Percentages of Color #df73ef
CMYK Percentages of Color #df73ef
Complementary Color
#df73ef | #83ef73 |
#df73ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df73ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#df73ef Color CSS Codes
.mybgcolor {background-color:#df73ef; } .myforecolor {color:#df73ef; } .mybordercolor {border:3px solid #df73ef; }
#df73ef Text Font Color
<p style="color:#df73ef">Text here</p>
This sample text font color is #df73ef
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.
#df73ef Background Color
<div style="background-color:#df73ef">
Div content here</div>
This div background color is #df73ef
#df73ef Border Color
<div style="border:3px solid #df73ef">
Div here</div>
This div border color is #df73ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,115,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df73ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df73ef; -webkit-box-shadow: 1px 1px 3px 2px #df73ef; box-shadow: 1px 1px 3px 2px #df73ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,115,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 #df73ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df73ef; -webkit-box-shadow: 1px 1px 3px 2px #df73ef; box-shadow: 1px 1px 3px 2px #df73ef;">
Div content here</div>
This div box has shadow with color #df73ef
Comments
No comments written yet.
Please login to write comment.