Color spaces of #c5336c
RGB | 197 | 51 | 108 |
---|---|---|---|
HSL | 0.93 | 0.59 | 0.49 |
HSV | 337° | 74° | 77° |
CMYK | 0.00 | 0.74 | 0.45 0.23 |
XYZ | 26.9166 | 15.3207 | 15.7259 |
Yxy | 15.3207 | 0.4644 | 0.2643 |
Hunter Lab | 39.1417 | 54.2514 | 3.5783 |
CIE-Lab | 46.0703 | 60.8005 | 2.0841 |
#c5336c color RGB value is (197,51,108).
#c5336c hex color red value is 197, green value is 51 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c5336c hue: 0.93 , saturation: 0.59 and the lightness value of c5336c is 0.49.
The process color (four color CMYK) of #c5336c color hex is 0.00, 0.74, 0.45, 0.23. Web safe color of #c5336c is #cc3366. Color #c5336c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00110011 | 01101100 |
Octal | 305 | 63 | 154 |
Decimal | 197 | 51 | 108 |
Hex | C5 | 33 | 6C |
Shades of #c5336c
Tints of #c5336c
RGB Percentages of Color #c5336c
CMYK Percentages of Color #c5336c
Complementary Color
#c5336c | #33c58c |
#c5336c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5336c Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5336c Color CSS Codes
.mybgcolor {background-color:#c5336c; } .myforecolor {color:#c5336c; } .mybordercolor {border:3px solid #c5336c; }
#c5336c Text Font Color
<p style="color:#c5336c">Text here</p>
This sample text font color is #c5336c
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.
#c5336c Background Color
<div style="background-color:#c5336c">
Div content here</div>
This div background color is #c5336c
#c5336c Border Color
<div style="border:3px solid #c5336c">
Div here</div>
This div border color is #c5336c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,51,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5336c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5336c; -webkit-box-shadow: 1px 1px 3px 2px #c5336c; box-shadow: 1px 1px 3px 2px #c5336c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,51,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5336c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5336c; -webkit-box-shadow: 1px 1px 3px 2px #c5336c; box-shadow: 1px 1px 3px 2px #c5336c;">
Div content here</div>
This div box has shadow with color #c5336c
Comments
No comments written yet.
Please login to write comment.