Color Hex Logo

#747885 Color Hex

#747885
(116,120,133)
0 Favorites   0 Comments

Color spaces of #747885

RGB 116120133
HSL0.630.070.49
HSV226°13°52°
CMYK 0.130.100.00   0.48
XYZ18.152618.839424.8699
Yxy18.83940.29340.3045
Hunter Lab43.4044-1.3053-3.5890
CIE-Lab50.49881.3083-7.6023

#747885 color RGB value is (116,120,133).

#747885 hex color red value is 116, green value is 120 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #747885 hue: 0.63 , saturation: 0.07 and the lightness value of 747885 is 0.49.

The process color (four color CMYK) of #747885 color hex is 0.13, 0.10, 0.00, 0.48. Web safe color of #747885 is #666699. Color #747885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111000 10000101
Octal 164 170 205
Decimal 116 120 133
Hex 74 78 85

RGB Percentages of Color #747885

%31.44
%32.52
%36.04

CMYK Percentages of Color #747885

%13
%10
%0
%48

Triadic Colors of #747885

#747885 #857478 #788574

Analogous Colors of #747885

#747885 #797485 #748185

Monochromatic Colors of #747885

#747885

Complementary Color

#747885 #858174

#747885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747885 Color CSS Codes

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

#747885 Text Font Color

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

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


#747885 Background Color

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

This div background color is #747885


#747885 Border Color

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

This div border color is #747885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747885


Comments

No comments written yet.

Please login to write comment.