Color spaces of #cf31df
RGB | 207 | 49 | 223 |
---|---|---|---|
HSL | 0.82 | 0.73 | 0.53 |
HSV | 294° | 78° | 87° |
CMYK | 0.07 | 0.78 | 0.00 0.13 |
XYZ | 40.1497 | 20.7897 | 71.7087 |
Yxy | 20.7897 | 0.3027 | 0.1567 |
Hunter Lab | 45.5957 | 77.3872 | -61.3288 |
CIE-Lab | 52.7186 | 78.9605 | -55.5269 |
#cf31df color RGB value is (207,49,223).
#cf31df hex color red value is 207, green value is 49 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cf31df hue: 0.82 , saturation: 0.73 and the lightness value of cf31df is 0.53.
The process color (four color CMYK) of #cf31df color hex is 0.07, 0.78, 0.00, 0.13. Web safe color of #cf31df is #cc33cc. Color #cf31df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00110001 | 11011111 |
Octal | 317 | 61 | 337 |
Decimal | 207 | 49 | 223 |
Hex | CF | 31 | DF |
Shades of #cf31df
Tints of #cf31df
RGB Percentages of Color #cf31df
CMYK Percentages of Color #cf31df
Complementary Color
#cf31df | #41df31 |
#cf31df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf31df Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf31df Color CSS Codes
.mybgcolor {background-color:#cf31df; } .myforecolor {color:#cf31df; } .mybordercolor {border:3px solid #cf31df; }
#cf31df Text Font Color
<p style="color:#cf31df">Text here</p>
This sample text font color is #cf31df
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.
#cf31df Background Color
<div style="background-color:#cf31df">
Div content here</div>
This div background color is #cf31df
#cf31df Border Color
<div style="border:3px solid #cf31df">
Div here</div>
This div border color is #cf31df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,49,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf31df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf31df; -webkit-box-shadow: 1px 1px 3px 2px #cf31df; box-shadow: 1px 1px 3px 2px #cf31df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,49,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf31df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf31df; -webkit-box-shadow: 1px 1px 3px 2px #cf31df; box-shadow: 1px 1px 3px 2px #cf31df;">
Div content here</div>
This div box has shadow with color #cf31df
Comments
No comments written yet.
Please login to write comment.