Color spaces of #4803af
RGB | 72 | 3 | 175 |
---|---|---|---|
HSL | 0.73 | 0.97 | 0.35 |
HSV | 264° | 98° | 69° |
CMYK | 0.59 | 0.98 | 0.00 0.31 |
XYZ | 10.4429 | 4.5380 | 40.8830 |
Yxy | 4.5380 | 0.1869 | 0.0812 |
Hunter Lab | 21.3026 | 50.2243 | -98.8750 |
CIE-Lab | 25.3758 | 61.1334 | -72.9485 |
#4803af color RGB value is (72,3,175).
#4803af hex color red value is 72, green value is 3 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4803af hue: 0.73 , saturation: 0.97 and the lightness value of 4803af is 0.35.
The process color (four color CMYK) of #4803af color hex is 0.59, 0.98, 0.00, 0.31. Web safe color of #4803af is #330099. Color #4803af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 00000011 | 10101111 |
Octal | 110 | 3 | 257 |
Decimal | 72 | 3 | 175 |
Hex | 48 | 3 | AF |
Shades of #4803af
Tints of #4803af
RGB Percentages of Color #4803af
CMYK Percentages of Color #4803af
Complementary Color
#4803af | #6aaf03 |
#4803af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4803af Color Preview on White Background
Lorem ipsum dolor sit amet.
#4803af Color CSS Codes
.mybgcolor {background-color:#4803af; } .myforecolor {color:#4803af; } .mybordercolor {border:3px solid #4803af; }
#4803af Text Font Color
<p style="color:#4803af">Text here</p>
This sample text font color is #4803af
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.
#4803af Background Color
<div style="background-color:#4803af">
Div content here</div>
This div background color is #4803af
#4803af Border Color
<div style="border:3px solid #4803af">
Div here</div>
This div border color is #4803af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,3,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4803af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4803af; -webkit-box-shadow: 1px 1px 3px 2px #4803af; box-shadow: 1px 1px 3px 2px #4803af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,3,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4803af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4803af; -webkit-box-shadow: 1px 1px 3px 2px #4803af; box-shadow: 1px 1px 3px 2px #4803af;">
Div content here</div>
This div box has shadow with color #4803af
Comments
No comments written yet.
Please login to write comment.