Color spaces of #270bac
RGB | 39 | 11 | 172 |
---|---|---|---|
HSL | 0.70 | 0.88 | 0.36 |
HSV | 250° | 94° | 67° |
CMYK | 0.77 | 0.94 | 0.00 0.33 |
XYZ | 8.4028 | 3.6492 | 39.2912 |
Yxy | 3.6492 | 0.1637 | 0.0711 |
Hunter Lab | 19.1029 | 45.0869 | -108.5769 |
CIE-Lab | 22.4761 | 56.8951 | -76.0505 |
#270bac color RGB value is (39,11,172).
#270bac hex color red value is 39, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #270bac hue: 0.70 , saturation: 0.88 and the lightness value of 270bac is 0.36.
The process color (four color CMYK) of #270bac color hex is 0.77, 0.94, 0.00, 0.33. Web safe color of #270bac is #330099. Color #270bac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00001011 | 10101100 |
Octal | 47 | 13 | 254 |
Decimal | 39 | 11 | 172 |
Hex | 27 | B | AC |
Shades of #270bac
Tints of #270bac
RGB Percentages of Color #270bac
CMYK Percentages of Color #270bac
Complementary Color
#270bac | #90ac0b |
#270bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#270bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#270bac Color CSS Codes
.mybgcolor {background-color:#270bac; } .myforecolor {color:#270bac; } .mybordercolor {border:3px solid #270bac; }
#270bac Text Font Color
<p style="color:#270bac">Text here</p>
This sample text font color is #270bac
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.
#270bac Background Color
<div style="background-color:#270bac">
Div content here</div>
This div background color is #270bac
#270bac Border Color
<div style="border:3px solid #270bac">
Div here</div>
This div border color is #270bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,11,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #270bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #270bac; -webkit-box-shadow: 1px 1px 3px 2px #270bac; box-shadow: 1px 1px 3px 2px #270bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,11,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #270bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #270bac; -webkit-box-shadow: 1px 1px 3px 2px #270bac; box-shadow: 1px 1px 3px 2px #270bac;">
Div content here</div>
This div box has shadow with color #270bac
Comments
No comments written yet.
Please login to write comment.