Color spaces of #391eab
RGB | 57 | 30 | 171 |
---|---|---|---|
HSL | 0.70 | 0.70 | 0.39 |
HSV | 251° | 82° | 67° |
CMYK | 0.67 | 0.82 | 0.00 0.33 |
XYZ | 9.5023 | 4.7387 | 38.9419 |
Yxy | 4.7387 | 0.1787 | 0.0891 |
Hunter Lab | 21.7686 | 39.8229 | -90.8263 |
CIE-Lab | 25.9770 | 51.1247 | -69.5913 |
#391eab color RGB value is (57,30,171).
#391eab hex color red value is 57, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #391eab hue: 0.70 , saturation: 0.70 and the lightness value of 391eab is 0.39.
The process color (four color CMYK) of #391eab color hex is 0.67, 0.82, 0.00, 0.33. Web safe color of #391eab is #333399. Color #391eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00011110 | 10101011 |
Octal | 71 | 36 | 253 |
Decimal | 57 | 30 | 171 |
Hex | 39 | 1E | AB |
Shades of #391eab
Tints of #391eab
RGB Percentages of Color #391eab
CMYK Percentages of Color #391eab
Complementary Color
#391eab | #90ab1e |
#391eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#391eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#391eab Color CSS Codes
.mybgcolor {background-color:#391eab; } .myforecolor {color:#391eab; } .mybordercolor {border:3px solid #391eab; }
#391eab Text Font Color
<p style="color:#391eab">Text here</p>
This sample text font color is #391eab
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.
#391eab Background Color
<div style="background-color:#391eab">
Div content here</div>
This div background color is #391eab
#391eab Border Color
<div style="border:3px solid #391eab">
Div here</div>
This div border color is #391eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,30,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #391eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #391eab; -webkit-box-shadow: 1px 1px 3px 2px #391eab; box-shadow: 1px 1px 3px 2px #391eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,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 #391eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #391eab; -webkit-box-shadow: 1px 1px 3px 2px #391eab; box-shadow: 1px 1px 3px 2px #391eab;">
Div content here</div>
This div box has shadow with color #391eab
Comments
No comments written yet.
Please login to write comment.