Color Hex Logo

#747183 Color Hex

#747183
(116,113,131)
0 Favorites   0 Comments

Color spaces of #747183

RGB 116113131
HSL0.690.070.48
HSV250°14°51°
CMYK 0.110.140.00   0.49
XYZ17.204317.162023.8786
Yxy17.16200.29540.2947
Hunter Lab41.42701.6322-5.1759
CIE-Lab48.46354.9770-9.4650

#747183 color RGB value is (116,113,131).

#747183 hex color red value is 116, green value is 113 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #747183 hue: 0.69 , saturation: 0.07 and the lightness value of 747183 is 0.48.

The process color (four color CMYK) of #747183 color hex is 0.11, 0.14, 0.00, 0.49. Web safe color of #747183 is #666699. Color #747183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 10000011
Octal 164 161 203
Decimal 116 113 131
Hex 74 71 83

RGB Percentages of Color #747183

%32.22
%31.39
%36.39

CMYK Percentages of Color #747183

%11
%14
%0
%49

Triadic Colors of #747183

#747183 #837471 #718374

Analogous Colors of #747183

#747183 #7d7183 #717783

Monochromatic Colors of #747183

#747183

Complementary Color

#747183 #808371

#747183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747183 Color CSS Codes

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

#747183 Text Font Color

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

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


#747183 Background Color

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

This div background color is #747183


#747183 Border Color

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

This div border color is #747183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747183


Comments

No comments written yet.

Please login to write comment.