Color spaces of #27141f
RGB | 39 | 20 | 31 |
---|---|---|---|
HSL | 0.90 | 0.32 | 0.12 |
HSV | 325° | 49° | 15° |
CMYK | 0.00 | 0.49 | 0.21 0.85 |
XYZ | 1.3342 | 1.0306 | 1.4249 |
Yxy | 1.0306 | 0.3521 | 0.2719 |
Hunter Lab | 10.1518 | 5.6935 | -1.2156 |
CIE-Lab | 9.2438 | 11.8045 | -3.6070 |
#27141f color RGB value is (39,20,31).
#27141f hex color red value is 39, green value is 20 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #27141f hue: 0.90 , saturation: 0.32 and the lightness value of 27141f is 0.12.
The process color (four color CMYK) of #27141f color hex is 0.00, 0.49, 0.21, 0.85. Web safe color of #27141f is #330033. Color #27141f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00010100 | 00011111 |
Octal | 47 | 24 | 37 |
Decimal | 39 | 20 | 31 |
Hex | 27 | 14 | 1F |
Shades of #27141f
Tints of #27141f
RGB Percentages of Color #27141f
CMYK Percentages of Color #27141f
Complementary Color
#27141f | #14271c |
#27141f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27141f Color Preview on White Background
Lorem ipsum dolor sit amet.
#27141f Color CSS Codes
.mybgcolor {background-color:#27141f; } .myforecolor {color:#27141f; } .mybordercolor {border:3px solid #27141f; }
#27141f Text Font Color
<p style="color:#27141f">Text here</p>
This sample text font color is #27141f
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.
#27141f Background Color
<div style="background-color:#27141f">
Div content here</div>
This div background color is #27141f
#27141f Border Color
<div style="border:3px solid #27141f">
Div here</div>
This div border color is #27141f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,20,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27141f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27141f; -webkit-box-shadow: 1px 1px 3px 2px #27141f; box-shadow: 1px 1px 3px 2px #27141f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,20,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27141f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27141f; -webkit-box-shadow: 1px 1px 3px 2px #27141f; box-shadow: 1px 1px 3px 2px #27141f;">
Div content here</div>
This div box has shadow with color #27141f
#27141f Color Palettes
Comments
No comments written yet.
Please login to write comment.