Color spaces of #cf244a
RGB | 207 | 36 | 74 |
---|---|---|---|
HSL | 0.96 | 0.70 | 0.48 |
HSV | 347° | 83° | 81° |
CMYK | 0.00 | 0.83 | 0.64 0.19 |
XYZ | 27.5990 | 15.0216 | 7.9234 |
Yxy | 15.0216 | 0.5460 | 0.2972 |
Hunter Lab | 38.7577 | 59.2822 | 15.0095 |
CIE-Lab | 45.6638 | 65.3047 | 22.8180 |
#cf244a color RGB value is (207,36,74).
#cf244a hex color red value is 207, green value is 36 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cf244a hue: 0.96 , saturation: 0.70 and the lightness value of cf244a is 0.48.
The process color (four color CMYK) of #cf244a color hex is 0.00, 0.83, 0.64, 0.19. Web safe color of #cf244a is #cc3333. Color #cf244a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00100100 | 01001010 |
Octal | 317 | 44 | 112 |
Decimal | 207 | 36 | 74 |
Hex | CF | 24 | 4A |
Shades of #cf244a
Tints of #cf244a
RGB Percentages of Color #cf244a
CMYK Percentages of Color #cf244a
Complementary Color
#cf244a | #24cfa9 |
#cf244a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf244a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf244a Color CSS Codes
.mybgcolor {background-color:#cf244a; } .myforecolor {color:#cf244a; } .mybordercolor {border:3px solid #cf244a; }
#cf244a Text Font Color
<p style="color:#cf244a">Text here</p>
This sample text font color is #cf244a
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.
#cf244a Background Color
<div style="background-color:#cf244a">
Div content here</div>
This div background color is #cf244a
#cf244a Border Color
<div style="border:3px solid #cf244a">
Div here</div>
This div border color is #cf244a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,36,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf244a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf244a; -webkit-box-shadow: 1px 1px 3px 2px #cf244a; box-shadow: 1px 1px 3px 2px #cf244a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,36,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf244a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf244a; -webkit-box-shadow: 1px 1px 3px 2px #cf244a; box-shadow: 1px 1px 3px 2px #cf244a;">
Div content here</div>
This div box has shadow with color #cf244a
Comments
No comments written yet.
Please login to write comment.