Color spaces of #c74eab
RGB | 199 | 78 | 171 |
---|---|---|---|
HSL | 0.87 | 0.52 | 0.54 |
HSV | 314° | 61° | 78° |
CMYK | 0.00 | 0.61 | 0.14 0.22 |
XYZ | 33.6283 | 20.5312 | 40.7186 |
Yxy | 20.5312 | 0.3544 | 0.2164 |
Hunter Lab | 45.3114 | 53.1807 | -21.5624 |
CIE-Lab | 52.4326 | 58.6700 | -26.1052 |
#c74eab color RGB value is (199,78,171).
#c74eab hex color red value is 199, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c74eab hue: 0.87 , saturation: 0.52 and the lightness value of c74eab is 0.54.
The process color (four color CMYK) of #c74eab color hex is 0.00, 0.61, 0.14, 0.22. Web safe color of #c74eab is #cc6699. Color #c74eab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01001110 | 10101011 |
Octal | 307 | 116 | 253 |
Decimal | 199 | 78 | 171 |
Hex | C7 | 4E | AB |
Shades of #c74eab
Tints of #c74eab
RGB Percentages of Color #c74eab
CMYK Percentages of Color #c74eab
Complementary Color
#c74eab | #4ec76a |
#c74eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c74eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c74eab Color CSS Codes
.mybgcolor {background-color:#c74eab; } .myforecolor {color:#c74eab; } .mybordercolor {border:3px solid #c74eab; }
#c74eab Text Font Color
<p style="color:#c74eab">Text here</p>
This sample text font color is #c74eab
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.
#c74eab Background Color
<div style="background-color:#c74eab">
Div content here</div>
This div background color is #c74eab
#c74eab Border Color
<div style="border:3px solid #c74eab">
Div here</div>
This div border color is #c74eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,78,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c74eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c74eab; -webkit-box-shadow: 1px 1px 3px 2px #c74eab; box-shadow: 1px 1px 3px 2px #c74eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,78,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c74eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c74eab; -webkit-box-shadow: 1px 1px 3px 2px #c74eab; box-shadow: 1px 1px 3px 2px #c74eab;">
Div content here</div>
This div box has shadow with color #c74eab
Comments
No comments written yet.
Please login to write comment.