Color spaces of #321eab
RGB | 50 | 30 | 171 |
---|---|---|---|
HSL | 0.69 | 0.70 | 0.39 |
HSV | 249° | 82° | 67° |
CMYK | 0.71 | 0.82 | 0.00 0.33 |
XYZ | 9.1304 | 4.5469 | 38.9245 |
Yxy | 4.5469 | 0.1736 | 0.0864 |
Hunter Lab | 21.3235 | 39.1151 | -93.3034 |
CIE-Lab | 25.4028 | 50.5317 | -70.5600 |
#321eab color RGB value is (50,30,171).
#321eab hex color red value is 50, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #321eab hue: 0.69 , saturation: 0.70 and the lightness value of 321eab is 0.39.
The process color (four color CMYK) of #321eab color hex is 0.71, 0.82, 0.00, 0.33. Web safe color of #321eab is #333399. Color #321eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00011110 | 10101011 |
Octal | 62 | 36 | 253 |
Decimal | 50 | 30 | 171 |
Hex | 32 | 1E | AB |
Shades of #321eab
Tints of #321eab
RGB Percentages of Color #321eab
CMYK Percentages of Color #321eab
Complementary Color
#321eab | #97ab1e |
#321eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#321eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#321eab Color CSS Codes
.mybgcolor {background-color:#321eab; } .myforecolor {color:#321eab; } .mybordercolor {border:3px solid #321eab; }
#321eab Text Font Color
<p style="color:#321eab">Text here</p>
This sample text font color is #321eab
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.
#321eab Background Color
<div style="background-color:#321eab">
Div content here</div>
This div background color is #321eab
#321eab Border Color
<div style="border:3px solid #321eab">
Div here</div>
This div border color is #321eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,30,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #321eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #321eab; -webkit-box-shadow: 1px 1px 3px 2px #321eab; box-shadow: 1px 1px 3px 2px #321eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,30,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 #321eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #321eab; -webkit-box-shadow: 1px 1px 3px 2px #321eab; box-shadow: 1px 1px 3px 2px #321eab;">
Div content here</div>
This div box has shadow with color #321eab
Comments
No comments written yet.
Please login to write comment.