Color spaces of #d92cbd
RGB | 217 | 44 | 189 |
---|---|---|---|
HSL | 0.86 | 0.69 | 0.51 |
HSV | 310° | 80° | 85° |
CMYK | 0.00 | 0.80 | 0.13 0.15 |
XYZ | 38.7013 | 20.2272 | 50.0086 |
Yxy | 20.2272 | 0.3553 | 0.1857 |
Hunter Lab | 44.9747 | 74.8960 | -34.4440 |
CIE-Lab | 52.0931 | 77.0897 | -36.9072 |
#d92cbd color RGB value is (217,44,189).
#d92cbd hex color red value is 217, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d92cbd hue: 0.86 , saturation: 0.69 and the lightness value of d92cbd is 0.51.
The process color (four color CMYK) of #d92cbd color hex is 0.00, 0.80, 0.13, 0.15. Web safe color of #d92cbd is #cc33cc. Color #d92cbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00101100 | 10111101 |
Octal | 331 | 54 | 275 |
Decimal | 217 | 44 | 189 |
Hex | D9 | 2C | BD |
Shades of #d92cbd
Tints of #d92cbd
RGB Percentages of Color #d92cbd
CMYK Percentages of Color #d92cbd
Complementary Color
#d92cbd | #2cd948 |
#d92cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d92cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d92cbd Color CSS Codes
.mybgcolor {background-color:#d92cbd; } .myforecolor {color:#d92cbd; } .mybordercolor {border:3px solid #d92cbd; }
#d92cbd Text Font Color
<p style="color:#d92cbd">Text here</p>
This sample text font color is #d92cbd
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.
#d92cbd Background Color
<div style="background-color:#d92cbd">
Div content here</div>
This div background color is #d92cbd
#d92cbd Border Color
<div style="border:3px solid #d92cbd">
Div here</div>
This div border color is #d92cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,44,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d92cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d92cbd; -webkit-box-shadow: 1px 1px 3px 2px #d92cbd; box-shadow: 1px 1px 3px 2px #d92cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,44,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 #d92cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d92cbd; -webkit-box-shadow: 1px 1px 3px 2px #d92cbd; box-shadow: 1px 1px 3px 2px #d92cbd;">
Div content here</div>
This div box has shadow with color #d92cbd
Comments
No comments written yet.
Please login to write comment.