Color spaces of #d54ccd
RGB | 213 | 76 | 205 |
---|---|---|---|
HSL | 0.84 | 0.62 | 0.57 |
HSV | 304° | 64° | 84° |
CMYK | 0.00 | 0.64 | 0.04 0.16 |
XYZ | 41.0445 | 23.7228 | 60.1733 |
Yxy | 23.7228 | 0.3285 | 0.1899 |
Hunter Lab | 48.7061 | 65.1860 | -39.1549 |
CIE-Lab | 55.8092 | 68.4055 | -40.3173 |
#d54ccd color RGB value is (213,76,205).
#d54ccd hex color red value is 213, green value is 76 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d54ccd hue: 0.84 , saturation: 0.62 and the lightness value of d54ccd is 0.57.
The process color (four color CMYK) of #d54ccd color hex is 0.00, 0.64, 0.04, 0.16. Web safe color of #d54ccd is #cc33cc. Color #d54ccd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01001100 | 11001101 |
Octal | 325 | 114 | 315 |
Decimal | 213 | 76 | 205 |
Hex | D5 | 4C | CD |
Shades of #d54ccd
Tints of #d54ccd
RGB Percentages of Color #d54ccd
CMYK Percentages of Color #d54ccd
Complementary Color
#d54ccd | #4cd554 |
#d54ccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d54ccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d54ccd Color CSS Codes
.mybgcolor {background-color:#d54ccd; } .myforecolor {color:#d54ccd; } .mybordercolor {border:3px solid #d54ccd; }
#d54ccd Text Font Color
<p style="color:#d54ccd">Text here</p>
This sample text font color is #d54ccd
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.
#d54ccd Background Color
<div style="background-color:#d54ccd">
Div content here</div>
This div background color is #d54ccd
#d54ccd Border Color
<div style="border:3px solid #d54ccd">
Div here</div>
This div border color is #d54ccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,76,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d54ccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d54ccd; -webkit-box-shadow: 1px 1px 3px 2px #d54ccd; box-shadow: 1px 1px 3px 2px #d54ccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,76,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 #d54ccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d54ccd; -webkit-box-shadow: 1px 1px 3px 2px #d54ccd; box-shadow: 1px 1px 3px 2px #d54ccd;">
Div content here</div>
This div box has shadow with color #d54ccd
Comments
No comments written yet.
Please login to write comment.