Color spaces of #d072ad
RGB | 208 | 114 | 173 |
---|---|---|---|
HSL | 0.90 | 0.50 | 0.63 |
HSV | 322° | 45° | 82° |
CMYK | 0.00 | 0.45 | 0.17 0.18 |
XYZ | 39.5726 | 28.4617 | 42.9431 |
Yxy | 28.4617 | 0.3566 | 0.2565 |
Hunter Lab | 53.3495 | 39.0428 | -10.3802 |
CIE-Lab | 60.3036 | 44.4603 | -15.1120 |
#d072ad color RGB value is (208,114,173).
#d072ad hex color red value is 208, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d072ad hue: 0.90 , saturation: 0.50 and the lightness value of d072ad is 0.63.
The process color (four color CMYK) of #d072ad color hex is 0.00, 0.45, 0.17, 0.18. Web safe color of #d072ad is #cc6699. Color #d072ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01110010 | 10101101 |
Octal | 320 | 162 | 255 |
Decimal | 208 | 114 | 173 |
Hex | D0 | 72 | AD |
Shades of #d072ad
Tints of #d072ad
RGB Percentages of Color #d072ad
CMYK Percentages of Color #d072ad
Complementary Color
#d072ad | #72d095 |
#d072ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d072ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d072ad Color CSS Codes
.mybgcolor {background-color:#d072ad; } .myforecolor {color:#d072ad; } .mybordercolor {border:3px solid #d072ad; }
#d072ad Text Font Color
<p style="color:#d072ad">Text here</p>
This sample text font color is #d072ad
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.
#d072ad Background Color
<div style="background-color:#d072ad">
Div content here</div>
This div background color is #d072ad
#d072ad Border Color
<div style="border:3px solid #d072ad">
Div here</div>
This div border color is #d072ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,114,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d072ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d072ad; -webkit-box-shadow: 1px 1px 3px 2px #d072ad; box-shadow: 1px 1px 3px 2px #d072ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,114,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d072ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d072ad; -webkit-box-shadow: 1px 1px 3px 2px #d072ad; box-shadow: 1px 1px 3px 2px #d072ad;">
Div content here</div>
This div box has shadow with color #d072ad
Comments
No comments written yet.
Please login to write comment.