Color spaces of #d143ad
RGB | 209 | 67 | 173 |
---|---|---|---|
HSL | 0.88 | 0.61 | 0.54 |
HSV | 315° | 68° | 82° |
CMYK | 0.00 | 0.68 | 0.17 0.18 |
XYZ | 35.8445 | 20.5867 | 41.6196 |
Yxy | 20.5867 | 0.3656 | 0.2100 |
Hunter Lab | 45.3726 | 61.6137 | -22.6251 |
CIE-Lab | 52.4942 | 66.0084 | -27.0540 |
#d143ad color RGB value is (209,67,173).
#d143ad hex color red value is 209, green value is 67 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d143ad hue: 0.88 , saturation: 0.61 and the lightness value of d143ad is 0.54.
The process color (four color CMYK) of #d143ad color hex is 0.00, 0.68, 0.17, 0.18. Web safe color of #d143ad is #cc3399. Color #d143ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01000011 | 10101101 |
Octal | 321 | 103 | 255 |
Decimal | 209 | 67 | 173 |
Hex | D1 | 43 | AD |
Shades of #d143ad
Tints of #d143ad
RGB Percentages of Color #d143ad
CMYK Percentages of Color #d143ad
Complementary Color
#d143ad | #43d167 |
#d143ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d143ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d143ad Color CSS Codes
.mybgcolor {background-color:#d143ad; } .myforecolor {color:#d143ad; } .mybordercolor {border:3px solid #d143ad; }
#d143ad Text Font Color
<p style="color:#d143ad">Text here</p>
This sample text font color is #d143ad
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.
#d143ad Background Color
<div style="background-color:#d143ad">
Div content here</div>
This div background color is #d143ad
#d143ad Border Color
<div style="border:3px solid #d143ad">
Div here</div>
This div border color is #d143ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,67,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d143ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d143ad; -webkit-box-shadow: 1px 1px 3px 2px #d143ad; box-shadow: 1px 1px 3px 2px #d143ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,67,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 #d143ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d143ad; -webkit-box-shadow: 1px 1px 3px 2px #d143ad; box-shadow: 1px 1px 3px 2px #d143ad;">
Div content here</div>
This div box has shadow with color #d143ad
Comments
No comments written yet.
Please login to write comment.