Color Hex Logo

#747388 Color Hex

#747388
(116,115,136)
0 Favorites   0 Comments

Color spaces of #747388

RGB 116115136
HSL0.670.080.49
HSV243°15°53°
CMYK 0.150.150.00   0.47
XYZ17.777117.752025.7821
Yxy17.75200.28990.2895
Hunter Lab42.13311.5810-6.7876
CIE-Lab49.19394.9334-11.3289

#747388 color RGB value is (116,115,136).

#747388 hex color red value is 116, green value is 115 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #747388 hue: 0.67 , saturation: 0.08 and the lightness value of 747388 is 0.49.

The process color (four color CMYK) of #747388 color hex is 0.15, 0.15, 0.00, 0.47. Web safe color of #747388 is #666699. Color #747388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110011 10001000
Octal 164 163 210
Decimal 116 115 136
Hex 74 73 88

RGB Percentages of Color #747388

%31.61
%31.34
%37.06

CMYK Percentages of Color #747388

%15
%15
%0
%47

Triadic Colors of #747388

#747388 #887473 #738874

Analogous Colors of #747388

#747388 #7f7388 #737d88

Monochromatic Colors of #747388

#747388

Complementary Color

#747388 #878873

#747388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747388 Color CSS Codes

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

#747388 Text Font Color

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

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


#747388 Background Color

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

This div background color is #747388


#747388 Border Color

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

This div border color is #747388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747388


Comments

No comments written yet.

Please login to write comment.