Color spaces of #cf477a
RGB | 207 | 71 | 122 |
---|---|---|---|
HSL | 0.94 | 0.59 | 0.55 |
HSV | 338° | 66° | 81° |
CMYK | 0.00 | 0.66 | 0.41 0.19 |
XYZ | 31.4982 | 19.1770 | 20.4537 |
Yxy | 19.1770 | 0.4428 | 0.2696 |
Hunter Lab | 43.7916 | 51.7555 | 2.9615 |
CIE-Lab | 50.8936 | 57.6730 | 0.7912 |
#cf477a color RGB value is (207,71,122).
#cf477a hex color red value is 207, green value is 71 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cf477a hue: 0.94 , saturation: 0.59 and the lightness value of cf477a is 0.55.
The process color (four color CMYK) of #cf477a color hex is 0.00, 0.66, 0.41, 0.19. Web safe color of #cf477a is #cc3366. Color #cf477a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01000111 | 01111010 |
Octal | 317 | 107 | 172 |
Decimal | 207 | 71 | 122 |
Hex | CF | 47 | 7A |
Shades of #cf477a
Tints of #cf477a
RGB Percentages of Color #cf477a
CMYK Percentages of Color #cf477a
Complementary Color
#cf477a | #47cf9c |
#cf477a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf477a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf477a Color CSS Codes
.mybgcolor {background-color:#cf477a; } .myforecolor {color:#cf477a; } .mybordercolor {border:3px solid #cf477a; }
#cf477a Text Font Color
<p style="color:#cf477a">Text here</p>
This sample text font color is #cf477a
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.
#cf477a Background Color
<div style="background-color:#cf477a">
Div content here</div>
This div background color is #cf477a
#cf477a Border Color
<div style="border:3px solid #cf477a">
Div here</div>
This div border color is #cf477a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,71,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf477a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf477a; -webkit-box-shadow: 1px 1px 3px 2px #cf477a; box-shadow: 1px 1px 3px 2px #cf477a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,71,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf477a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf477a; -webkit-box-shadow: 1px 1px 3px 2px #cf477a; box-shadow: 1px 1px 3px 2px #cf477a;">
Div content here</div>
This div box has shadow with color #cf477a
Comments
No comments written yet.
Please login to write comment.