Color Hex Logo

#737690 Color Hex

#737690
(115,118,144)
0 Favorites   0 Comments

Color spaces of #737690

RGB 115118144
HSL0.650.120.51
HSV234°20°56°
CMYK 0.200.180.00   0.44
XYZ18.582718.615328.9993
Yxy18.61530.28070.2812
Hunter Lab43.14551.3752-9.6487
CIE-Lab50.23414.7058-14.4818

#737690 color RGB value is (115,118,144).

#737690 hex color red value is 115, green value is 118 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #737690 hue: 0.65 , saturation: 0.12 and the lightness value of 737690 is 0.51.

The process color (four color CMYK) of #737690 color hex is 0.20, 0.18, 0.00, 0.44. Web safe color of #737690 is #666699. Color #737690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110110 10010000
Octal 163 166 220
Decimal 115 118 144
Hex 73 76 90

RGB Percentages of Color #737690

%30.50
%31.30
%38.20

CMYK Percentages of Color #737690

%20
%18
%0
%44

Triadic Colors of #737690

#737690 #907376 #769073

Analogous Colors of #737690

#737690 #7f7390 #738590

Monochromatic Colors of #737690

#737690

Complementary Color

#737690 #908d73

#737690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#737690 Color CSS Codes

.mybgcolor {background-color:#737690; } 
.myforecolor {color:#737690; }
.mybordercolor {border:3px solid #737690; }

#737690 Text Font Color

<p style="color:#737690">Text here</p>

This sample text font color is #737690
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.


#737690 Background Color

<div style="background-color:#737690">
Div content here</div>

This div background color is #737690


#737690 Border Color

<div style="border:3px solid #737690">
Div here</div>

This div border color is #737690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,118,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #737690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #737690;
  -webkit-box-shadow: 1px 1px 3px 2px #737690;
  box-shadow:         1px 1px 3px 2px #737690; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,118,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #737690">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #737690;
  -webkit-box-shadow: 1px 1px 3px 2px #737690;
  box-shadow:         1px 1px 3px 2px #737690;">
Div content here</div>

This div box has shadow with color #737690


Comments

No comments written yet.

Please login to write comment.