Color spaces of #361aba
RGB | 54 | 26 | 186 |
---|---|---|---|
HSL | 0.70 | 0.75 | 0.42 |
HSV | 251° | 86° | 73° |
CMYK | 0.71 | 0.86 | 0.00 0.27 |
XYZ | 10.7536 | 5.0682 | 46.8659 |
Yxy | 5.0682 | 0.1715 | 0.0808 |
Hunter Lab | 22.5127 | 45.8667 | -107.6685 |
CIE-Lab | 26.9282 | 56.7938 | -76.9924 |
#361aba color RGB value is (54,26,186).
#361aba hex color red value is 54, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #361aba hue: 0.70 , saturation: 0.75 and the lightness value of 361aba is 0.42.
The process color (four color CMYK) of #361aba color hex is 0.71, 0.86, 0.00, 0.27. Web safe color of #361aba is #3333cc. Color #361aba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00011010 | 10111010 |
Octal | 66 | 32 | 272 |
Decimal | 54 | 26 | 186 |
Hex | 36 | 1A | BA |
Shades of #361aba
Tints of #361aba
RGB Percentages of Color #361aba
CMYK Percentages of Color #361aba
Complementary Color
#361aba | #9eba1a |
#361aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#361aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#361aba Color CSS Codes
.mybgcolor {background-color:#361aba; } .myforecolor {color:#361aba; } .mybordercolor {border:3px solid #361aba; }
#361aba Text Font Color
<p style="color:#361aba">Text here</p>
This sample text font color is #361aba
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.
#361aba Background Color
<div style="background-color:#361aba">
Div content here</div>
This div background color is #361aba
#361aba Border Color
<div style="border:3px solid #361aba">
Div here</div>
This div border color is #361aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,26,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #361aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #361aba; -webkit-box-shadow: 1px 1px 3px 2px #361aba; box-shadow: 1px 1px 3px 2px #361aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,26,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 #361aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #361aba; -webkit-box-shadow: 1px 1px 3px 2px #361aba; box-shadow: 1px 1px 3px 2px #361aba;">
Div content here</div>
This div box has shadow with color #361aba
Comments
No comments written yet.
Please login to write comment.