Color spaces of #737fae
RGB | 115 | 127 | 174 |
---|---|---|---|
HSL | 0.63 | 0.27 | 0.57 |
HSV | 228° | 34° | 68° |
CMYK | 0.34 | 0.27 | 0.00 0.32 |
XYZ | 22.2996 | 21.8796 | 43.0923 |
Yxy | 21.8796 | 0.2555 | 0.2507 |
Hunter Lab | 46.7756 | 3.2399 | -21.8783 |
CIE-Lab | 53.8990 | 7.0935 | -26.3240 |
#737fae color RGB value is (115,127,174).
#737fae hex color red value is 115, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #737fae hue: 0.63 , saturation: 0.27 and the lightness value of 737fae is 0.57.
The process color (four color CMYK) of #737fae color hex is 0.34, 0.27, 0.00, 0.32. Web safe color of #737fae is #666699. Color #737fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01111111 | 10101110 |
Octal | 163 | 177 | 256 |
Decimal | 115 | 127 | 174 |
Hex | 73 | 7F | AE |
Shades of #737fae
Tints of #737fae
RGB Percentages of Color #737fae
CMYK Percentages of Color #737fae
Complementary Color
#737fae | #aea273 |
#737fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#737fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#737fae Color CSS Codes
.mybgcolor {background-color:#737fae; } .myforecolor {color:#737fae; } .mybordercolor {border:3px solid #737fae; }
#737fae Text Font Color
<p style="color:#737fae">Text here</p>
This sample text font color is #737fae
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.
#737fae Background Color
<div style="background-color:#737fae">
Div content here</div>
This div background color is #737fae
#737fae Border Color
<div style="border:3px solid #737fae">
Div here</div>
This div border color is #737fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,127,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #737fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #737fae; -webkit-box-shadow: 1px 1px 3px 2px #737fae; box-shadow: 1px 1px 3px 2px #737fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,127,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 #737fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #737fae; -webkit-box-shadow: 1px 1px 3px 2px #737fae; box-shadow: 1px 1px 3px 2px #737fae;">
Div content here</div>
This div box has shadow with color #737fae
Comments
No comments written yet.
Please login to write comment.