Color spaces of #482efd
RGB | 72 | 46 | 253 |
---|---|---|---|
HSL | 0.69 | 0.98 | 0.59 |
HSV | 248° | 82° | 99° |
CMYK | 0.72 | 0.82 | 0.00 0.01 |
XYZ | 21.3791 | 10.4236 | 93.8137 |
Yxy | 10.4236 | 0.1702 | 0.0830 |
Hunter Lab | 32.2856 | 61.7006 | -149.6817 |
CIE-Lab | 38.5922 | 68.7682 | -96.1872 |
#482efd color RGB value is (72,46,253).
#482efd hex color red value is 72, green value is 46 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #482efd hue: 0.69 , saturation: 0.98 and the lightness value of 482efd is 0.59.
The process color (four color CMYK) of #482efd color hex is 0.72, 0.82, 0.00, 0.01. Web safe color of #482efd is #3333ff. Color #482efd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 00101110 | 11111101 |
Octal | 110 | 56 | 375 |
Decimal | 72 | 46 | 253 |
Hex | 48 | 2E | FD |
Shades of #482efd
Tints of #482efd
RGB Percentages of Color #482efd
CMYK Percentages of Color #482efd
Complementary Color
#482efd | #e3fd2e |
#482efd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#482efd Color Preview on White Background
Lorem ipsum dolor sit amet.
#482efd Color CSS Codes
.mybgcolor {background-color:#482efd; } .myforecolor {color:#482efd; } .mybordercolor {border:3px solid #482efd; }
#482efd Text Font Color
<p style="color:#482efd">Text here</p>
This sample text font color is #482efd
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.
#482efd Background Color
<div style="background-color:#482efd">
Div content here</div>
This div background color is #482efd
#482efd Border Color
<div style="border:3px solid #482efd">
Div here</div>
This div border color is #482efd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,46,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #482efd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #482efd; -webkit-box-shadow: 1px 1px 3px 2px #482efd; box-shadow: 1px 1px 3px 2px #482efd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,46,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #482efd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #482efd; -webkit-box-shadow: 1px 1px 3px 2px #482efd; box-shadow: 1px 1px 3px 2px #482efd;">
Div content here</div>
This div box has shadow with color #482efd
Comments
No comments written yet.
Please login to write comment.