Color spaces of #cf2eaa
RGB | 207 | 46 | 170 |
---|---|---|---|
HSL | 0.87 | 0.64 | 0.50 |
HSV | 314° | 78° | 81° |
CMYK | 0.00 | 0.78 | 0.18 0.19 |
XYZ | 33.9648 | 18.1217 | 39.7379 |
Yxy | 18.1217 | 0.3699 | 0.1974 |
Hunter Lab | 42.5696 | 67.9222 | -25.5474 |
CIE-Lab | 49.6434 | 71.8679 | -29.7479 |
#cf2eaa color RGB value is (207,46,170).
#cf2eaa hex color red value is 207, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cf2eaa hue: 0.87 , saturation: 0.64 and the lightness value of cf2eaa is 0.50.
The process color (four color CMYK) of #cf2eaa color hex is 0.00, 0.78, 0.18, 0.19. Web safe color of #cf2eaa is #cc3399. Color #cf2eaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00101110 | 10101010 |
Octal | 317 | 56 | 252 |
Decimal | 207 | 46 | 170 |
Hex | CF | 2E | AA |
Shades of #cf2eaa
Tints of #cf2eaa
RGB Percentages of Color #cf2eaa
CMYK Percentages of Color #cf2eaa
Complementary Color
#cf2eaa | #2ecf53 |
#cf2eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf2eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf2eaa Color CSS Codes
.mybgcolor {background-color:#cf2eaa; } .myforecolor {color:#cf2eaa; } .mybordercolor {border:3px solid #cf2eaa; }
#cf2eaa Text Font Color
<p style="color:#cf2eaa">Text here</p>
This sample text font color is #cf2eaa
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.
#cf2eaa Background Color
<div style="background-color:#cf2eaa">
Div content here</div>
This div background color is #cf2eaa
#cf2eaa Border Color
<div style="border:3px solid #cf2eaa">
Div here</div>
This div border color is #cf2eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,46,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf2eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf2eaa; -webkit-box-shadow: 1px 1px 3px 2px #cf2eaa; box-shadow: 1px 1px 3px 2px #cf2eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,46,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf2eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf2eaa; -webkit-box-shadow: 1px 1px 3px 2px #cf2eaa; box-shadow: 1px 1px 3px 2px #cf2eaa;">
Div content here</div>
This div box has shadow with color #cf2eaa
Comments
No comments written yet.
Please login to write comment.