Color spaces of #d532ca
RGB | 213 | 50 | 202 |
---|---|---|---|
HSL | 0.84 | 0.66 | 0.52 |
HSV | 304° | 77° | 84° |
CMYK | 0.00 | 0.77 | 0.05 0.16 |
XYZ | 39.2418 | 20.6916 | 57.8027 |
Yxy | 20.6916 | 0.3333 | 0.1757 |
Hunter Lab | 45.4880 | 74.3851 | -43.4996 |
CIE-Lab | 52.6103 | 76.5778 | -43.6483 |
#d532ca color RGB value is (213,50,202).
#d532ca hex color red value is 213, green value is 50 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d532ca hue: 0.84 , saturation: 0.66 and the lightness value of d532ca is 0.52.
The process color (four color CMYK) of #d532ca color hex is 0.00, 0.77, 0.05, 0.16. Web safe color of #d532ca is #cc33cc. Color #d532ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 00110010 | 11001010 |
Octal | 325 | 62 | 312 |
Decimal | 213 | 50 | 202 |
Hex | D5 | 32 | CA |
Shades of #d532ca
Tints of #d532ca
RGB Percentages of Color #d532ca
CMYK Percentages of Color #d532ca
Complementary Color
#d532ca | #32d53d |
#d532ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d532ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d532ca Color CSS Codes
.mybgcolor {background-color:#d532ca; } .myforecolor {color:#d532ca; } .mybordercolor {border:3px solid #d532ca; }
#d532ca Text Font Color
<p style="color:#d532ca">Text here</p>
This sample text font color is #d532ca
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.
#d532ca Background Color
<div style="background-color:#d532ca">
Div content here</div>
This div background color is #d532ca
#d532ca Border Color
<div style="border:3px solid #d532ca">
Div here</div>
This div border color is #d532ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,50,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d532ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d532ca; -webkit-box-shadow: 1px 1px 3px 2px #d532ca; box-shadow: 1px 1px 3px 2px #d532ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,50,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d532ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d532ca; -webkit-box-shadow: 1px 1px 3px 2px #d532ca; box-shadow: 1px 1px 3px 2px #d532ca;">
Div content here</div>
This div box has shadow with color #d532ca
Comments
No comments written yet.
Please login to write comment.