Color spaces of #482fbe
RGB | 72 | 47 | 190 |
---|---|---|---|
HSL | 0.70 | 0.60 | 0.46 |
HSV | 250° | 75° | 75° |
CMYK | 0.62 | 0.75 | 0.00 0.25 |
XYZ | 12.9833 | 7.1285 | 49.4068 |
Yxy | 7.1285 | 0.1868 | 0.1025 |
Hunter Lab | 26.6993 | 40.0772 | -91.0263 |
CIE-Lab | 32.0977 | 50.1874 | -70.7606 |
#482fbe color RGB value is (72,47,190).
#482fbe hex color red value is 72, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #482fbe hue: 0.70 , saturation: 0.60 and the lightness value of 482fbe is 0.46.
The process color (four color CMYK) of #482fbe color hex is 0.62, 0.75, 0.00, 0.25. Web safe color of #482fbe is #3333cc. Color #482fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 00101111 | 10111110 |
Octal | 110 | 57 | 276 |
Decimal | 72 | 47 | 190 |
Hex | 48 | 2F | BE |
Shades of #482fbe
Tints of #482fbe
RGB Percentages of Color #482fbe
CMYK Percentages of Color #482fbe
Complementary Color
#482fbe | #a5be2f |
#482fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#482fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#482fbe Color CSS Codes
.mybgcolor {background-color:#482fbe; } .myforecolor {color:#482fbe; } .mybordercolor {border:3px solid #482fbe; }
#482fbe Text Font Color
<p style="color:#482fbe">Text here</p>
This sample text font color is #482fbe
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.
#482fbe Background Color
<div style="background-color:#482fbe">
Div content here</div>
This div background color is #482fbe
#482fbe Border Color
<div style="border:3px solid #482fbe">
Div here</div>
This div border color is #482fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,47,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #482fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #482fbe; -webkit-box-shadow: 1px 1px 3px 2px #482fbe; box-shadow: 1px 1px 3px 2px #482fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,47,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #482fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #482fbe; -webkit-box-shadow: 1px 1px 3px 2px #482fbe; box-shadow: 1px 1px 3px 2px #482fbe;">
Div content here</div>
This div box has shadow with color #482fbe
Comments
No comments written yet.
Please login to write comment.