Color spaces of #381eb0
RGB | 56 | 30 | 176 |
---|---|---|---|
HSL | 0.70 | 0.71 | 0.40 |
HSV | 251° | 83° | 69° |
CMYK | 0.68 | 0.83 | 0.00 0.31 |
XYZ | 9.9316 | 4.9039 | 41.4974 |
Yxy | 4.9039 | 0.1763 | 0.0871 |
Hunter Lab | 22.1448 | 41.3013 | -95.6031 |
CIE-Lab | 26.4592 | 52.4895 | -71.7997 |
#381eb0 color RGB value is (56,30,176).
#381eb0 hex color red value is 56, green value is 30 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #381eb0 hue: 0.70 , saturation: 0.71 and the lightness value of 381eb0 is 0.40.
The process color (four color CMYK) of #381eb0 color hex is 0.68, 0.83, 0.00, 0.31. Web safe color of #381eb0 is #333399. Color #381eb0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 00011110 | 10110000 |
Octal | 70 | 36 | 260 |
Decimal | 56 | 30 | 176 |
Hex | 38 | 1E | B0 |
Shades of #381eb0
Tints of #381eb0
RGB Percentages of Color #381eb0
CMYK Percentages of Color #381eb0
Complementary Color
#381eb0 | #96b01e |
#381eb0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#381eb0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#381eb0 Color CSS Codes
.mybgcolor {background-color:#381eb0; } .myforecolor {color:#381eb0; } .mybordercolor {border:3px solid #381eb0; }
#381eb0 Text Font Color
<p style="color:#381eb0">Text here</p>
This sample text font color is #381eb0
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.
#381eb0 Background Color
<div style="background-color:#381eb0">
Div content here</div>
This div background color is #381eb0
#381eb0 Border Color
<div style="border:3px solid #381eb0">
Div here</div>
This div border color is #381eb0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,30,176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #381eb0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #381eb0; -webkit-box-shadow: 1px 1px 3px 2px #381eb0; box-shadow: 1px 1px 3px 2px #381eb0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,30,176, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #381eb0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #381eb0; -webkit-box-shadow: 1px 1px 3px 2px #381eb0; box-shadow: 1px 1px 3px 2px #381eb0;">
Div content here</div>
This div box has shadow with color #381eb0
Comments
No comments written yet.
Please login to write comment.