Color spaces of #d347dc
RGB | 211 | 71 | 220 |
---|---|---|---|
HSL | 0.82 | 0.68 | 0.57 |
HSV | 296° | 68° | 86° |
CMYK | 0.04 | 0.68 | 0.00 0.14 |
XYZ | 42.0355 | 23.5227 | 70.0350 |
Yxy | 23.5227 | 0.3100 | 0.1735 |
Hunter Lab | 48.5002 | 69.8320 | -51.6655 |
CIE-Lab | 55.6067 | 72.2957 | -49.1829 |
#d347dc color RGB value is (211,71,220).
#d347dc hex color red value is 211, green value is 71 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d347dc hue: 0.82 , saturation: 0.68 and the lightness value of d347dc is 0.57.
The process color (four color CMYK) of #d347dc color hex is 0.04, 0.68, 0.00, 0.14. Web safe color of #d347dc is #cc33cc. Color #d347dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 01000111 | 11011100 |
Octal | 323 | 107 | 334 |
Decimal | 211 | 71 | 220 |
Hex | D3 | 47 | DC |
Shades of #d347dc
Tints of #d347dc
RGB Percentages of Color #d347dc
CMYK Percentages of Color #d347dc
Complementary Color
#d347dc | #50dc47 |
#d347dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d347dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d347dc Color CSS Codes
.mybgcolor {background-color:#d347dc; } .myforecolor {color:#d347dc; } .mybordercolor {border:3px solid #d347dc; }
#d347dc Text Font Color
<p style="color:#d347dc">Text here</p>
This sample text font color is #d347dc
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.
#d347dc Background Color
<div style="background-color:#d347dc">
Div content here</div>
This div background color is #d347dc
#d347dc Border Color
<div style="border:3px solid #d347dc">
Div here</div>
This div border color is #d347dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,71,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d347dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d347dc; -webkit-box-shadow: 1px 1px 3px 2px #d347dc; box-shadow: 1px 1px 3px 2px #d347dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,71,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d347dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d347dc; -webkit-box-shadow: 1px 1px 3px 2px #d347dc; box-shadow: 1px 1px 3px 2px #d347dc;">
Div content here</div>
This div box has shadow with color #d347dc
Comments
No comments written yet.
Please login to write comment.