Color spaces of #d33faa
RGB | 211 | 63 | 170 |
---|---|---|---|
HSL | 0.88 | 0.63 | 0.54 |
HSV | 317° | 70° | 83° |
CMYK | 0.00 | 0.70 | 0.19 0.17 |
XYZ | 35.8972 | 20.3062 | 40.0577 |
Yxy | 20.3062 | 0.3729 | 0.2109 |
Hunter Lab | 45.0624 | 63.3358 | -21.1615 |
CIE-Lab | 52.1817 | 67.5323 | -25.7539 |
#d33faa color RGB value is (211,63,170).
#d33faa hex color red value is 211, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d33faa hue: 0.88 , saturation: 0.63 and the lightness value of d33faa is 0.54.
The process color (four color CMYK) of #d33faa color hex is 0.00, 0.70, 0.19, 0.17. Web safe color of #d33faa is #cc3399. Color #d33faa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00111111 | 10101010 |
Octal | 323 | 77 | 252 |
Decimal | 211 | 63 | 170 |
Hex | D3 | 3F | AA |
Shades of #d33faa
Tints of #d33faa
RGB Percentages of Color #d33faa
CMYK Percentages of Color #d33faa
Complementary Color
#d33faa | #3fd368 |
#d33faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d33faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d33faa Color CSS Codes
.mybgcolor {background-color:#d33faa; } .myforecolor {color:#d33faa; } .mybordercolor {border:3px solid #d33faa; }
#d33faa Text Font Color
<p style="color:#d33faa">Text here</p>
This sample text font color is #d33faa
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.
#d33faa Background Color
<div style="background-color:#d33faa">
Div content here</div>
This div background color is #d33faa
#d33faa Border Color
<div style="border:3px solid #d33faa">
Div here</div>
This div border color is #d33faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,63,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d33faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d33faa; -webkit-box-shadow: 1px 1px 3px 2px #d33faa; box-shadow: 1px 1px 3px 2px #d33faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,63,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d33faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d33faa; -webkit-box-shadow: 1px 1px 3px 2px #d33faa; box-shadow: 1px 1px 3px 2px #d33faa;">
Div content here</div>
This div box has shadow with color #d33faa
Comments
No comments written yet.
Please login to write comment.