Color spaces of #434baa
RGB | 67 | 75 | 170 |
---|---|---|---|
HSL | 0.65 | 0.43 | 0.46 |
HSV | 235° | 61° | 67° |
CMYK | 0.61 | 0.56 | 0.00 0.33 |
XYZ | 12.0865 | 9.1277 | 39.1550 |
Yxy | 9.1277 | 0.2002 | 0.1512 |
Hunter Lab | 30.2121 | 18.5387 | -55.6917 |
CIE-Lab | 36.2290 | 26.3090 | -52.1738 |
#434baa color RGB value is (67,75,170).
#434baa hex color red value is 67, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #434baa hue: 0.65 , saturation: 0.43 and the lightness value of 434baa is 0.46.
The process color (four color CMYK) of #434baa color hex is 0.61, 0.56, 0.00, 0.33. Web safe color of #434baa is #333399. Color #434baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 01001011 | 10101010 |
Octal | 103 | 113 | 252 |
Decimal | 67 | 75 | 170 |
Hex | 43 | 4B | AA |
Shades of #434baa
Tints of #434baa
RGB Percentages of Color #434baa
CMYK Percentages of Color #434baa
Complementary Color
#434baa | #aaa243 |
#434baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#434baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#434baa Color CSS Codes
.mybgcolor {background-color:#434baa; } .myforecolor {color:#434baa; } .mybordercolor {border:3px solid #434baa; }
#434baa Text Font Color
<p style="color:#434baa">Text here</p>
This sample text font color is #434baa
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.
#434baa Background Color
<div style="background-color:#434baa">
Div content here</div>
This div background color is #434baa
#434baa Border Color
<div style="border:3px solid #434baa">
Div here</div>
This div border color is #434baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,75,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #434baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #434baa; -webkit-box-shadow: 1px 1px 3px 2px #434baa; box-shadow: 1px 1px 3px 2px #434baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,75,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 #434baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #434baa; -webkit-box-shadow: 1px 1px 3px 2px #434baa; box-shadow: 1px 1px 3px 2px #434baa;">
Div content here</div>
This div box has shadow with color #434baa
Comments
No comments written yet.
Please login to write comment.