Color spaces of #431032
RGB | 67 | 16 | 50 |
---|---|---|---|
HSL | 0.89 | 0.61 | 0.16 |
HSV | 320° | 76° | 26° |
CMYK | 0.00 | 0.76 | 0.25 0.74 |
XYZ | 3.0758 | 1.7942 | 3.2018 |
Yxy | 1.7942 | 0.3811 | 0.2223 |
Hunter Lab | 13.3948 | 17.5475 | -4.7960 |
CIE-Lab | 14.3679 | 28.4384 | -9.3732 |
#431032 color RGB value is (67,16,50).
#431032 hex color red value is 67, green value is 16 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #431032 hue: 0.89 , saturation: 0.61 and the lightness value of 431032 is 0.16.
The process color (four color CMYK) of #431032 color hex is 0.00, 0.76, 0.25, 0.74. Web safe color of #431032 is #330033. Color #431032 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 00010000 | 00110010 |
Octal | 103 | 20 | 62 |
Decimal | 67 | 16 | 50 |
Hex | 43 | 10 | 32 |
Shades of #431032
Tints of #431032
RGB Percentages of Color #431032
CMYK Percentages of Color #431032
Complementary Color
#431032 | #104321 |
#431032 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#431032 Color Preview on White Background
Lorem ipsum dolor sit amet.
#431032 Color CSS Codes
.mybgcolor {background-color:#431032; } .myforecolor {color:#431032; } .mybordercolor {border:3px solid #431032; }
#431032 Text Font Color
<p style="color:#431032">Text here</p>
This sample text font color is #431032
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.
#431032 Background Color
<div style="background-color:#431032">
Div content here</div>
This div background color is #431032
#431032 Border Color
<div style="border:3px solid #431032">
Div here</div>
This div border color is #431032
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,16,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #431032; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #431032; -webkit-box-shadow: 1px 1px 3px 2px #431032; box-shadow: 1px 1px 3px 2px #431032; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,16,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #431032">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #431032; -webkit-box-shadow: 1px 1px 3px 2px #431032; box-shadow: 1px 1px 3px 2px #431032;">
Div content here</div>
This div box has shadow with color #431032
Comments
No comments written yet.
Please login to write comment.