Color spaces of #d844cc
RGB | 216 | 68 | 204 |
---|---|---|---|
HSL | 0.85 | 0.65 | 0.56 |
HSV | 305° | 69° | 85° |
CMYK | 0.00 | 0.69 | 0.06 0.15 |
XYZ | 41.2851 | 23.0928 | 59.4081 |
Yxy | 23.0928 | 0.3335 | 0.1866 |
Hunter Lab | 48.0550 | 69.2572 | -39.6590 |
CIE-Lab | 55.1678 | 71.9071 | -40.7244 |
#d844cc color RGB value is (216,68,204).
#d844cc hex color red value is 216, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d844cc hue: 0.85 , saturation: 0.65 and the lightness value of d844cc is 0.56.
The process color (four color CMYK) of #d844cc color hex is 0.00, 0.69, 0.06, 0.15. Web safe color of #d844cc is #cc33cc. Color #d844cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 01000100 | 11001100 |
Octal | 330 | 104 | 314 |
Decimal | 216 | 68 | 204 |
Hex | D8 | 44 | CC |
Shades of #d844cc
Tints of #d844cc
RGB Percentages of Color #d844cc
CMYK Percentages of Color #d844cc
Complementary Color
#d844cc | #44d850 |
#d844cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d844cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d844cc Color CSS Codes
.mybgcolor {background-color:#d844cc; } .myforecolor {color:#d844cc; } .mybordercolor {border:3px solid #d844cc; }
#d844cc Text Font Color
<p style="color:#d844cc">Text here</p>
This sample text font color is #d844cc
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.
#d844cc Background Color
<div style="background-color:#d844cc">
Div content here</div>
This div background color is #d844cc
#d844cc Border Color
<div style="border:3px solid #d844cc">
Div here</div>
This div border color is #d844cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,68,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d844cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d844cc; -webkit-box-shadow: 1px 1px 3px 2px #d844cc; box-shadow: 1px 1px 3px 2px #d844cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,68,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 #d844cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d844cc; -webkit-box-shadow: 1px 1px 3px 2px #d844cc; box-shadow: 1px 1px 3px 2px #d844cc;">
Div content here</div>
This div box has shadow with color #d844cc
Comments
No comments written yet.
Please login to write comment.