Color spaces of #27326f
RGB | 39 | 50 | 111 |
---|---|---|---|
HSL | 0.64 | 0.48 | 0.29 |
HSV | 231° | 65° | 44° |
CMYK | 0.65 | 0.55 | 0.00 0.56 |
XYZ | 4.8465 | 3.8602 | 15.5286 |
Yxy | 3.8602 | 0.2000 | 0.1593 |
Hunter Lab | 19.6474 | 9.6484 | -33.1075 |
CIE-Lab | 23.2038 | 16.4282 | -36.9003 |
#27326f color RGB value is (39,50,111).
#27326f hex color red value is 39, green value is 50 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #27326f hue: 0.64 , saturation: 0.48 and the lightness value of 27326f is 0.29.
The process color (four color CMYK) of #27326f color hex is 0.65, 0.55, 0.00, 0.56. Web safe color of #27326f is #333366. Color #27326f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00110010 | 01101111 |
Octal | 47 | 62 | 157 |
Decimal | 39 | 50 | 111 |
Hex | 27 | 32 | 6F |
Shades of #27326f
Tints of #27326f
RGB Percentages of Color #27326f
CMYK Percentages of Color #27326f
Complementary Color
#27326f | #6f6427 |
#27326f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27326f Color Preview on White Background
Lorem ipsum dolor sit amet.
#27326f Color CSS Codes
.mybgcolor {background-color:#27326f; } .myforecolor {color:#27326f; } .mybordercolor {border:3px solid #27326f; }
#27326f Text Font Color
<p style="color:#27326f">Text here</p>
This sample text font color is #27326f
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.
#27326f Background Color
<div style="background-color:#27326f">
Div content here</div>
This div background color is #27326f
#27326f Border Color
<div style="border:3px solid #27326f">
Div here</div>
This div border color is #27326f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,50,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27326f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27326f; -webkit-box-shadow: 1px 1px 3px 2px #27326f; box-shadow: 1px 1px 3px 2px #27326f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,50,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27326f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27326f; -webkit-box-shadow: 1px 1px 3px 2px #27326f; box-shadow: 1px 1px 3px 2px #27326f;">
Div content here</div>
This div box has shadow with color #27326f
Comments
No comments written yet.
Please login to write comment.