Color spaces of #431330
RGB | 67 | 19 | 48 |
---|---|---|---|
HSL | 0.90 | 0.56 | 0.17 |
HSV | 324° | 72° | 26° |
CMYK | 0.00 | 0.72 | 0.28 0.74 |
XYZ | 3.0811 | 1.8724 | 2.9953 |
Yxy | 1.8724 | 0.3876 | 0.2356 |
Hunter Lab | 13.6836 | 16.2462 | -3.3999 |
CIE-Lab | 14.8028 | 26.6551 | -7.2666 |
#431330 color RGB value is (67,19,48).
#431330 hex color red value is 67, green value is 19 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #431330 hue: 0.90 , saturation: 0.56 and the lightness value of 431330 is 0.17.
The process color (four color CMYK) of #431330 color hex is 0.00, 0.72, 0.28, 0.74. Web safe color of #431330 is #330033. Color #431330 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 00010011 | 00110000 |
Octal | 103 | 23 | 60 |
Decimal | 67 | 19 | 48 |
Hex | 43 | 13 | 30 |
Shades of #431330
Tints of #431330
RGB Percentages of Color #431330
CMYK Percentages of Color #431330
Complementary Color
#431330 | #134326 |
#431330 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#431330 Color Preview on White Background
Lorem ipsum dolor sit amet.
#431330 Color CSS Codes
.mybgcolor {background-color:#431330; } .myforecolor {color:#431330; } .mybordercolor {border:3px solid #431330; }
#431330 Text Font Color
<p style="color:#431330">Text here</p>
This sample text font color is #431330
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.
#431330 Background Color
<div style="background-color:#431330">
Div content here</div>
This div background color is #431330
#431330 Border Color
<div style="border:3px solid #431330">
Div here</div>
This div border color is #431330
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,19,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #431330; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #431330; -webkit-box-shadow: 1px 1px 3px 2px #431330; box-shadow: 1px 1px 3px 2px #431330; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,19,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #431330">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #431330; -webkit-box-shadow: 1px 1px 3px 2px #431330; box-shadow: 1px 1px 3px 2px #431330;">
Div content here</div>
This div box has shadow with color #431330
Comments
No comments written yet.
Please login to write comment.