Color spaces of #483194
RGB | 72 | 49 | 148 |
---|---|---|---|
HSL | 0.71 | 0.50 | 0.39 |
HSV | 254° | 67° | 58° |
CMYK | 0.51 | 0.67 | 0.00 0.42 |
XYZ | 9.1161 | 5.7125 | 28.6391 |
Yxy | 5.7125 | 0.2097 | 0.1314 |
Hunter Lab | 23.9008 | 26.2558 | -54.3135 |
CIE-Lab | 28.6752 | 36.3069 | -51.1172 |
#483194 color RGB value is (72,49,148).
#483194 hex color red value is 72, green value is 49 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #483194 hue: 0.71 , saturation: 0.50 and the lightness value of 483194 is 0.39.
The process color (four color CMYK) of #483194 color hex is 0.51, 0.67, 0.00, 0.42. Web safe color of #483194 is #333399. Color #483194 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 00110001 | 10010100 |
Octal | 110 | 61 | 224 |
Decimal | 72 | 49 | 148 |
Hex | 48 | 31 | 94 |
Shades of #483194
Tints of #483194
RGB Percentages of Color #483194
CMYK Percentages of Color #483194
Complementary Color
#483194 | #7d9431 |
#483194 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#483194 Color Preview on White Background
Lorem ipsum dolor sit amet.
#483194 Color CSS Codes
.mybgcolor {background-color:#483194; } .myforecolor {color:#483194; } .mybordercolor {border:3px solid #483194; }
#483194 Text Font Color
<p style="color:#483194">Text here</p>
This sample text font color is #483194
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.
#483194 Background Color
<div style="background-color:#483194">
Div content here</div>
This div background color is #483194
#483194 Border Color
<div style="border:3px solid #483194">
Div here</div>
This div border color is #483194
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,49,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #483194; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #483194; -webkit-box-shadow: 1px 1px 3px 2px #483194; box-shadow: 1px 1px 3px 2px #483194; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,49,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #483194">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #483194; -webkit-box-shadow: 1px 1px 3px 2px #483194; box-shadow: 1px 1px 3px 2px #483194;">
Div content here</div>
This div box has shadow with color #483194
Comments
No comments written yet.
Please login to write comment.