Color spaces of #381cba
RGB | 56 | 28 | 186 |
---|---|---|---|
HSL | 0.70 | 0.74 | 0.42 |
HSV | 251° | 85° | 73° |
CMYK | 0.70 | 0.85 | 0.00 0.27 |
XYZ | 10.9091 | 5.2164 | 46.8863 |
Yxy | 5.2164 | 0.1731 | 0.0828 |
Hunter Lab | 22.8394 | 45.2903 | -105.7268 |
CIE-Lab | 27.3426 | 56.1676 | -76.2998 |
#381cba color RGB value is (56,28,186).
#381cba hex color red value is 56, green value is 28 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #381cba hue: 0.70 , saturation: 0.74 and the lightness value of 381cba is 0.42.
The process color (four color CMYK) of #381cba color hex is 0.70, 0.85, 0.00, 0.27. Web safe color of #381cba is #3333cc. Color #381cba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 00011100 | 10111010 |
Octal | 70 | 34 | 272 |
Decimal | 56 | 28 | 186 |
Hex | 38 | 1C | BA |
Shades of #381cba
Tints of #381cba
RGB Percentages of Color #381cba
CMYK Percentages of Color #381cba
Complementary Color
#381cba | #9eba1c |
#381cba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#381cba Color Preview on White Background
Lorem ipsum dolor sit amet.
#381cba Color CSS Codes
.mybgcolor {background-color:#381cba; } .myforecolor {color:#381cba; } .mybordercolor {border:3px solid #381cba; }
#381cba Text Font Color
<p style="color:#381cba">Text here</p>
This sample text font color is #381cba
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.
#381cba Background Color
<div style="background-color:#381cba">
Div content here</div>
This div background color is #381cba
#381cba Border Color
<div style="border:3px solid #381cba">
Div here</div>
This div border color is #381cba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,28,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #381cba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #381cba; -webkit-box-shadow: 1px 1px 3px 2px #381cba; box-shadow: 1px 1px 3px 2px #381cba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,28,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #381cba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #381cba; -webkit-box-shadow: 1px 1px 3px 2px #381cba; box-shadow: 1px 1px 3px 2px #381cba;">
Div content here</div>
This div box has shadow with color #381cba
Comments
No comments written yet.
Please login to write comment.