Color spaces of #cf31bc
RGB | 207 | 49 | 188 |
---|---|---|---|
HSL | 0.85 | 0.62 | 0.50 |
HSV | 307° | 76° | 81° |
CMYK | 0.00 | 0.76 | 0.09 0.19 |
XYZ | 35.9075 | 19.0929 | 49.3697 |
Yxy | 19.0929 | 0.3440 | 0.1829 |
Hunter Lab | 43.6954 | 70.2186 | -36.4026 |
CIE-Lab | 50.7957 | 73.5408 | -38.4841 |
#cf31bc color RGB value is (207,49,188).
#cf31bc hex color red value is 207, green value is 49 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cf31bc hue: 0.85 , saturation: 0.62 and the lightness value of cf31bc is 0.50.
The process color (four color CMYK) of #cf31bc color hex is 0.00, 0.76, 0.09, 0.19. Web safe color of #cf31bc is #cc33cc. Color #cf31bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00110001 | 10111100 |
Octal | 317 | 61 | 274 |
Decimal | 207 | 49 | 188 |
Hex | CF | 31 | BC |
Shades of #cf31bc
Tints of #cf31bc
RGB Percentages of Color #cf31bc
CMYK Percentages of Color #cf31bc
Complementary Color
#cf31bc | #31cf44 |
#cf31bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf31bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf31bc Color CSS Codes
.mybgcolor {background-color:#cf31bc; } .myforecolor {color:#cf31bc; } .mybordercolor {border:3px solid #cf31bc; }
#cf31bc Text Font Color
<p style="color:#cf31bc">Text here</p>
This sample text font color is #cf31bc
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.
#cf31bc Background Color
<div style="background-color:#cf31bc">
Div content here</div>
This div background color is #cf31bc
#cf31bc Border Color
<div style="border:3px solid #cf31bc">
Div here</div>
This div border color is #cf31bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,49,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf31bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf31bc; -webkit-box-shadow: 1px 1px 3px 2px #cf31bc; box-shadow: 1px 1px 3px 2px #cf31bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,49,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf31bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf31bc; -webkit-box-shadow: 1px 1px 3px 2px #cf31bc; box-shadow: 1px 1px 3px 2px #cf31bc;">
Div content here</div>
This div box has shadow with color #cf31bc
Comments
No comments written yet.
Please login to write comment.