Color spaces of #433bad
RGB | 67 | 59 | 173 |
---|---|---|---|
HSL | 0.68 | 0.49 | 0.45 |
HSV | 244° | 66° | 68° |
CMYK | 0.61 | 0.66 | 0.00 0.32 |
XYZ | 11.4215 | 7.3384 | 40.3496 |
Yxy | 7.3384 | 0.1932 | 0.1241 |
Hunter Lab | 27.0895 | 27.8528 | -69.3494 |
CIE-Lab | 32.5652 | 37.4027 | -59.9227 |
#433bad color RGB value is (67,59,173).
#433bad hex color red value is 67, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #433bad hue: 0.68 , saturation: 0.49 and the lightness value of 433bad is 0.45.
The process color (four color CMYK) of #433bad color hex is 0.61, 0.66, 0.00, 0.32. Web safe color of #433bad is #333399. Color #433bad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 00111011 | 10101101 |
Octal | 103 | 73 | 255 |
Decimal | 67 | 59 | 173 |
Hex | 43 | 3B | AD |
Shades of #433bad
Tints of #433bad
RGB Percentages of Color #433bad
CMYK Percentages of Color #433bad
Complementary Color
#433bad | #a5ad3b |
#433bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#433bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#433bad Color CSS Codes
.mybgcolor {background-color:#433bad; } .myforecolor {color:#433bad; } .mybordercolor {border:3px solid #433bad; }
#433bad Text Font Color
<p style="color:#433bad">Text here</p>
This sample text font color is #433bad
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.
#433bad Background Color
<div style="background-color:#433bad">
Div content here</div>
This div background color is #433bad
#433bad Border Color
<div style="border:3px solid #433bad">
Div here</div>
This div border color is #433bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,59,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #433bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #433bad; -webkit-box-shadow: 1px 1px 3px 2px #433bad; box-shadow: 1px 1px 3px 2px #433bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,59,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #433bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #433bad; -webkit-box-shadow: 1px 1px 3px 2px #433bad; box-shadow: 1px 1px 3px 2px #433bad;">
Div content here</div>
This div box has shadow with color #433bad
Comments
No comments written yet.
Please login to write comment.