Color spaces of #d443cd
RGB | 212 | 67 | 205 |
---|---|---|---|
HSL | 0.84 | 0.63 | 0.55 |
HSV | 303° | 68° | 83° |
CMYK | 0.00 | 0.68 | 0.03 0.17 |
XYZ | 40.1780 | 22.4191 | 59.9673 |
Yxy | 22.4191 | 0.3278 | 0.1829 |
Hunter Lab | 47.3488 | 68.6064 | -41.9467 |
CIE-Lab | 54.4689 | 71.5042 | -42.4406 |
#d443cd color RGB value is (212,67,205).
#d443cd hex color red value is 212, green value is 67 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d443cd hue: 0.84 , saturation: 0.63 and the lightness value of d443cd is 0.55.
The process color (four color CMYK) of #d443cd color hex is 0.00, 0.68, 0.03, 0.17. Web safe color of #d443cd is #cc33cc. Color #d443cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01000011 | 11001101 |
Octal | 324 | 103 | 315 |
Decimal | 212 | 67 | 205 |
Hex | D4 | 43 | CD |
Shades of #d443cd
Tints of #d443cd
RGB Percentages of Color #d443cd
CMYK Percentages of Color #d443cd
Complementary Color
#d443cd | #43d44a |
#d443cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d443cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d443cd Color CSS Codes
.mybgcolor {background-color:#d443cd; } .myforecolor {color:#d443cd; } .mybordercolor {border:3px solid #d443cd; }
#d443cd Text Font Color
<p style="color:#d443cd">Text here</p>
This sample text font color is #d443cd
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.
#d443cd Background Color
<div style="background-color:#d443cd">
Div content here</div>
This div background color is #d443cd
#d443cd Border Color
<div style="border:3px solid #d443cd">
Div here</div>
This div border color is #d443cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,67,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d443cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d443cd; -webkit-box-shadow: 1px 1px 3px 2px #d443cd; box-shadow: 1px 1px 3px 2px #d443cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,67,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d443cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d443cd; -webkit-box-shadow: 1px 1px 3px 2px #d443cd; box-shadow: 1px 1px 3px 2px #d443cd;">
Div content here</div>
This div box has shadow with color #d443cd
Comments
No comments written yet.
Please login to write comment.