Color spaces of #c45584
RGB | 196 | 85 | 132 |
---|---|---|---|
HSL | 0.93 | 0.48 | 0.55 |
HSV | 335° | 57° | 77° |
CMYK | 0.00 | 0.57 | 0.33 0.23 |
XYZ | 30.1783 | 19.8987 | 24.0801 |
Yxy | 19.8987 | 0.4070 | 0.2683 |
Hunter Lab | 44.6080 | 42.6954 | -0.7801 |
CIE-Lab | 51.7225 | 49.1983 | -4.1844 |
#c45584 color RGB value is (196,85,132).
#c45584 hex color red value is 196, green value is 85 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c45584 hue: 0.93 , saturation: 0.48 and the lightness value of c45584 is 0.55.
The process color (four color CMYK) of #c45584 color hex is 0.00, 0.57, 0.33, 0.23. Web safe color of #c45584 is #cc6699. Color #c45584 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01010101 | 10000100 |
Octal | 304 | 125 | 204 |
Decimal | 196 | 85 | 132 |
Hex | C4 | 55 | 84 |
Shades of #c45584
Tints of #c45584
RGB Percentages of Color #c45584
CMYK Percentages of Color #c45584
Complementary Color
#c45584 | #55c495 |
#c45584 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c45584 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c45584 Color CSS Codes
.mybgcolor {background-color:#c45584; } .myforecolor {color:#c45584; } .mybordercolor {border:3px solid #c45584; }
#c45584 Text Font Color
<p style="color:#c45584">Text here</p>
This sample text font color is #c45584
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.
#c45584 Background Color
<div style="background-color:#c45584">
Div content here</div>
This div background color is #c45584
#c45584 Border Color
<div style="border:3px solid #c45584">
Div here</div>
This div border color is #c45584
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,85,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c45584; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c45584; -webkit-box-shadow: 1px 1px 3px 2px #c45584; box-shadow: 1px 1px 3px 2px #c45584; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,85,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c45584">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c45584; -webkit-box-shadow: 1px 1px 3px 2px #c45584; box-shadow: 1px 1px 3px 2px #c45584;">
Div content here</div>
This div box has shadow with color #c45584
Comments
No comments written yet.
Please login to write comment.