Color spaces of #d522df
RGB | 213 | 34 | 223 |
---|---|---|---|
HSL | 0.82 | 0.75 | 0.50 |
HSV | 297° | 85° | 87° |
CMYK | 0.04 | 0.85 | 0.00 0.13 |
XYZ | 41.3319 | 20.6179 | 71.6133 |
Yxy | 20.6179 | 0.3095 | 0.1544 |
Hunter Lab | 45.4069 | 83.0184 | -61.7240 |
CIE-Lab | 52.5287 | 83.4253 | -55.7770 |
#d522df color RGB value is (213,34,223).
#d522df hex color red value is 213, green value is 34 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d522df hue: 0.82 , saturation: 0.75 and the lightness value of d522df is 0.50.
The process color (four color CMYK) of #d522df color hex is 0.04, 0.85, 0.00, 0.13. Web safe color of #d522df is #cc33cc. Color #d522df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 00100010 | 11011111 |
Octal | 325 | 42 | 337 |
Decimal | 213 | 34 | 223 |
Hex | D5 | 22 | DF |
Shades of #d522df
Tints of #d522df
RGB Percentages of Color #d522df
CMYK Percentages of Color #d522df
Complementary Color
#d522df | #2cdf22 |
#d522df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d522df Color Preview on White Background
Lorem ipsum dolor sit amet.
#d522df Color CSS Codes
.mybgcolor {background-color:#d522df; } .myforecolor {color:#d522df; } .mybordercolor {border:3px solid #d522df; }
#d522df Text Font Color
<p style="color:#d522df">Text here</p>
This sample text font color is #d522df
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.
#d522df Background Color
<div style="background-color:#d522df">
Div content here</div>
This div background color is #d522df
#d522df Border Color
<div style="border:3px solid #d522df">
Div here</div>
This div border color is #d522df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,34,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d522df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d522df; -webkit-box-shadow: 1px 1px 3px 2px #d522df; box-shadow: 1px 1px 3px 2px #d522df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,34,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d522df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d522df; -webkit-box-shadow: 1px 1px 3px 2px #d522df; box-shadow: 1px 1px 3px 2px #d522df;">
Div content here</div>
This div box has shadow with color #d522df
Comments
No comments written yet.
Please login to write comment.