Color spaces of #392abf
RGB | 57 | 42 | 191 |
---|---|---|---|
HSL | 0.68 | 0.64 | 0.46 |
HSV | 246° | 78° | 75° |
CMYK | 0.70 | 0.78 | 0.00 0.25 |
XYZ | 11.9193 | 6.2874 | 49.8756 |
Yxy | 6.2874 | 0.1751 | 0.0923 |
Hunter Lab | 25.0747 | 40.9696 | -100.3804 |
CIE-Lab | 30.1263 | 51.4491 | -74.6441 |
#392abf color RGB value is (57,42,191).
#392abf hex color red value is 57, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #392abf hue: 0.68 , saturation: 0.64 and the lightness value of 392abf is 0.46.
The process color (four color CMYK) of #392abf color hex is 0.70, 0.78, 0.00, 0.25. Web safe color of #392abf is #3333cc. Color #392abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00101010 | 10111111 |
Octal | 71 | 52 | 277 |
Decimal | 57 | 42 | 191 |
Hex | 39 | 2A | BF |
Shades of #392abf
Tints of #392abf
RGB Percentages of Color #392abf
CMYK Percentages of Color #392abf
Complementary Color
#392abf | #b0bf2a |
#392abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#392abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#392abf Color CSS Codes
.mybgcolor {background-color:#392abf; } .myforecolor {color:#392abf; } .mybordercolor {border:3px solid #392abf; }
#392abf Text Font Color
<p style="color:#392abf">Text here</p>
This sample text font color is #392abf
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.
#392abf Background Color
<div style="background-color:#392abf">
Div content here</div>
This div background color is #392abf
#392abf Border Color
<div style="border:3px solid #392abf">
Div here</div>
This div border color is #392abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,42,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #392abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #392abf; -webkit-box-shadow: 1px 1px 3px 2px #392abf; box-shadow: 1px 1px 3px 2px #392abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,42,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #392abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #392abf; -webkit-box-shadow: 1px 1px 3px 2px #392abf; box-shadow: 1px 1px 3px 2px #392abf;">
Div content here</div>
This div box has shadow with color #392abf
Comments
No comments written yet.
Please login to write comment.