Color spaces of #d529cc
RGB | 213 | 41 | 204 |
---|---|---|---|
HSL | 0.84 | 0.68 | 0.50 |
HSV | 303° | 81° | 84° |
CMYK | 0.00 | 0.81 | 0.04 0.16 |
XYZ | 39.1326 | 20.0916 | 58.9423 |
Yxy | 20.0916 | 0.3312 | 0.1700 |
Hunter Lab | 44.8237 | 77.3953 | -46.5887 |
CIE-Lab | 51.9406 | 79.1187 | -45.8603 |
#d529cc color RGB value is (213,41,204).
#d529cc hex color red value is 213, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d529cc hue: 0.84 , saturation: 0.68 and the lightness value of d529cc is 0.50.
The process color (four color CMYK) of #d529cc color hex is 0.00, 0.81, 0.04, 0.16. Web safe color of #d529cc is #cc33cc. Color #d529cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 00101001 | 11001100 |
Octal | 325 | 51 | 314 |
Decimal | 213 | 41 | 204 |
Hex | D5 | 29 | CC |
Shades of #d529cc
Tints of #d529cc
RGB Percentages of Color #d529cc
CMYK Percentages of Color #d529cc
Complementary Color
#d529cc | #29d532 |
#d529cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d529cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d529cc Color CSS Codes
.mybgcolor {background-color:#d529cc; } .myforecolor {color:#d529cc; } .mybordercolor {border:3px solid #d529cc; }
#d529cc Text Font Color
<p style="color:#d529cc">Text here</p>
This sample text font color is #d529cc
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.
#d529cc Background Color
<div style="background-color:#d529cc">
Div content here</div>
This div background color is #d529cc
#d529cc Border Color
<div style="border:3px solid #d529cc">
Div here</div>
This div border color is #d529cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,41,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d529cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d529cc; -webkit-box-shadow: 1px 1px 3px 2px #d529cc; box-shadow: 1px 1px 3px 2px #d529cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,41,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d529cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d529cc; -webkit-box-shadow: 1px 1px 3px 2px #d529cc; box-shadow: 1px 1px 3px 2px #d529cc;">
Div content here</div>
This div box has shadow with color #d529cc
Comments
No comments written yet.
Please login to write comment.