Color spaces of #c7188e
RGB | 199 | 24 | 142 |
---|---|---|---|
HSL | 0.89 | 0.78 | 0.44 |
HSV | 320° | 88° | 78° |
CMYK | 0.00 | 0.88 | 0.29 0.22 |
XYZ | 28.7623 | 14.7484 | 26.9220 |
Yxy | 14.7484 | 0.4084 | 0.2094 |
Hunter Lab | 38.4036 | 66.4807 | -14.6814 |
CIE-Lab | 45.2876 | 71.5139 | -19.8611 |
#c7188e color RGB value is (199,24,142).
#c7188e hex color red value is 199, green value is 24 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c7188e hue: 0.89 , saturation: 0.78 and the lightness value of c7188e is 0.44.
The process color (four color CMYK) of #c7188e color hex is 0.00, 0.88, 0.29, 0.22. Web safe color of #c7188e is #cc0099. Color #c7188e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00011000 | 10001110 |
Octal | 307 | 30 | 216 |
Decimal | 199 | 24 | 142 |
Hex | C7 | 18 | 8E |
Shades of #c7188e
Tints of #c7188e
RGB Percentages of Color #c7188e
CMYK Percentages of Color #c7188e
Complementary Color
#c7188e | #18c751 |
#c7188e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7188e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7188e Color CSS Codes
.mybgcolor {background-color:#c7188e; } .myforecolor {color:#c7188e; } .mybordercolor {border:3px solid #c7188e; }
#c7188e Text Font Color
<p style="color:#c7188e">Text here</p>
This sample text font color is #c7188e
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.
#c7188e Background Color
<div style="background-color:#c7188e">
Div content here</div>
This div background color is #c7188e
#c7188e Border Color
<div style="border:3px solid #c7188e">
Div here</div>
This div border color is #c7188e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,24,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7188e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7188e; -webkit-box-shadow: 1px 1px 3px 2px #c7188e; box-shadow: 1px 1px 3px 2px #c7188e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,24,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7188e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7188e; -webkit-box-shadow: 1px 1px 3px 2px #c7188e; box-shadow: 1px 1px 3px 2px #c7188e;">
Div content here</div>
This div box has shadow with color #c7188e
Comments
No comments written yet.
Please login to write comment.