Color spaces of #cf298b
RGB | 207 | 41 | 139 |
---|---|---|---|
HSL | 0.90 | 0.67 | 0.49 |
HSV | 325° | 80° | 81° |
CMYK | 0.00 | 0.80 | 0.33 0.19 |
XYZ | 31.1853 | 16.7154 | 26.0088 |
Yxy | 16.7154 | 0.4219 | 0.2262 |
Hunter Lab | 40.8845 | 64.6060 | -9.0984 |
CIE-Lab | 47.8994 | 69.4296 | -13.9224 |
#cf298b color RGB value is (207,41,139).
#cf298b hex color red value is 207, green value is 41 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cf298b hue: 0.90 , saturation: 0.67 and the lightness value of cf298b is 0.49.
The process color (four color CMYK) of #cf298b color hex is 0.00, 0.80, 0.33, 0.19. Web safe color of #cf298b is #cc3399. Color #cf298b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00101001 | 10001011 |
Octal | 317 | 51 | 213 |
Decimal | 207 | 41 | 139 |
Hex | CF | 29 | 8B |
Shades of #cf298b
Tints of #cf298b
RGB Percentages of Color #cf298b
CMYK Percentages of Color #cf298b
Complementary Color
#cf298b | #29cf6d |
#cf298b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf298b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf298b Color CSS Codes
.mybgcolor {background-color:#cf298b; } .myforecolor {color:#cf298b; } .mybordercolor {border:3px solid #cf298b; }
#cf298b Text Font Color
<p style="color:#cf298b">Text here</p>
This sample text font color is #cf298b
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.
#cf298b Background Color
<div style="background-color:#cf298b">
Div content here</div>
This div background color is #cf298b
#cf298b Border Color
<div style="border:3px solid #cf298b">
Div here</div>
This div border color is #cf298b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,41,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf298b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf298b; -webkit-box-shadow: 1px 1px 3px 2px #cf298b; box-shadow: 1px 1px 3px 2px #cf298b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,41,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf298b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf298b; -webkit-box-shadow: 1px 1px 3px 2px #cf298b; box-shadow: 1px 1px 3px 2px #cf298b;">
Div content here</div>
This div box has shadow with color #cf298b
Comments
No comments written yet.
Please login to write comment.