Color spaces of #202faa
RGB | 32 | 47 | 170 |
---|---|---|---|
HSL | 0.65 | 0.68 | 0.40 |
HSV | 233° | 81° | 67° |
CMYK | 0.81 | 0.72 | 0.00 0.33 |
XYZ | 8.8679 | 5.2424 | 38.5747 |
Yxy | 5.2424 | 0.1683 | 0.0995 |
Hunter Lab | 22.8963 | 29.0659 | -83.8619 |
CIE-Lab | 27.4145 | 39.6448 | -66.6652 |
#202faa color RGB value is (32,47,170).
#202faa hex color red value is 32, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #202faa hue: 0.65 , saturation: 0.68 and the lightness value of 202faa is 0.40.
The process color (four color CMYK) of #202faa color hex is 0.81, 0.72, 0.00, 0.33. Web safe color of #202faa is #333399. Color #202faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 00101111 | 10101010 |
Octal | 40 | 57 | 252 |
Decimal | 32 | 47 | 170 |
Hex | 20 | 2F | AA |
Shades of #202faa
Tints of #202faa
RGB Percentages of Color #202faa
CMYK Percentages of Color #202faa
Complementary Color
#202faa | #aa9b20 |
#202faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#202faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#202faa Color CSS Codes
.mybgcolor {background-color:#202faa; } .myforecolor {color:#202faa; } .mybordercolor {border:3px solid #202faa; }
#202faa Text Font Color
<p style="color:#202faa">Text here</p>
This sample text font color is #202faa
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.
#202faa Background Color
<div style="background-color:#202faa">
Div content here</div>
This div background color is #202faa
#202faa Border Color
<div style="border:3px solid #202faa">
Div here</div>
This div border color is #202faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,47,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #202faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #202faa; -webkit-box-shadow: 1px 1px 3px 2px #202faa; box-shadow: 1px 1px 3px 2px #202faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,47,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #202faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #202faa; -webkit-box-shadow: 1px 1px 3px 2px #202faa; box-shadow: 1px 1px 3px 2px #202faa;">
Div content here</div>
This div box has shadow with color #202faa
Comments
No comments written yet.
Please login to write comment.