Color spaces of #d148ac
RGB | 209 | 72 | 172 |
---|---|---|---|
HSL | 0.88 | 0.60 | 0.55 |
HSV | 316° | 66° | 82° |
CMYK | 0.00 | 0.66 | 0.18 0.18 |
XYZ | 36.0583 | 21.1686 | 41.2152 |
Yxy | 21.1686 | 0.3663 | 0.2150 |
Hunter Lab | 46.0093 | 59.3771 | -20.9055 |
CIE-Lab | 53.1335 | 63.9693 | -25.4800 |
#d148ac color RGB value is (209,72,172).
#d148ac hex color red value is 209, green value is 72 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d148ac hue: 0.88 , saturation: 0.60 and the lightness value of d148ac is 0.55.
The process color (four color CMYK) of #d148ac color hex is 0.00, 0.66, 0.18, 0.18. Web safe color of #d148ac is #cc3399. Color #d148ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01001000 | 10101100 |
Octal | 321 | 110 | 254 |
Decimal | 209 | 72 | 172 |
Hex | D1 | 48 | AC |
Shades of #d148ac
Tints of #d148ac
RGB Percentages of Color #d148ac
CMYK Percentages of Color #d148ac
Complementary Color
#d148ac | #48d16d |
#d148ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d148ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d148ac Color CSS Codes
.mybgcolor {background-color:#d148ac; } .myforecolor {color:#d148ac; } .mybordercolor {border:3px solid #d148ac; }
#d148ac Text Font Color
<p style="color:#d148ac">Text here</p>
This sample text font color is #d148ac
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.
#d148ac Background Color
<div style="background-color:#d148ac">
Div content here</div>
This div background color is #d148ac
#d148ac Border Color
<div style="border:3px solid #d148ac">
Div here</div>
This div border color is #d148ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,72,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d148ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d148ac; -webkit-box-shadow: 1px 1px 3px 2px #d148ac; box-shadow: 1px 1px 3px 2px #d148ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,72,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d148ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d148ac; -webkit-box-shadow: 1px 1px 3px 2px #d148ac; box-shadow: 1px 1px 3px 2px #d148ac;">
Div content here</div>
This div box has shadow with color #d148ac
Comments
No comments written yet.
Please login to write comment.