Color spaces of #402236
RGB | 64 | 34 | 54 |
---|---|---|---|
HSL | 0.89 | 0.31 | 0.19 |
HSV | 320° | 47° | 25° |
CMYK | 0.00 | 0.47 | 0.16 0.75 |
XYZ | 3.3522 | 2.5004 | 3.7960 |
Yxy | 2.5004 | 0.3474 | 0.2591 |
Hunter Lab | 15.8127 | 10.1689 | -3.1644 |
CIE-Lab | 17.9204 | 17.7624 | -6.8525 |
#402236 color RGB value is (64,34,54).
#402236 hex color red value is 64, green value is 34 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #402236 hue: 0.89 , saturation: 0.31 and the lightness value of 402236 is 0.19.
The process color (four color CMYK) of #402236 color hex is 0.00, 0.47, 0.16, 0.75. Web safe color of #402236 is #333333. Color #402236 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00100010 | 00110110 |
Octal | 100 | 42 | 66 |
Decimal | 64 | 34 | 54 |
Hex | 40 | 22 | 36 |
Shades of #402236
Tints of #402236
RGB Percentages of Color #402236
CMYK Percentages of Color #402236
Complementary Color
#402236 | #22402c |
#402236 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#402236 Color Preview on White Background
Lorem ipsum dolor sit amet.
#402236 Color CSS Codes
.mybgcolor {background-color:#402236; } .myforecolor {color:#402236; } .mybordercolor {border:3px solid #402236; }
#402236 Text Font Color
<p style="color:#402236">Text here</p>
This sample text font color is #402236
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.
#402236 Background Color
<div style="background-color:#402236">
Div content here</div>
This div background color is #402236
#402236 Border Color
<div style="border:3px solid #402236">
Div here</div>
This div border color is #402236
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,34,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #402236; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #402236; -webkit-box-shadow: 1px 1px 3px 2px #402236; box-shadow: 1px 1px 3px 2px #402236; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,34,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #402236">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #402236; -webkit-box-shadow: 1px 1px 3px 2px #402236; box-shadow: 1px 1px 3px 2px #402236;">
Div content here</div>
This div box has shadow with color #402236
Comments
No comments written yet.
Please login to write comment.