Color spaces of #271159
RGB | 39 | 17 | 89 |
---|---|---|---|
HSL | 0.72 | 0.68 | 0.21 |
HSV | 258° | 81° | 35° |
CMYK | 0.56 | 0.81 | 0.00 0.65 |
XYZ | 2.8403 | 1.5535 | 9.6013 |
Yxy | 1.5535 | 0.2029 | 0.1110 |
Hunter Lab | 12.4639 | 18.8649 | -36.9478 |
CIE-Lab | 12.9442 | 30.4000 | -39.1160 |
#271159 color RGB value is (39,17,89).
#271159 hex color red value is 39, green value is 17 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #271159 hue: 0.72 , saturation: 0.68 and the lightness value of 271159 is 0.21.
The process color (four color CMYK) of #271159 color hex is 0.56, 0.81, 0.00, 0.65. Web safe color of #271159 is #330066. Color #271159 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00010001 | 01011001 |
Octal | 47 | 21 | 131 |
Decimal | 39 | 17 | 89 |
Hex | 27 | 11 | 59 |
Shades of #271159
Tints of #271159
RGB Percentages of Color #271159
CMYK Percentages of Color #271159
Complementary Color
#271159 | #435911 |
#271159 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#271159 Color Preview on White Background
Lorem ipsum dolor sit amet.
#271159 Color CSS Codes
.mybgcolor {background-color:#271159; } .myforecolor {color:#271159; } .mybordercolor {border:3px solid #271159; }
#271159 Text Font Color
<p style="color:#271159">Text here</p>
This sample text font color is #271159
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.
#271159 Background Color
<div style="background-color:#271159">
Div content here</div>
This div background color is #271159
#271159 Border Color
<div style="border:3px solid #271159">
Div here</div>
This div border color is #271159
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,17,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #271159; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #271159; -webkit-box-shadow: 1px 1px 3px 2px #271159; box-shadow: 1px 1px 3px 2px #271159; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,17,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #271159">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #271159; -webkit-box-shadow: 1px 1px 3px 2px #271159; box-shadow: 1px 1px 3px 2px #271159;">
Div content here</div>
This div box has shadow with color #271159
Comments
No comments written yet.
Please login to write comment.