Color spaces of #270137
RGB | 39 | 1 | 55 |
---|---|---|---|
HSL | 0.78 | 0.96 | 0.11 |
HSV | 282° | 98° | 22° |
CMYK | 0.29 | 0.98 | 0.00 0.78 |
XYZ | 1.5371 | 0.7289 | 3.6741 |
Yxy | 0.7289 | 0.2588 | 0.1227 |
Hunter Lab | 8.5376 | 17.1963 | -19.5389 |
CIE-Lab | 6.5841 | 29.0967 | -25.6908 |
#270137 color RGB value is (39,1,55).
#270137 hex color red value is 39, green value is 1 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #270137 hue: 0.78 , saturation: 0.96 and the lightness value of 270137 is 0.11.
The process color (four color CMYK) of #270137 color hex is 0.29, 0.98, 0.00, 0.78. Web safe color of #270137 is #330033. Color #270137 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00000001 | 00110111 |
Octal | 47 | 1 | 67 |
Decimal | 39 | 1 | 55 |
Hex | 27 | 1 | 37 |
Shades of #270137
Tints of #270137
RGB Percentages of Color #270137
CMYK Percentages of Color #270137
Complementary Color
#270137 | #113701 |
#270137 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#270137 Color Preview on White Background
Lorem ipsum dolor sit amet.
#270137 Color CSS Codes
.mybgcolor {background-color:#270137; } .myforecolor {color:#270137; } .mybordercolor {border:3px solid #270137; }
#270137 Text Font Color
<p style="color:#270137">Text here</p>
This sample text font color is #270137
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.
#270137 Background Color
<div style="background-color:#270137">
Div content here</div>
This div background color is #270137
#270137 Border Color
<div style="border:3px solid #270137">
Div here</div>
This div border color is #270137
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,1,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #270137; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #270137; -webkit-box-shadow: 1px 1px 3px 2px #270137; box-shadow: 1px 1px 3px 2px #270137; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,1,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #270137">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #270137; -webkit-box-shadow: 1px 1px 3px 2px #270137; box-shadow: 1px 1px 3px 2px #270137;">
Div content here</div>
This div box has shadow with color #270137
Comments
No comments written yet.
Please login to write comment.