Color spaces of #cf014c
RGB | 207 | 1 | 76 |
---|---|---|---|
HSL | 0.94 | 0.99 | 0.41 |
HSV | 338° | 100° | 81° |
CMYK | 0.00 | 1.00 | 0.63 0.19 |
XYZ | 27.0475 | 13.8089 | 8.0773 |
Yxy | 13.8089 | 0.5527 | 0.2822 |
Hunter Lab | 37.1603 | 64.8924 | 13.1247 |
CIE-Lab | 43.9576 | 70.4386 | 19.3392 |
#cf014c color RGB value is (207,1,76).
#cf014c hex color red value is 207, green value is 1 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cf014c hue: 0.94 , saturation: 0.99 and the lightness value of cf014c is 0.41.
The process color (four color CMYK) of #cf014c color hex is 0.00, 1.00, 0.63, 0.19. Web safe color of #cf014c is #cc0033. Color #cf014c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00000001 | 01001100 |
Octal | 317 | 1 | 114 |
Decimal | 207 | 1 | 76 |
Hex | CF | 1 | 4C |
Shades of #cf014c
Tints of #cf014c
RGB Percentages of Color #cf014c
CMYK Percentages of Color #cf014c
Complementary Color
#cf014c | #01cf84 |
#cf014c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf014c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf014c Color CSS Codes
.mybgcolor {background-color:#cf014c; } .myforecolor {color:#cf014c; } .mybordercolor {border:3px solid #cf014c; }
#cf014c Text Font Color
<p style="color:#cf014c">Text here</p>
This sample text font color is #cf014c
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.
#cf014c Background Color
<div style="background-color:#cf014c">
Div content here</div>
This div background color is #cf014c
#cf014c Border Color
<div style="border:3px solid #cf014c">
Div here</div>
This div border color is #cf014c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,1,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf014c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf014c; -webkit-box-shadow: 1px 1px 3px 2px #cf014c; box-shadow: 1px 1px 3px 2px #cf014c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,1,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf014c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf014c; -webkit-box-shadow: 1px 1px 3px 2px #cf014c; box-shadow: 1px 1px 3px 2px #cf014c;">
Div content here</div>
This div box has shadow with color #cf014c
Comments
No comments written yet.
Please login to write comment.