Color spaces of #480433
RGB | 72 | 4 | 51 |
---|---|---|---|
HSL | 0.88 | 0.89 | 0.15 |
HSV | 319° | 94° | 28° |
CMYK | 0.00 | 0.94 | 0.29 0.72 |
XYZ | 3.3134 | 1.7036 | 3.2862 |
Yxy | 1.7036 | 0.3991 | 0.2052 |
Hunter Lab | 13.0522 | 22.4722 | -5.7911 |
CIE-Lab | 13.8479 | 34.6812 | -10.8075 |
#480433 color RGB value is (72,4,51).
#480433 hex color red value is 72, green value is 4 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #480433 hue: 0.88 , saturation: 0.89 and the lightness value of 480433 is 0.15.
The process color (four color CMYK) of #480433 color hex is 0.00, 0.94, 0.29, 0.72. Web safe color of #480433 is #330033. Color #480433 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 00000100 | 00110011 |
Octal | 110 | 4 | 63 |
Decimal | 72 | 4 | 51 |
Hex | 48 | 4 | 33 |
Shades of #480433
Tints of #480433
RGB Percentages of Color #480433
CMYK Percentages of Color #480433
Complementary Color
#480433 | #044819 |
#480433 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#480433 Color Preview on White Background
Lorem ipsum dolor sit amet.
#480433 Color CSS Codes
.mybgcolor {background-color:#480433; } .myforecolor {color:#480433; } .mybordercolor {border:3px solid #480433; }
#480433 Text Font Color
<p style="color:#480433">Text here</p>
This sample text font color is #480433
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.
#480433 Background Color
<div style="background-color:#480433">
Div content here</div>
This div background color is #480433
#480433 Border Color
<div style="border:3px solid #480433">
Div here</div>
This div border color is #480433
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,4,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #480433; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #480433; -webkit-box-shadow: 1px 1px 3px 2px #480433; box-shadow: 1px 1px 3px 2px #480433; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,4,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #480433">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #480433; -webkit-box-shadow: 1px 1px 3px 2px #480433; box-shadow: 1px 1px 3px 2px #480433;">
Div content here</div>
This div box has shadow with color #480433
Comments
No comments written yet.
Please login to write comment.