Color spaces of #df23eb
RGB | 223 | 35 | 235 |
---|---|---|---|
HSL | 0.82 | 0.83 | 0.53 |
HSV | 296° | 85° | 92° |
CMYK | 0.05 | 0.85 | 0.00 0.08 |
XYZ | 46.0279 | 22.8882 | 80.5892 |
Yxy | 22.8882 | 0.3079 | 0.1531 |
Hunter Lab | 47.8416 | 88.0101 | -66.3849 |
CIE-Lab | 54.9570 | 86.7936 | -58.5730 |
#df23eb color RGB value is (223,35,235).
#df23eb hex color red value is 223, green value is 35 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #df23eb hue: 0.82 , saturation: 0.83 and the lightness value of df23eb is 0.53.
The process color (four color CMYK) of #df23eb color hex is 0.05, 0.85, 0.00, 0.08. Web safe color of #df23eb is #cc33ff. Color #df23eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00100011 | 11101011 |
Octal | 337 | 43 | 353 |
Decimal | 223 | 35 | 235 |
Hex | DF | 23 | EB |
Shades of #df23eb
Tints of #df23eb
RGB Percentages of Color #df23eb
CMYK Percentages of Color #df23eb
Complementary Color
#df23eb | #2feb23 |
#df23eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df23eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#df23eb Color CSS Codes
.mybgcolor {background-color:#df23eb; } .myforecolor {color:#df23eb; } .mybordercolor {border:3px solid #df23eb; }
#df23eb Text Font Color
<p style="color:#df23eb">Text here</p>
This sample text font color is #df23eb
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.
#df23eb Background Color
<div style="background-color:#df23eb">
Div content here</div>
This div background color is #df23eb
#df23eb Border Color
<div style="border:3px solid #df23eb">
Div here</div>
This div border color is #df23eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,35,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df23eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df23eb; -webkit-box-shadow: 1px 1px 3px 2px #df23eb; box-shadow: 1px 1px 3px 2px #df23eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,35,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df23eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df23eb; -webkit-box-shadow: 1px 1px 3px 2px #df23eb; box-shadow: 1px 1px 3px 2px #df23eb;">
Div content here</div>
This div box has shadow with color #df23eb
Comments
No comments written yet.
Please login to write comment.