Color spaces of #dc5591
RGB | 220 | 85 | 145 |
---|---|---|---|
HSL | 0.93 | 0.66 | 0.60 |
HSV | 333° | 61° | 86° |
CMYK | 0.00 | 0.61 | 0.34 0.14 |
XYZ | 37.8745 | 23.7570 | 29.3774 |
Yxy | 23.7570 | 0.4162 | 0.2610 |
Hunter Lab | 48.7412 | 53.4071 | -1.6166 |
CIE-Lab | 55.8437 | 58.2655 | -5.3669 |
#dc5591 color RGB value is (220,85,145).
#dc5591 hex color red value is 220, green value is 85 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dc5591 hue: 0.93 , saturation: 0.66 and the lightness value of dc5591 is 0.60.
The process color (four color CMYK) of #dc5591 color hex is 0.00, 0.61, 0.34, 0.14. Web safe color of #dc5591 is #cc6699. Color #dc5591 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01010101 | 10010001 |
Octal | 334 | 125 | 221 |
Decimal | 220 | 85 | 145 |
Hex | DC | 55 | 91 |
Shades of #dc5591
Tints of #dc5591
RGB Percentages of Color #dc5591
CMYK Percentages of Color #dc5591
Complementary Color
#dc5591 | #55dca0 |
#dc5591 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc5591 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc5591 Color CSS Codes
.mybgcolor {background-color:#dc5591; } .myforecolor {color:#dc5591; } .mybordercolor {border:3px solid #dc5591; }
#dc5591 Text Font Color
<p style="color:#dc5591">Text here</p>
This sample text font color is #dc5591
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.
#dc5591 Background Color
<div style="background-color:#dc5591">
Div content here</div>
This div background color is #dc5591
#dc5591 Border Color
<div style="border:3px solid #dc5591">
Div here</div>
This div border color is #dc5591
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,85,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc5591; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc5591; -webkit-box-shadow: 1px 1px 3px 2px #dc5591; box-shadow: 1px 1px 3px 2px #dc5591; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,85,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc5591">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc5591; -webkit-box-shadow: 1px 1px 3px 2px #dc5591; box-shadow: 1px 1px 3px 2px #dc5591;">
Div content here</div>
This div box has shadow with color #dc5591
Comments
No comments written yet.
Please login to write comment.