Color spaces of #270cbe
RGB | 39 | 12 | 190 |
---|---|---|---|
HSL | 0.69 | 0.88 | 0.40 |
HSV | 249° | 94° | 75° |
CMYK | 0.79 | 0.94 | 0.00 0.25 |
XYZ | 10.2624 | 4.4120 | 49.0259 |
Yxy | 4.4120 | 0.1611 | 0.0693 |
Hunter Lab | 21.0048 | 50.4523 | -123.6817 |
CIE-Lab | 24.9892 | 61.4117 | -82.6206 |
#270cbe color RGB value is (39,12,190).
#270cbe hex color red value is 39, green value is 12 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #270cbe hue: 0.69 , saturation: 0.88 and the lightness value of 270cbe is 0.40.
The process color (four color CMYK) of #270cbe color hex is 0.79, 0.94, 0.00, 0.25. Web safe color of #270cbe is #3300cc. Color #270cbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00001100 | 10111110 |
Octal | 47 | 14 | 276 |
Decimal | 39 | 12 | 190 |
Hex | 27 | C | BE |
Shades of #270cbe
Tints of #270cbe
RGB Percentages of Color #270cbe
CMYK Percentages of Color #270cbe
Complementary Color
#270cbe | #a3be0c |
#270cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#270cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#270cbe Color CSS Codes
.mybgcolor {background-color:#270cbe; } .myforecolor {color:#270cbe; } .mybordercolor {border:3px solid #270cbe; }
#270cbe Text Font Color
<p style="color:#270cbe">Text here</p>
This sample text font color is #270cbe
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.
#270cbe Background Color
<div style="background-color:#270cbe">
Div content here</div>
This div background color is #270cbe
#270cbe Border Color
<div style="border:3px solid #270cbe">
Div here</div>
This div border color is #270cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,12,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #270cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #270cbe; -webkit-box-shadow: 1px 1px 3px 2px #270cbe; box-shadow: 1px 1px 3px 2px #270cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,12,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #270cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #270cbe; -webkit-box-shadow: 1px 1px 3px 2px #270cbe; box-shadow: 1px 1px 3px 2px #270cbe;">
Div content here</div>
This div box has shadow with color #270cbe
Comments
No comments written yet.
Please login to write comment.