Color spaces of #d15acb
RGB | 209 | 90 | 203 |
---|---|---|---|
HSL | 0.84 | 0.56 | 0.59 |
HSV | 303° | 57° | 82° |
CMYK | 0.00 | 0.57 | 0.03 0.18 |
XYZ | 40.7302 | 25.1794 | 59.2133 |
Yxy | 25.1794 | 0.3255 | 0.2012 |
Hunter Lab | 50.1791 | 57.0745 | -34.8392 |
CIE-Lab | 57.2498 | 61.2288 | -36.9559 |
#d15acb color RGB value is (209,90,203).
#d15acb hex color red value is 209, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d15acb hue: 0.84 , saturation: 0.56 and the lightness value of d15acb is 0.59.
The process color (four color CMYK) of #d15acb color hex is 0.00, 0.57, 0.03, 0.18. Web safe color of #d15acb is #cc66cc. Color #d15acb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01011010 | 11001011 |
Octal | 321 | 132 | 313 |
Decimal | 209 | 90 | 203 |
Hex | D1 | 5A | CB |
Shades of #d15acb
Tints of #d15acb
RGB Percentages of Color #d15acb
CMYK Percentages of Color #d15acb
Complementary Color
#d15acb | #5ad160 |
#d15acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d15acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d15acb Color CSS Codes
.mybgcolor {background-color:#d15acb; } .myforecolor {color:#d15acb; } .mybordercolor {border:3px solid #d15acb; }
#d15acb Text Font Color
<p style="color:#d15acb">Text here</p>
This sample text font color is #d15acb
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.
#d15acb Background Color
<div style="background-color:#d15acb">
Div content here</div>
This div background color is #d15acb
#d15acb Border Color
<div style="border:3px solid #d15acb">
Div here</div>
This div border color is #d15acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,90,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d15acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d15acb; -webkit-box-shadow: 1px 1px 3px 2px #d15acb; box-shadow: 1px 1px 3px 2px #d15acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,90,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d15acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d15acb; -webkit-box-shadow: 1px 1px 3px 2px #d15acb; box-shadow: 1px 1px 3px 2px #d15acb;">
Div content here</div>
This div box has shadow with color #d15acb
Comments
No comments written yet.
Please login to write comment.