Color spaces of #361966
RGB | 54 | 25 | 102 |
---|---|---|---|
HSL | 0.73 | 0.61 | 0.25 |
HSV | 263° | 75° | 40° |
CMYK | 0.47 | 0.75 | 0.00 0.60 |
XYZ | 4.2672 | 2.4388 | 12.8162 |
Yxy | 2.4388 | 0.2186 | 0.1249 |
Hunter Lab | 15.6167 | 21.4454 | -37.7262 |
CIE-Lab | 17.6395 | 32.7091 | -40.0167 |
#361966 color RGB value is (54,25,102).
#361966 hex color red value is 54, green value is 25 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #361966 hue: 0.73 , saturation: 0.61 and the lightness value of 361966 is 0.25.
The process color (four color CMYK) of #361966 color hex is 0.47, 0.75, 0.00, 0.60. Web safe color of #361966 is #330066. Color #361966 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00011001 | 01100110 |
Octal | 66 | 31 | 146 |
Decimal | 54 | 25 | 102 |
Hex | 36 | 19 | 66 |
Shades of #361966
Tints of #361966
RGB Percentages of Color #361966
CMYK Percentages of Color #361966
Complementary Color
#361966 | #496619 |
#361966 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#361966 Color Preview on White Background
Lorem ipsum dolor sit amet.
#361966 Color CSS Codes
.mybgcolor {background-color:#361966; } .myforecolor {color:#361966; } .mybordercolor {border:3px solid #361966; }
#361966 Text Font Color
<p style="color:#361966">Text here</p>
This sample text font color is #361966
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.
#361966 Background Color
<div style="background-color:#361966">
Div content here</div>
This div background color is #361966
#361966 Border Color
<div style="border:3px solid #361966">
Div here</div>
This div border color is #361966
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,25,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #361966; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #361966; -webkit-box-shadow: 1px 1px 3px 2px #361966; box-shadow: 1px 1px 3px 2px #361966; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,25,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #361966">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #361966; -webkit-box-shadow: 1px 1px 3px 2px #361966; box-shadow: 1px 1px 3px 2px #361966;">
Div content here</div>
This div box has shadow with color #361966
Comments
No comments written yet.
Please login to write comment.