Color Hex Logo

#747090 Color Hex

#747090
(116,112,144)
0 Favorites   0 Comments

Color spaces of #747090

RGB 116112144
HSL0.690.130.50
HSV248°22°56°
CMYK 0.190.220.00   0.44
XYZ18.030717.315028.7774
Yxy17.31500.28120.2700
Hunter Lab41.61134.5265-11.8757
CIE-Lab48.65458.6118-16.8761

#747090 color RGB value is (116,112,144).

#747090 hex color red value is 116, green value is 112 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #747090 hue: 0.69 , saturation: 0.13 and the lightness value of 747090 is 0.50.

The process color (four color CMYK) of #747090 color hex is 0.19, 0.22, 0.00, 0.44. Web safe color of #747090 is #666699. Color #747090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110000 10010000
Octal 164 160 220
Decimal 116 112 144
Hex 74 70 90

RGB Percentages of Color #747090

%31.18
%30.11
%38.71

CMYK Percentages of Color #747090

%19
%22
%0
%44

Triadic Colors of #747090

#747090 #907470 #709074

Analogous Colors of #747090

#747090 #847090 #707c90

Monochromatic Colors of #747090

#747090

Complementary Color

#747090 #8c9070

#747090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747090 Color CSS Codes

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

#747090 Text Font Color

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

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


#747090 Background Color

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

This div background color is #747090


#747090 Border Color

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

This div border color is #747090


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,112,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 #747090">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747090


Comments

No comments written yet.

Please login to write comment.