Color spaces of #cf319d
RGB | 207 | 49 | 157 |
---|---|---|---|
HSL | 0.89 | 0.62 | 0.50 |
HSV | 319° | 76° | 81° |
CMYK | 0.00 | 0.76 | 0.24 0.19 |
XYZ | 32.9162 | 17.8963 | 33.6177 |
Yxy | 17.8963 | 0.3899 | 0.2120 |
Hunter Lab | 42.3040 | 64.8565 | -17.5031 |
CIE-Lab | 49.3701 | 69.3563 | -22.4689 |
#cf319d color RGB value is (207,49,157).
#cf319d hex color red value is 207, green value is 49 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cf319d hue: 0.89 , saturation: 0.62 and the lightness value of cf319d is 0.50.
The process color (four color CMYK) of #cf319d color hex is 0.00, 0.76, 0.24, 0.19. Web safe color of #cf319d is #cc3399. Color #cf319d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00110001 | 10011101 |
Octal | 317 | 61 | 235 |
Decimal | 207 | 49 | 157 |
Hex | CF | 31 | 9D |
Shades of #cf319d
Tints of #cf319d
RGB Percentages of Color #cf319d
CMYK Percentages of Color #cf319d
Complementary Color
#cf319d | #31cf63 |
#cf319d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf319d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf319d Color CSS Codes
.mybgcolor {background-color:#cf319d; } .myforecolor {color:#cf319d; } .mybordercolor {border:3px solid #cf319d; }
#cf319d Text Font Color
<p style="color:#cf319d">Text here</p>
This sample text font color is #cf319d
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.
#cf319d Background Color
<div style="background-color:#cf319d">
Div content here</div>
This div background color is #cf319d
#cf319d Border Color
<div style="border:3px solid #cf319d">
Div here</div>
This div border color is #cf319d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,49,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf319d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf319d; -webkit-box-shadow: 1px 1px 3px 2px #cf319d; box-shadow: 1px 1px 3px 2px #cf319d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,49,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf319d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf319d; -webkit-box-shadow: 1px 1px 3px 2px #cf319d; box-shadow: 1px 1px 3px 2px #cf319d;">
Div content here</div>
This div box has shadow with color #cf319d
Comments
No comments written yet.
Please login to write comment.