Color spaces of #d37acc
RGB | 211 | 122 | 204 |
---|---|---|---|
HSL | 0.85 | 0.50 | 0.65 |
HSV | 305° | 42° | 83° |
CMYK | 0.00 | 0.42 | 0.03 0.17 |
XYZ | 44.7226 | 32.1276 | 60.9708 |
Yxy | 32.1276 | 0.3245 | 0.2331 |
Hunter Lab | 56.6812 | 41.6479 | -24.1002 |
CIE-Lab | 63.4482 | 46.4463 | -27.8684 |
#d37acc color RGB value is (211,122,204).
#d37acc hex color red value is 211, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d37acc hue: 0.85 , saturation: 0.50 and the lightness value of d37acc is 0.65.
The process color (four color CMYK) of #d37acc color hex is 0.00, 0.42, 0.03, 0.17. Web safe color of #d37acc is #cc66cc. Color #d37acc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 01111010 | 11001100 |
Octal | 323 | 172 | 314 |
Decimal | 211 | 122 | 204 |
Hex | D3 | 7A | CC |
Shades of #d37acc
Tints of #d37acc
RGB Percentages of Color #d37acc
CMYK Percentages of Color #d37acc
Complementary Color
#d37acc | #7ad381 |
#d37acc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d37acc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d37acc Color CSS Codes
.mybgcolor {background-color:#d37acc; } .myforecolor {color:#d37acc; } .mybordercolor {border:3px solid #d37acc; }
#d37acc Text Font Color
<p style="color:#d37acc">Text here</p>
This sample text font color is #d37acc
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.
#d37acc Background Color
<div style="background-color:#d37acc">
Div content here</div>
This div background color is #d37acc
#d37acc Border Color
<div style="border:3px solid #d37acc">
Div here</div>
This div border color is #d37acc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,122,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d37acc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d37acc; -webkit-box-shadow: 1px 1px 3px 2px #d37acc; box-shadow: 1px 1px 3px 2px #d37acc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,122,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 #d37acc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d37acc; -webkit-box-shadow: 1px 1px 3px 2px #d37acc; box-shadow: 1px 1px 3px 2px #d37acc;">
Div content here</div>
This div box has shadow with color #d37acc
Comments
No comments written yet.
Please login to write comment.