Color spaces of #200faa
RGB | 32 | 15 | 170 |
---|---|---|---|
HSL | 0.68 | 0.84 | 0.36 |
HSV | 247° | 91° | 67° |
CMYK | 0.81 | 0.91 | 0.00 0.33 |
XYZ | 8.0222 | 3.5510 | 38.2928 |
Yxy | 3.5510 | 0.1609 | 0.0712 |
Hunter Lab | 18.8441 | 43.0128 | -107.2914 |
CIE-Lab | 22.1278 | 54.9812 | -75.4346 |
#200faa color RGB value is (32,15,170).
#200faa hex color red value is 32, green value is 15 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #200faa hue: 0.68 , saturation: 0.84 and the lightness value of 200faa is 0.36.
The process color (four color CMYK) of #200faa color hex is 0.81, 0.91, 0.00, 0.33. Web safe color of #200faa is #330099. Color #200faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 00001111 | 10101010 |
Octal | 40 | 17 | 252 |
Decimal | 32 | 15 | 170 |
Hex | 20 | F | AA |
Shades of #200faa
Tints of #200faa
RGB Percentages of Color #200faa
CMYK Percentages of Color #200faa
Complementary Color
#200faa | #99aa0f |
#200faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#200faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#200faa Color CSS Codes
.mybgcolor {background-color:#200faa; } .myforecolor {color:#200faa; } .mybordercolor {border:3px solid #200faa; }
#200faa Text Font Color
<p style="color:#200faa">Text here</p>
This sample text font color is #200faa
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.
#200faa Background Color
<div style="background-color:#200faa">
Div content here</div>
This div background color is #200faa
#200faa Border Color
<div style="border:3px solid #200faa">
Div here</div>
This div border color is #200faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,15,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #200faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #200faa; -webkit-box-shadow: 1px 1px 3px 2px #200faa; box-shadow: 1px 1px 3px 2px #200faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,15,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 #200faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #200faa; -webkit-box-shadow: 1px 1px 3px 2px #200faa; box-shadow: 1px 1px 3px 2px #200faa;">
Div content here</div>
This div box has shadow with color #200faa
Comments
No comments written yet.
Please login to write comment.