Color spaces of #d94ccc
RGB | 217 | 76 | 204 |
---|---|---|---|
HSL | 0.85 | 0.65 | 0.57 |
HSV | 306° | 65° | 85° |
CMYK | 0.00 | 0.65 | 0.06 0.15 |
XYZ | 42.0988 | 24.2802 | 59.5944 |
Yxy | 24.2802 | 0.3342 | 0.1927 |
Hunter Lab | 49.2749 | 66.2731 | -37.2144 |
CIE-Lab | 56.3673 | 69.2086 | -38.8271 |
#d94ccc color RGB value is (217,76,204).
#d94ccc hex color red value is 217, green value is 76 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d94ccc hue: 0.85 , saturation: 0.65 and the lightness value of d94ccc is 0.57.
The process color (four color CMYK) of #d94ccc color hex is 0.00, 0.65, 0.06, 0.15. Web safe color of #d94ccc is #cc33cc. Color #d94ccc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 01001100 | 11001100 |
Octal | 331 | 114 | 314 |
Decimal | 217 | 76 | 204 |
Hex | D9 | 4C | CC |
Shades of #d94ccc
Tints of #d94ccc
RGB Percentages of Color #d94ccc
CMYK Percentages of Color #d94ccc
Complementary Color
#d94ccc | #4cd959 |
#d94ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d94ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d94ccc Color CSS Codes
.mybgcolor {background-color:#d94ccc; } .myforecolor {color:#d94ccc; } .mybordercolor {border:3px solid #d94ccc; }
#d94ccc Text Font Color
<p style="color:#d94ccc">Text here</p>
This sample text font color is #d94ccc
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.
#d94ccc Background Color
<div style="background-color:#d94ccc">
Div content here</div>
This div background color is #d94ccc
#d94ccc Border Color
<div style="border:3px solid #d94ccc">
Div here</div>
This div border color is #d94ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,76,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d94ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d94ccc; -webkit-box-shadow: 1px 1px 3px 2px #d94ccc; box-shadow: 1px 1px 3px 2px #d94ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,76,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 #d94ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d94ccc; -webkit-box-shadow: 1px 1px 3px 2px #d94ccc; box-shadow: 1px 1px 3px 2px #d94ccc;">
Div content here</div>
This div box has shadow with color #d94ccc
Comments
No comments written yet.
Please login to write comment.