Color spaces of #cf0abe
RGB | 207 | 10 | 190 |
---|---|---|---|
HSL | 0.85 | 0.91 | 0.43 |
HSV | 305° | 95° | 81° |
CMYK | 0.00 | 0.95 | 0.08 0.19 |
XYZ | 35.1349 | 17.2002 | 50.1833 |
Yxy | 17.2002 | 0.3427 | 0.1678 |
Hunter Lab | 41.4731 | 78.6424 | -42.7109 |
CIE-Lab | 48.5113 | 80.7762 | -43.2622 |
#cf0abe color RGB value is (207,10,190).
#cf0abe hex color red value is 207, green value is 10 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cf0abe hue: 0.85 , saturation: 0.91 and the lightness value of cf0abe is 0.43.
The process color (four color CMYK) of #cf0abe color hex is 0.00, 0.95, 0.08, 0.19. Web safe color of #cf0abe is #cc00cc. Color #cf0abe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00001010 | 10111110 |
Octal | 317 | 12 | 276 |
Decimal | 207 | 10 | 190 |
Hex | CF | A | BE |
Shades of #cf0abe
Tints of #cf0abe
RGB Percentages of Color #cf0abe
CMYK Percentages of Color #cf0abe
Complementary Color
#cf0abe | #0acf1b |
#cf0abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf0abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf0abe Color CSS Codes
.mybgcolor {background-color:#cf0abe; } .myforecolor {color:#cf0abe; } .mybordercolor {border:3px solid #cf0abe; }
#cf0abe Text Font Color
<p style="color:#cf0abe">Text here</p>
This sample text font color is #cf0abe
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.
#cf0abe Background Color
<div style="background-color:#cf0abe">
Div content here</div>
This div background color is #cf0abe
#cf0abe Border Color
<div style="border:3px solid #cf0abe">
Div here</div>
This div border color is #cf0abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,10,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf0abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf0abe; -webkit-box-shadow: 1px 1px 3px 2px #cf0abe; box-shadow: 1px 1px 3px 2px #cf0abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,10,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf0abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf0abe; -webkit-box-shadow: 1px 1px 3px 2px #cf0abe; box-shadow: 1px 1px 3px 2px #cf0abe;">
Div content here</div>
This div box has shadow with color #cf0abe
Comments
No comments written yet.
Please login to write comment.