Color spaces of #d37bde
RGB | 211 | 123 | 222 |
---|---|---|---|
HSL | 0.81 | 0.60 | 0.68 |
HSV | 293° | 45° | 87° |
CMYK | 0.05 | 0.45 | 0.00 0.13 |
XYZ | 47.1317 | 33.2887 | 73.0485 |
Yxy | 33.2887 | 0.3071 | 0.2169 |
Hunter Lab | 57.6964 | 44.8466 | -34.6787 |
CIE-Lab | 64.3940 | 49.2308 | -36.4739 |
#d37bde color RGB value is (211,123,222).
#d37bde hex color red value is 211, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d37bde hue: 0.81 , saturation: 0.60 and the lightness value of d37bde is 0.68.
The process color (four color CMYK) of #d37bde color hex is 0.05, 0.45, 0.00, 0.13. Web safe color of #d37bde is #cc66cc. Color #d37bde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 01111011 | 11011110 |
Octal | 323 | 173 | 336 |
Decimal | 211 | 123 | 222 |
Hex | D3 | 7B | DE |
Shades of #d37bde
Tints of #d37bde
RGB Percentages of Color #d37bde
CMYK Percentages of Color #d37bde
Complementary Color
#d37bde | #86de7b |
#d37bde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d37bde Color Preview on White Background
Lorem ipsum dolor sit amet.
#d37bde Color CSS Codes
.mybgcolor {background-color:#d37bde; } .myforecolor {color:#d37bde; } .mybordercolor {border:3px solid #d37bde; }
#d37bde Text Font Color
<p style="color:#d37bde">Text here</p>
This sample text font color is #d37bde
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.
#d37bde Background Color
<div style="background-color:#d37bde">
Div content here</div>
This div background color is #d37bde
#d37bde Border Color
<div style="border:3px solid #d37bde">
Div here</div>
This div border color is #d37bde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,123,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d37bde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d37bde; -webkit-box-shadow: 1px 1px 3px 2px #d37bde; box-shadow: 1px 1px 3px 2px #d37bde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,123,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d37bde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d37bde; -webkit-box-shadow: 1px 1px 3px 2px #d37bde; box-shadow: 1px 1px 3px 2px #d37bde;">
Div content here</div>
This div box has shadow with color #d37bde
Comments
No comments written yet.
Please login to write comment.