Color spaces of #d463af
RGB | 212 | 99 | 175 |
---|---|---|---|
HSL | 0.89 | 0.57 | 0.61 |
HSV | 320° | 53° | 83° |
CMYK | 0.00 | 0.53 | 0.17 0.17 |
XYZ | 39.3511 | 26.0159 | 43.5050 |
Yxy | 26.0159 | 0.3614 | 0.2390 |
Hunter Lab | 51.0058 | 48.4531 | -14.8669 |
CIE-Lab | 58.0521 | 53.4669 | -19.6308 |
#d463af color RGB value is (212,99,175).
#d463af hex color red value is 212, green value is 99 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d463af hue: 0.89 , saturation: 0.57 and the lightness value of d463af is 0.61.
The process color (four color CMYK) of #d463af color hex is 0.00, 0.53, 0.17, 0.17. Web safe color of #d463af is #cc6699. Color #d463af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01100011 | 10101111 |
Octal | 324 | 143 | 257 |
Decimal | 212 | 99 | 175 |
Hex | D4 | 63 | AF |
Shades of #d463af
Tints of #d463af
RGB Percentages of Color #d463af
CMYK Percentages of Color #d463af
Complementary Color
#d463af | #63d488 |
#d463af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d463af Color Preview on White Background
Lorem ipsum dolor sit amet.
#d463af Color CSS Codes
.mybgcolor {background-color:#d463af; } .myforecolor {color:#d463af; } .mybordercolor {border:3px solid #d463af; }
#d463af Text Font Color
<p style="color:#d463af">Text here</p>
This sample text font color is #d463af
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.
#d463af Background Color
<div style="background-color:#d463af">
Div content here</div>
This div background color is #d463af
#d463af Border Color
<div style="border:3px solid #d463af">
Div here</div>
This div border color is #d463af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,99,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d463af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d463af; -webkit-box-shadow: 1px 1px 3px 2px #d463af; box-shadow: 1px 1px 3px 2px #d463af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,99,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d463af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d463af; -webkit-box-shadow: 1px 1px 3px 2px #d463af; box-shadow: 1px 1px 3px 2px #d463af;">
Div content here</div>
This div box has shadow with color #d463af
Comments
No comments written yet.
Please login to write comment.