Color spaces of #cf423a
RGB | 207 | 66 | 58 |
---|---|---|---|
HSL | 0.01 | 0.61 | 0.52 |
HSV | 3° | 72° | 81° |
CMYK | 0.00 | 0.68 | 0.72 0.19 |
XYZ | 28.4441 | 17.4673 | 5.8753 |
Yxy | 17.4673 | 0.5493 | 0.3373 |
Hunter Lab | 41.7939 | 48.3442 | 20.9209 |
CIE-Lab | 48.8435 | 54.9444 | 36.2227 |
#cf423a color RGB value is (207,66,58).
#cf423a hex color red value is 207, green value is 66 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cf423a hue: 0.01 , saturation: 0.61 and the lightness value of cf423a is 0.52.
The process color (four color CMYK) of #cf423a color hex is 0.00, 0.68, 0.72, 0.19. Web safe color of #cf423a is #cc3333. Color #cf423a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01000010 | 00111010 |
Octal | 317 | 102 | 72 |
Decimal | 207 | 66 | 58 |
Hex | CF | 42 | 3A |
Shades of #cf423a
Tints of #cf423a
RGB Percentages of Color #cf423a
CMYK Percentages of Color #cf423a
Complementary Color
#cf423a | #3ac7cf |
#cf423a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf423a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf423a Color CSS Codes
.mybgcolor {background-color:#cf423a; } .myforecolor {color:#cf423a; } .mybordercolor {border:3px solid #cf423a; }
#cf423a Text Font Color
<p style="color:#cf423a">Text here</p>
This sample text font color is #cf423a
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.
#cf423a Background Color
<div style="background-color:#cf423a">
Div content here</div>
This div background color is #cf423a
#cf423a Border Color
<div style="border:3px solid #cf423a">
Div here</div>
This div border color is #cf423a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,66,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf423a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf423a; -webkit-box-shadow: 1px 1px 3px 2px #cf423a; box-shadow: 1px 1px 3px 2px #cf423a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,66,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf423a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf423a; -webkit-box-shadow: 1px 1px 3px 2px #cf423a; box-shadow: 1px 1px 3px 2px #cf423a;">
Div content here</div>
This div box has shadow with color #cf423a
Comments
No comments written yet.
Please login to write comment.