Color spaces of #cf145b
RGB | 207 | 20 | 91 |
---|---|---|---|
HSL | 0.94 | 0.82 | 0.45 |
HSV | 337° | 90° | 81° |
CMYK | 0.00 | 0.90 | 0.56 0.19 |
XYZ | 27.8706 | 14.5210 | 11.2314 |
Yxy | 14.5210 | 0.5198 | 0.2708 |
Hunter Lab | 38.1064 | 63.8666 | 9.1995 |
CIE-Lab | 44.9710 | 69.3732 | 11.3257 |
#cf145b color RGB value is (207,20,91).
#cf145b hex color red value is 207, green value is 20 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cf145b hue: 0.94 , saturation: 0.82 and the lightness value of cf145b is 0.45.
The process color (four color CMYK) of #cf145b color hex is 0.00, 0.90, 0.56, 0.19. Web safe color of #cf145b is #cc0066. Color #cf145b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00010100 | 01011011 |
Octal | 317 | 24 | 133 |
Decimal | 207 | 20 | 91 |
Hex | CF | 14 | 5B |
Shades of #cf145b
Tints of #cf145b
RGB Percentages of Color #cf145b
CMYK Percentages of Color #cf145b
Complementary Color
#cf145b | #14cf88 |
#cf145b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf145b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf145b Color CSS Codes
.mybgcolor {background-color:#cf145b; } .myforecolor {color:#cf145b; } .mybordercolor {border:3px solid #cf145b; }
#cf145b Text Font Color
<p style="color:#cf145b">Text here</p>
This sample text font color is #cf145b
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.
#cf145b Background Color
<div style="background-color:#cf145b">
Div content here</div>
This div background color is #cf145b
#cf145b Border Color
<div style="border:3px solid #cf145b">
Div here</div>
This div border color is #cf145b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,20,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf145b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf145b; -webkit-box-shadow: 1px 1px 3px 2px #cf145b; box-shadow: 1px 1px 3px 2px #cf145b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,20,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf145b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf145b; -webkit-box-shadow: 1px 1px 3px 2px #cf145b; box-shadow: 1px 1px 3px 2px #cf145b;">
Div content here</div>
This div box has shadow with color #cf145b
Comments
No comments written yet.
Please login to write comment.