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