Color spaces of #cf0cfb
RGB | 207 | 12 | 251 |
---|---|---|---|
HSL | 0.80 | 0.97 | 0.52 |
HSV | 289° | 95° | 98° |
CMYK | 0.18 | 0.95 | 0.00 0.02 |
XYZ | 43.2762 | 20.4934 | 92.9415 |
Yxy | 20.4934 | 0.2762 | 0.1308 |
Hunter Lab | 45.2696 | 91.4179 | -90.0375 |
CIE-Lab | 52.3905 | 89.8702 | -71.8053 |
#cf0cfb color RGB value is (207,12,251).
#cf0cfb hex color red value is 207, green value is 12 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cf0cfb hue: 0.80 , saturation: 0.97 and the lightness value of cf0cfb is 0.52.
The process color (four color CMYK) of #cf0cfb color hex is 0.18, 0.95, 0.00, 0.02. Web safe color of #cf0cfb is #cc00ff. Color #cf0cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00001100 | 11111011 |
Octal | 317 | 14 | 373 |
Decimal | 207 | 12 | 251 |
Hex | CF | C | FB |
Shades of #cf0cfb
Tints of #cf0cfb
RGB Percentages of Color #cf0cfb
CMYK Percentages of Color #cf0cfb
Complementary Color
#cf0cfb | #38fb0c |
#cf0cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf0cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf0cfb Color CSS Codes
.mybgcolor {background-color:#cf0cfb; } .myforecolor {color:#cf0cfb; } .mybordercolor {border:3px solid #cf0cfb; }
#cf0cfb Text Font Color
<p style="color:#cf0cfb">Text here</p>
This sample text font color is #cf0cfb
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.
#cf0cfb Background Color
<div style="background-color:#cf0cfb">
Div content here</div>
This div background color is #cf0cfb
#cf0cfb Border Color
<div style="border:3px solid #cf0cfb">
Div here</div>
This div border color is #cf0cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,12,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf0cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf0cfb; -webkit-box-shadow: 1px 1px 3px 2px #cf0cfb; box-shadow: 1px 1px 3px 2px #cf0cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,12,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf0cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf0cfb; -webkit-box-shadow: 1px 1px 3px 2px #cf0cfb; box-shadow: 1px 1px 3px 2px #cf0cfb;">
Div content here</div>
This div box has shadow with color #cf0cfb
Comments
No comments written yet.
Please login to write comment.