Color spaces of #d931cc
RGB | 217 | 49 | 204 |
---|---|---|---|
HSL | 0.85 | 0.69 | 0.52 |
HSV | 305° | 77° | 85° |
CMYK | 0.00 | 0.77 | 0.06 0.15 |
XYZ | 40.6127 | 21.3080 | 59.0991 |
Yxy | 21.3080 | 0.3356 | 0.1761 |
Hunter Lab | 46.1606 | 76.2656 | -43.5962 |
CIE-Lab | 53.2849 | 77.9558 | -43.6869 |
#d931cc color RGB value is (217,49,204).
#d931cc hex color red value is 217, green value is 49 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d931cc hue: 0.85 , saturation: 0.69 and the lightness value of d931cc is 0.52.
The process color (four color CMYK) of #d931cc color hex is 0.00, 0.77, 0.06, 0.15. Web safe color of #d931cc is #cc33cc. Color #d931cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00110001 | 11001100 |
Octal | 331 | 61 | 314 |
Decimal | 217 | 49 | 204 |
Hex | D9 | 31 | CC |
Shades of #d931cc
Tints of #d931cc
RGB Percentages of Color #d931cc
CMYK Percentages of Color #d931cc
Complementary Color
#d931cc | #31d93e |
#d931cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d931cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d931cc Color CSS Codes
.mybgcolor {background-color:#d931cc; } .myforecolor {color:#d931cc; } .mybordercolor {border:3px solid #d931cc; }
#d931cc Text Font Color
<p style="color:#d931cc">Text here</p>
This sample text font color is #d931cc
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.
#d931cc Background Color
<div style="background-color:#d931cc">
Div content here</div>
This div background color is #d931cc
#d931cc Border Color
<div style="border:3px solid #d931cc">
Div here</div>
This div border color is #d931cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,49,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d931cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d931cc; -webkit-box-shadow: 1px 1px 3px 2px #d931cc; box-shadow: 1px 1px 3px 2px #d931cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,49,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 #d931cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d931cc; -webkit-box-shadow: 1px 1px 3px 2px #d931cc; box-shadow: 1px 1px 3px 2px #d931cc;">
Div content here</div>
This div box has shadow with color #d931cc
Comments
No comments written yet.
Please login to write comment.