Color spaces of #c9068e
RGB | 201 | 6 | 142 |
---|---|---|---|
HSL | 0.88 | 0.94 | 0.41 |
HSV | 318° | 97° | 79° |
CMYK | 0.00 | 0.97 | 0.29 0.21 |
XYZ | 29.0350 | 14.5008 | 26.8598 |
Yxy | 14.5008 | 0.4125 | 0.2060 |
Hunter Lab | 38.0799 | 69.4620 | -15.1645 |
CIE-Lab | 44.9427 | 74.0582 | -20.3590 |
#c9068e color RGB value is (201,6,142).
#c9068e hex color red value is 201, green value is 6 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c9068e hue: 0.88 , saturation: 0.94 and the lightness value of c9068e is 0.41.
The process color (four color CMYK) of #c9068e color hex is 0.00, 0.97, 0.29, 0.21. Web safe color of #c9068e is #cc0099. Color #c9068e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00000110 | 10001110 |
Octal | 311 | 6 | 216 |
Decimal | 201 | 6 | 142 |
Hex | C9 | 6 | 8E |
Shades of #c9068e
Tints of #c9068e
RGB Percentages of Color #c9068e
CMYK Percentages of Color #c9068e
Complementary Color
#c9068e | #06c941 |
#c9068e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9068e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9068e Color CSS Codes
.mybgcolor {background-color:#c9068e; } .myforecolor {color:#c9068e; } .mybordercolor {border:3px solid #c9068e; }
#c9068e Text Font Color
<p style="color:#c9068e">Text here</p>
This sample text font color is #c9068e
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.
#c9068e Background Color
<div style="background-color:#c9068e">
Div content here</div>
This div background color is #c9068e
#c9068e Border Color
<div style="border:3px solid #c9068e">
Div here</div>
This div border color is #c9068e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,6,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9068e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9068e; -webkit-box-shadow: 1px 1px 3px 2px #c9068e; box-shadow: 1px 1px 3px 2px #c9068e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,6,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 #c9068e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9068e; -webkit-box-shadow: 1px 1px 3px 2px #c9068e; box-shadow: 1px 1px 3px 2px #c9068e;">
Div content here</div>
This div box has shadow with color #c9068e
Comments
No comments written yet.
Please login to write comment.