Color spaces of #df85dc
RGB | 223 | 133 | 220 |
---|---|---|---|
HSL | 0.84 | 0.58 | 0.70 |
HSV | 302° | 40° | 87° |
CMYK | 0.00 | 0.40 | 0.01 0.13 |
XYZ | 51.7372 | 37.6303 | 72.2467 |
Yxy | 37.6303 | 0.3201 | 0.2328 |
Hunter Lab | 61.3435 | 43.1959 | -26.8877 |
CIE-Lab | 67.7472 | 47.2692 | -30.0495 |
#df85dc color RGB value is (223,133,220).
#df85dc hex color red value is 223, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #df85dc hue: 0.84 , saturation: 0.58 and the lightness value of df85dc is 0.70.
The process color (four color CMYK) of #df85dc color hex is 0.00, 0.40, 0.01, 0.13. Web safe color of #df85dc is #cc99cc. Color #df85dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10000101 | 11011100 |
Octal | 337 | 205 | 334 |
Decimal | 223 | 133 | 220 |
Hex | DF | 85 | DC |
Shades of #df85dc
Tints of #df85dc
RGB Percentages of Color #df85dc
CMYK Percentages of Color #df85dc
Complementary Color
#df85dc | #85df88 |
#df85dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df85dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#df85dc Color CSS Codes
.mybgcolor {background-color:#df85dc; } .myforecolor {color:#df85dc; } .mybordercolor {border:3px solid #df85dc; }
#df85dc Text Font Color
<p style="color:#df85dc">Text here</p>
This sample text font color is #df85dc
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.
#df85dc Background Color
<div style="background-color:#df85dc">
Div content here</div>
This div background color is #df85dc
#df85dc Border Color
<div style="border:3px solid #df85dc">
Div here</div>
This div border color is #df85dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,133,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df85dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df85dc; -webkit-box-shadow: 1px 1px 3px 2px #df85dc; box-shadow: 1px 1px 3px 2px #df85dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,133,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df85dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df85dc; -webkit-box-shadow: 1px 1px 3px 2px #df85dc; box-shadow: 1px 1px 3px 2px #df85dc;">
Div content here</div>
This div box has shadow with color #df85dc
Comments
No comments written yet.
Please login to write comment.