Color spaces of #d432cb
RGB | 212 | 50 | 203 |
---|---|---|---|
HSL | 0.84 | 0.65 | 0.51 |
HSV | 303° | 76° | 83° |
CMYK | 0.00 | 0.76 | 0.04 0.17 |
XYZ | 39.0715 | 20.5900 | 58.4149 |
Yxy | 20.5900 | 0.3309 | 0.1744 |
Hunter Lab | 45.3762 | 74.2903 | -44.5634 |
CIE-Lab | 52.4978 | 76.5232 | -44.4120 |
#d432cb color RGB value is (212,50,203).
#d432cb hex color red value is 212, green value is 50 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d432cb hue: 0.84 , saturation: 0.65 and the lightness value of d432cb is 0.51.
The process color (four color CMYK) of #d432cb color hex is 0.00, 0.76, 0.04, 0.17. Web safe color of #d432cb is #cc33cc. Color #d432cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00110010 | 11001011 |
Octal | 324 | 62 | 313 |
Decimal | 212 | 50 | 203 |
Hex | D4 | 32 | CB |
Shades of #d432cb
Tints of #d432cb
RGB Percentages of Color #d432cb
CMYK Percentages of Color #d432cb
Complementary Color
#d432cb | #32d43b |
#d432cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d432cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d432cb Color CSS Codes
.mybgcolor {background-color:#d432cb; } .myforecolor {color:#d432cb; } .mybordercolor {border:3px solid #d432cb; }
#d432cb Text Font Color
<p style="color:#d432cb">Text here</p>
This sample text font color is #d432cb
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.
#d432cb Background Color
<div style="background-color:#d432cb">
Div content here</div>
This div background color is #d432cb
#d432cb Border Color
<div style="border:3px solid #d432cb">
Div here</div>
This div border color is #d432cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,50,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d432cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d432cb; -webkit-box-shadow: 1px 1px 3px 2px #d432cb; box-shadow: 1px 1px 3px 2px #d432cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,50,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d432cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d432cb; -webkit-box-shadow: 1px 1px 3px 2px #d432cb; box-shadow: 1px 1px 3px 2px #d432cb;">
Div content here</div>
This div box has shadow with color #d432cb
Comments
No comments written yet.
Please login to write comment.