Color spaces of #d30cbc
RGB | 211 | 12 | 188 |
---|---|---|---|
HSL | 0.85 | 0.89 | 0.44 |
HSV | 307° | 94° | 83° |
CMYK | 0.00 | 0.94 | 0.11 0.17 |
XYZ | 36.0725 | 17.7427 | 49.1004 |
Yxy | 17.7427 | 0.3505 | 0.1724 |
Hunter Lab | 42.1221 | 79.1501 | -39.6270 |
CIE-Lab | 49.1825 | 81.0470 | -40.9856 |
#d30cbc color RGB value is (211,12,188).
#d30cbc hex color red value is 211, green value is 12 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d30cbc hue: 0.85 , saturation: 0.89 and the lightness value of d30cbc is 0.44.
The process color (four color CMYK) of #d30cbc color hex is 0.00, 0.94, 0.11, 0.17. Web safe color of #d30cbc is #cc00cc. Color #d30cbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00001100 | 10111100 |
Octal | 323 | 14 | 274 |
Decimal | 211 | 12 | 188 |
Hex | D3 | C | BC |
Shades of #d30cbc
Tints of #d30cbc
RGB Percentages of Color #d30cbc
CMYK Percentages of Color #d30cbc
Complementary Color
#d30cbc | #0cd323 |
#d30cbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d30cbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d30cbc Color CSS Codes
.mybgcolor {background-color:#d30cbc; } .myforecolor {color:#d30cbc; } .mybordercolor {border:3px solid #d30cbc; }
#d30cbc Text Font Color
<p style="color:#d30cbc">Text here</p>
This sample text font color is #d30cbc
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.
#d30cbc Background Color
<div style="background-color:#d30cbc">
Div content here</div>
This div background color is #d30cbc
#d30cbc Border Color
<div style="border:3px solid #d30cbc">
Div here</div>
This div border color is #d30cbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,12,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d30cbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d30cbc; -webkit-box-shadow: 1px 1px 3px 2px #d30cbc; box-shadow: 1px 1px 3px 2px #d30cbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,12,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d30cbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d30cbc; -webkit-box-shadow: 1px 1px 3px 2px #d30cbc; box-shadow: 1px 1px 3px 2px #d30cbc;">
Div content here</div>
This div box has shadow with color #d30cbc
Comments
No comments written yet.
Please login to write comment.