Color Hex Logo

#747380 Color Hex

#747380
(116,115,128)
0 Favorites   0 Comments

Color spaces of #747380

RGB 116115128
HSL0.680.050.48
HSV245°10°50°
CMYK 0.090.100.00   0.50
XYZ17.229517.533022.8982
Yxy17.53300.29880.3041
Hunter Lab41.87240.1717-3.1124
CIE-Lab48.92473.1271-6.9960

#747380 color RGB value is (116,115,128).

#747380 hex color red value is 116, green value is 115 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #747380 hue: 0.68 , saturation: 0.05 and the lightness value of 747380 is 0.48.

The process color (four color CMYK) of #747380 color hex is 0.09, 0.10, 0.00, 0.50. Web safe color of #747380 is #666699. Color #747380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110011 10000000
Octal 164 163 200
Decimal 116 115 128
Hex 74 73 80

RGB Percentages of Color #747380

%32.31
%32.03
%35.65

CMYK Percentages of Color #747380

%9
%10
%0
%50

Triadic Colors of #747380

#747380 #807473 #738074

Analogous Colors of #747380

#747380 #7b7380 #737980

Monochromatic Colors of #747380

#747380

Complementary Color

#747380 #7f8073

#747380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747380 Color CSS Codes

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

#747380 Text Font Color

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

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


#747380 Background Color

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

This div background color is #747380


#747380 Border Color

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

This div border color is #747380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747380


Comments

No comments written yet.

Please login to write comment.