Color spaces of #40210a
RGB | 64 | 33 | 10 |
---|---|---|---|
HSL | 0.07 | 0.73 | 0.15 |
HSV | 26° | 84° | 25° |
CMYK | 0.00 | 0.48 | 0.84 0.75 |
XYZ | 2.7130 | 2.1996 | 0.5687 |
Yxy | 2.1996 | 0.4950 | 0.4013 |
Hunter Lab | 14.8310 | 6.6981 | 8.1082 |
CIE-Lab | 16.5017 | 12.7125 | 20.3168 |
#40210a color RGB value is (64,33,10).
#40210a hex color red value is 64, green value is 33 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #40210a hue: 0.07 , saturation: 0.73 and the lightness value of 40210a is 0.15.
The process color (four color CMYK) of #40210a color hex is 0.00, 0.48, 0.84, 0.75. Web safe color of #40210a is #333300. Color #40210a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00100001 | 00001010 |
Octal | 100 | 41 | 12 |
Decimal | 64 | 33 | 10 |
Hex | 40 | 21 | A |
Shades of #40210a
Tints of #40210a
RGB Percentages of Color #40210a
CMYK Percentages of Color #40210a
Complementary Color
#40210a | #0a2940 |
#40210a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40210a Color Preview on White Background
Lorem ipsum dolor sit amet.
#40210a Color CSS Codes
.mybgcolor {background-color:#40210a; } .myforecolor {color:#40210a; } .mybordercolor {border:3px solid #40210a; }
#40210a Text Font Color
<p style="color:#40210a">Text here</p>
This sample text font color is #40210a
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.
#40210a Background Color
<div style="background-color:#40210a">
Div content here</div>
This div background color is #40210a
#40210a Border Color
<div style="border:3px solid #40210a">
Div here</div>
This div border color is #40210a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,33,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40210a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40210a; -webkit-box-shadow: 1px 1px 3px 2px #40210a; box-shadow: 1px 1px 3px 2px #40210a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,33,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40210a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40210a; -webkit-box-shadow: 1px 1px 3px 2px #40210a; box-shadow: 1px 1px 3px 2px #40210a;">
Div content here</div>
This div box has shadow with color #40210a
Comments
No comments written yet.
Please login to write comment.