Color spaces of #cf1fef
RGB | 207 | 31 | 239 |
---|---|---|---|
HSL | 0.81 | 0.87 | 0.53 |
HSV | 291° | 87° | 94° |
CMYK | 0.13 | 0.87 | 0.00 0.06 |
XYZ | 41.8021 | 20.4774 | 83.4107 |
Yxy | 20.4774 | 0.2869 | 0.1406 |
Hunter Lab | 45.2520 | 85.7008 | -77.6099 |
CIE-Lab | 52.3727 | 85.5289 | -65.1158 |
#cf1fef color RGB value is (207,31,239).
#cf1fef hex color red value is 207, green value is 31 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cf1fef hue: 0.81 , saturation: 0.87 and the lightness value of cf1fef is 0.53.
The process color (four color CMYK) of #cf1fef color hex is 0.13, 0.87, 0.00, 0.06. Web safe color of #cf1fef is #cc33ff. Color #cf1fef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00011111 | 11101111 |
Octal | 317 | 37 | 357 |
Decimal | 207 | 31 | 239 |
Hex | CF | 1F | EF |
Shades of #cf1fef
Tints of #cf1fef
RGB Percentages of Color #cf1fef
CMYK Percentages of Color #cf1fef
Complementary Color
#cf1fef | #3fef1f |
#cf1fef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf1fef Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf1fef Color CSS Codes
.mybgcolor {background-color:#cf1fef; } .myforecolor {color:#cf1fef; } .mybordercolor {border:3px solid #cf1fef; }
#cf1fef Text Font Color
<p style="color:#cf1fef">Text here</p>
This sample text font color is #cf1fef
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.
#cf1fef Background Color
<div style="background-color:#cf1fef">
Div content here</div>
This div background color is #cf1fef
#cf1fef Border Color
<div style="border:3px solid #cf1fef">
Div here</div>
This div border color is #cf1fef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,31,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf1fef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf1fef; -webkit-box-shadow: 1px 1px 3px 2px #cf1fef; box-shadow: 1px 1px 3px 2px #cf1fef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,31,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf1fef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf1fef; -webkit-box-shadow: 1px 1px 3px 2px #cf1fef; box-shadow: 1px 1px 3px 2px #cf1fef;">
Div content here</div>
This div box has shadow with color #cf1fef
Comments
No comments written yet.
Please login to write comment.