Color spaces of #4032ab
RGB | 64 | 50 | 171 |
---|---|---|---|
HSL | 0.69 | 0.55 | 0.43 |
HSV | 247° | 71° | 67° |
CMYK | 0.63 | 0.71 | 0.00 0.33 |
XYZ | 10.6056 | 6.3115 | 39.1873 |
Yxy | 6.3115 | 0.1890 | 0.1125 |
Hunter Lab | 25.1227 | 31.3894 | -74.8968 |
CIE-Lab | 30.1851 | 41.6407 | -62.6334 |
#4032ab color RGB value is (64,50,171).
#4032ab hex color red value is 64, green value is 50 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4032ab hue: 0.69 , saturation: 0.55 and the lightness value of 4032ab is 0.43.
The process color (four color CMYK) of #4032ab color hex is 0.63, 0.71, 0.00, 0.33. Web safe color of #4032ab is #333399. Color #4032ab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00110010 | 10101011 |
Octal | 100 | 62 | 253 |
Decimal | 64 | 50 | 171 |
Hex | 40 | 32 | AB |
Shades of #4032ab
Tints of #4032ab
RGB Percentages of Color #4032ab
CMYK Percentages of Color #4032ab
Complementary Color
#4032ab | #9dab32 |
#4032ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4032ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#4032ab Color CSS Codes
.mybgcolor {background-color:#4032ab; } .myforecolor {color:#4032ab; } .mybordercolor {border:3px solid #4032ab; }
#4032ab Text Font Color
<p style="color:#4032ab">Text here</p>
This sample text font color is #4032ab
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.
#4032ab Background Color
<div style="background-color:#4032ab">
Div content here</div>
This div background color is #4032ab
#4032ab Border Color
<div style="border:3px solid #4032ab">
Div here</div>
This div border color is #4032ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,50,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4032ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4032ab; -webkit-box-shadow: 1px 1px 3px 2px #4032ab; box-shadow: 1px 1px 3px 2px #4032ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,50,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4032ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4032ab; -webkit-box-shadow: 1px 1px 3px 2px #4032ab; box-shadow: 1px 1px 3px 2px #4032ab;">
Div content here</div>
This div box has shadow with color #4032ab
Comments
No comments written yet.
Please login to write comment.