Color Hex Logo

#747180 Color Hex

#747180
(116,113,128)
0 Favorites   0 Comments

Color spaces of #747180

RGB 116113128
HSL0.700.060.47
HSV252°12°50°
CMYK 0.090.120.00   0.50
XYZ17.003917.081822.8230
Yxy17.08180.29880.3002
Hunter Lab41.33011.1101-3.8096
CIE-Lab48.36294.3080-7.8343

#747180 color RGB value is (116,113,128).

#747180 hex color red value is 116, green value is 113 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #747180 hue: 0.70 , saturation: 0.06 and the lightness value of 747180 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 10000000
Octal 164 161 200
Decimal 116 113 128
Hex 74 71 80

RGB Percentages of Color #747180

%32.49
%31.65
%35.85

CMYK Percentages of Color #747180

%9
%12
%0
%50

Triadic Colors of #747180

#747180 #807471 #718074

Analogous Colors of #747180

#747180 #7c7180 #717680

Monochromatic Colors of #747180

#747180

Complementary Color

#747180 #7d8071

#747180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747180 Color CSS Codes

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

#747180 Text Font Color

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

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


#747180 Background Color

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

This div background color is #747180


#747180 Border Color

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

This div border color is #747180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747180


Comments

No comments written yet.

Please login to write comment.