Color spaces of #c5077e
RGB | 197 | 7 | 126 |
---|---|---|---|
HSL | 0.90 | 0.93 | 0.40 |
HSV | 322° | 96° | 77° |
CMYK | 0.00 | 0.96 | 0.36 0.23 |
XYZ | 26.8678 | 13.5286 | 20.9339 |
Yxy | 13.5286 | 0.4381 | 0.2206 |
Hunter Lab | 36.7812 | 66.0227 | -7.9978 |
CIE-Lab | 43.5492 | 71.4692 | -12.7612 |
#c5077e color RGB value is (197,7,126).
#c5077e hex color red value is 197, green value is 7 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c5077e hue: 0.90 , saturation: 0.93 and the lightness value of c5077e is 0.40.
The process color (four color CMYK) of #c5077e color hex is 0.00, 0.96, 0.36, 0.23. Web safe color of #c5077e is #cc0066. Color #c5077e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00000111 | 01111110 |
Octal | 305 | 7 | 176 |
Decimal | 197 | 7 | 126 |
Hex | C5 | 7 | 7E |
Shades of #c5077e
Tints of #c5077e
RGB Percentages of Color #c5077e
CMYK Percentages of Color #c5077e
Complementary Color
#c5077e | #07c54e |
#c5077e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5077e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5077e Color CSS Codes
.mybgcolor {background-color:#c5077e; } .myforecolor {color:#c5077e; } .mybordercolor {border:3px solid #c5077e; }
#c5077e Text Font Color
<p style="color:#c5077e">Text here</p>
This sample text font color is #c5077e
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.
#c5077e Background Color
<div style="background-color:#c5077e">
Div content here</div>
This div background color is #c5077e
#c5077e Border Color
<div style="border:3px solid #c5077e">
Div here</div>
This div border color is #c5077e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,7,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5077e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5077e; -webkit-box-shadow: 1px 1px 3px 2px #c5077e; box-shadow: 1px 1px 3px 2px #c5077e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,7,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5077e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5077e; -webkit-box-shadow: 1px 1px 3px 2px #c5077e; box-shadow: 1px 1px 3px 2px #c5077e;">
Div content here</div>
This div box has shadow with color #c5077e
Comments
No comments written yet.
Please login to write comment.