Color spaces of #d63caf
RGB | 214 | 60 | 175 |
---|---|---|---|
HSL | 0.88 | 0.65 | 0.54 |
HSV | 315° | 72° | 84° |
CMYK | 0.00 | 0.72 | 0.18 0.16 |
XYZ | 37.0853 | 20.6230 | 42.5835 |
Yxy | 20.6230 | 0.3698 | 0.2056 |
Hunter Lab | 45.4126 | 66.2967 | -23.8076 |
CIE-Lab | 52.5344 | 69.9560 | -28.0966 |
#d63caf color RGB value is (214,60,175).
#d63caf hex color red value is 214, green value is 60 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d63caf hue: 0.88 , saturation: 0.65 and the lightness value of d63caf is 0.54.
The process color (four color CMYK) of #d63caf color hex is 0.00, 0.72, 0.18, 0.16. Web safe color of #d63caf is #cc3399. Color #d63caf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00111100 | 10101111 |
Octal | 326 | 74 | 257 |
Decimal | 214 | 60 | 175 |
Hex | D6 | 3C | AF |
Shades of #d63caf
Tints of #d63caf
RGB Percentages of Color #d63caf
CMYK Percentages of Color #d63caf
Complementary Color
#d63caf | #3cd663 |
#d63caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d63caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d63caf Color CSS Codes
.mybgcolor {background-color:#d63caf; } .myforecolor {color:#d63caf; } .mybordercolor {border:3px solid #d63caf; }
#d63caf Text Font Color
<p style="color:#d63caf">Text here</p>
This sample text font color is #d63caf
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.
#d63caf Background Color
<div style="background-color:#d63caf">
Div content here</div>
This div background color is #d63caf
#d63caf Border Color
<div style="border:3px solid #d63caf">
Div here</div>
This div border color is #d63caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,60,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d63caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d63caf; -webkit-box-shadow: 1px 1px 3px 2px #d63caf; box-shadow: 1px 1px 3px 2px #d63caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,60,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 #d63caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d63caf; -webkit-box-shadow: 1px 1px 3px 2px #d63caf; box-shadow: 1px 1px 3px 2px #d63caf;">
Div content here</div>
This div box has shadow with color #d63caf
Comments
No comments written yet.
Please login to write comment.