Color spaces of #132fae
RGB | 19 | 47 | 174 |
---|---|---|---|
HSL | 0.64 | 0.80 | 0.38 |
HSV | 229° | 89° | 68° |
CMYK | 0.89 | 0.73 | 0.00 0.32 |
XYZ | 8.9251 | 5.2275 | 40.5830 |
Yxy | 5.2275 | 0.1631 | 0.0955 |
Hunter Lab | 22.8637 | 29.6679 | -89.2348 |
CIE-Lab | 27.3733 | 40.3088 | -69.1506 |
#132fae color RGB value is (19,47,174).
#132fae hex color red value is 19, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #132fae hue: 0.64 , saturation: 0.80 and the lightness value of 132fae is 0.38.
The process color (four color CMYK) of #132fae color hex is 0.89, 0.73, 0.00, 0.32. Web safe color of #132fae is #003399. Color #132fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 00101111 | 10101110 |
Octal | 23 | 57 | 256 |
Decimal | 19 | 47 | 174 |
Hex | 13 | 2F | AE |
Shades of #132fae
Tints of #132fae
RGB Percentages of Color #132fae
CMYK Percentages of Color #132fae
Complementary Color
#132fae | #ae9213 |
#132fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#132fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#132fae Color CSS Codes
.mybgcolor {background-color:#132fae; } .myforecolor {color:#132fae; } .mybordercolor {border:3px solid #132fae; }
#132fae Text Font Color
<p style="color:#132fae">Text here</p>
This sample text font color is #132fae
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.
#132fae Background Color
<div style="background-color:#132fae">
Div content here</div>
This div background color is #132fae
#132fae Border Color
<div style="border:3px solid #132fae">
Div here</div>
This div border color is #132fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,47,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #132fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #132fae; -webkit-box-shadow: 1px 1px 3px 2px #132fae; box-shadow: 1px 1px 3px 2px #132fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,47,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #132fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #132fae; -webkit-box-shadow: 1px 1px 3px 2px #132fae; box-shadow: 1px 1px 3px 2px #132fae;">
Div content here</div>
This div box has shadow with color #132fae
Comments
No comments written yet.
Please login to write comment.