Color spaces of #d348bd
RGB | 211 | 72 | 189 |
---|---|---|---|
HSL | 0.86 | 0.61 | 0.55 |
HSV | 309° | 66° | 83° |
CMYK | 0.00 | 0.66 | 0.10 0.17 |
XYZ | 38.3666 | 22.1577 | 50.3988 |
Yxy | 22.1577 | 0.3459 | 0.1998 |
Hunter Lab | 47.0720 | 63.1127 | -30.5300 |
CIE-Lab | 54.1939 | 66.9631 | -33.6854 |
#d348bd color RGB value is (211,72,189).
#d348bd hex color red value is 211, green value is 72 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d348bd hue: 0.86 , saturation: 0.61 and the lightness value of d348bd is 0.55.
The process color (four color CMYK) of #d348bd color hex is 0.00, 0.66, 0.10, 0.17. Web safe color of #d348bd is #cc33cc. Color #d348bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 01001000 | 10111101 |
Octal | 323 | 110 | 275 |
Decimal | 211 | 72 | 189 |
Hex | D3 | 48 | BD |
Shades of #d348bd
Tints of #d348bd
RGB Percentages of Color #d348bd
CMYK Percentages of Color #d348bd
Complementary Color
#d348bd | #48d35e |
#d348bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d348bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d348bd Color CSS Codes
.mybgcolor {background-color:#d348bd; } .myforecolor {color:#d348bd; } .mybordercolor {border:3px solid #d348bd; }
#d348bd Text Font Color
<p style="color:#d348bd">Text here</p>
This sample text font color is #d348bd
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.
#d348bd Background Color
<div style="background-color:#d348bd">
Div content here</div>
This div background color is #d348bd
#d348bd Border Color
<div style="border:3px solid #d348bd">
Div here</div>
This div border color is #d348bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,72,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d348bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d348bd; -webkit-box-shadow: 1px 1px 3px 2px #d348bd; box-shadow: 1px 1px 3px 2px #d348bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,72,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d348bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d348bd; -webkit-box-shadow: 1px 1px 3px 2px #d348bd; box-shadow: 1px 1px 3px 2px #d348bd;">
Div content here</div>
This div box has shadow with color #d348bd
Comments
No comments written yet.
Please login to write comment.