Color spaces of #737286
RGB | 115 | 114 | 134 |
---|---|---|---|
HSL | 0.68 | 0.08 | 0.49 |
HSV | 243° | 15° | 53° |
CMYK | 0.14 | 0.15 | 0.00 0.47 |
XYZ | 17.3906 | 17.4007 | 24.9963 |
Yxy | 17.4007 | 0.2909 | 0.2910 |
Hunter Lab | 41.7141 | 1.4168 | -6.3283 |
CIE-Lab | 48.7610 | 4.7120 | -10.8052 |
#737286 color RGB value is (115,114,134).
#737286 hex color red value is 115, green value is 114 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #737286 hue: 0.68 , saturation: 0.08 and the lightness value of 737286 is 0.49.
The process color (four color CMYK) of #737286 color hex is 0.14, 0.15, 0.00, 0.47. Web safe color of #737286 is #666699. Color #737286 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01110010 | 10000110 |
Octal | 163 | 162 | 206 |
Decimal | 115 | 114 | 134 |
Hex | 73 | 72 | 86 |
Shades of #737286
Tints of #737286
RGB Percentages of Color #737286
CMYK Percentages of Color #737286
Complementary Color
#737286 | #858672 |
#737286 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#737286 Color Preview on White Background
Lorem ipsum dolor sit amet.
#737286 Color CSS Codes
.mybgcolor {background-color:#737286; } .myforecolor {color:#737286; } .mybordercolor {border:3px solid #737286; }
#737286 Text Font Color
<p style="color:#737286">Text here</p>
This sample text font color is #737286
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.
#737286 Background Color
<div style="background-color:#737286">
Div content here</div>
This div background color is #737286
#737286 Border Color
<div style="border:3px solid #737286">
Div here</div>
This div border color is #737286
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,114,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #737286; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #737286; -webkit-box-shadow: 1px 1px 3px 2px #737286; box-shadow: 1px 1px 3px 2px #737286; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,114,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #737286">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #737286; -webkit-box-shadow: 1px 1px 3px 2px #737286; box-shadow: 1px 1px 3px 2px #737286;">
Div content here</div>
This div box has shadow with color #737286
Comments
No comments written yet.
Please login to write comment.