Color spaces of #d33dae
RGB | 211 | 61 | 174 |
---|---|---|---|
HSL | 0.87 | 0.63 | 0.53 |
HSV | 315° | 71° | 83° |
CMYK | 0.00 | 0.71 | 0.18 0.17 |
XYZ | 36.1727 | 20.2424 | 42.0451 |
Yxy | 20.2424 | 0.3674 | 0.2056 |
Hunter Lab | 44.9916 | 64.7768 | -23.9131 |
CIE-Lab | 52.1102 | 68.7627 | -28.2090 |
#d33dae color RGB value is (211,61,174).
#d33dae hex color red value is 211, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d33dae hue: 0.87 , saturation: 0.63 and the lightness value of d33dae is 0.53.
The process color (four color CMYK) of #d33dae color hex is 0.00, 0.71, 0.18, 0.17. Web safe color of #d33dae is #cc3399. Color #d33dae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00111101 | 10101110 |
Octal | 323 | 75 | 256 |
Decimal | 211 | 61 | 174 |
Hex | D3 | 3D | AE |
Shades of #d33dae
Tints of #d33dae
RGB Percentages of Color #d33dae
CMYK Percentages of Color #d33dae
Complementary Color
#d33dae | #3dd362 |
#d33dae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d33dae Color Preview on White Background
Lorem ipsum dolor sit amet.
#d33dae Color CSS Codes
.mybgcolor {background-color:#d33dae; } .myforecolor {color:#d33dae; } .mybordercolor {border:3px solid #d33dae; }
#d33dae Text Font Color
<p style="color:#d33dae">Text here</p>
This sample text font color is #d33dae
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.
#d33dae Background Color
<div style="background-color:#d33dae">
Div content here</div>
This div background color is #d33dae
#d33dae Border Color
<div style="border:3px solid #d33dae">
Div here</div>
This div border color is #d33dae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,61,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d33dae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d33dae; -webkit-box-shadow: 1px 1px 3px 2px #d33dae; box-shadow: 1px 1px 3px 2px #d33dae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,61,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d33dae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d33dae; -webkit-box-shadow: 1px 1px 3px 2px #d33dae; box-shadow: 1px 1px 3px 2px #d33dae;">
Div content here</div>
This div box has shadow with color #d33dae
Comments
No comments written yet.
Please login to write comment.