Color spaces of #dc5dbb
RGB | 220 | 93 | 187 |
---|---|---|---|
HSL | 0.88 | 0.64 | 0.61 |
HSV | 316° | 58° | 86° |
CMYK | 0.00 | 0.58 | 0.15 0.14 |
XYZ | 42.3992 | 26.6322 | 49.9196 |
Yxy | 26.6322 | 0.3564 | 0.2239 |
Hunter Lab | 51.6064 | 56.3423 | -21.2276 |
CIE-Lab | 58.6323 | 60.3497 | -25.5411 |
#dc5dbb color RGB value is (220,93,187).
#dc5dbb hex color red value is 220, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dc5dbb hue: 0.88 , saturation: 0.64 and the lightness value of dc5dbb is 0.61.
The process color (four color CMYK) of #dc5dbb color hex is 0.00, 0.58, 0.15, 0.14. Web safe color of #dc5dbb is #cc66cc. Color #dc5dbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01011101 | 10111011 |
Octal | 334 | 135 | 273 |
Decimal | 220 | 93 | 187 |
Hex | DC | 5D | BB |
Shades of #dc5dbb
Tints of #dc5dbb
RGB Percentages of Color #dc5dbb
CMYK Percentages of Color #dc5dbb
Complementary Color
#dc5dbb | #5ddc7e |
#dc5dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc5dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc5dbb Color CSS Codes
.mybgcolor {background-color:#dc5dbb; } .myforecolor {color:#dc5dbb; } .mybordercolor {border:3px solid #dc5dbb; }
#dc5dbb Text Font Color
<p style="color:#dc5dbb">Text here</p>
This sample text font color is #dc5dbb
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.
#dc5dbb Background Color
<div style="background-color:#dc5dbb">
Div content here</div>
This div background color is #dc5dbb
#dc5dbb Border Color
<div style="border:3px solid #dc5dbb">
Div here</div>
This div border color is #dc5dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,93,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc5dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc5dbb; -webkit-box-shadow: 1px 1px 3px 2px #dc5dbb; box-shadow: 1px 1px 3px 2px #dc5dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,93,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc5dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc5dbb; -webkit-box-shadow: 1px 1px 3px 2px #dc5dbb; box-shadow: 1px 1px 3px 2px #dc5dbb;">
Div content here</div>
This div box has shadow with color #dc5dbb
Comments
No comments written yet.
Please login to write comment.