Color Hex Logo

#746389 Color Hex

#746389
(116,99,137)
0 Favorites   0 Comments

Color spaces of #746389

RGB 11699137
HSL0.740.160.46
HSV267°28°54°
CMYK 0.150.280.00   0.46
XYZ16.179714.442825.6019
Yxy14.44280.28780.2569
Hunter Lab38.00379.4882-13.3393
CIE-Lab44.861414.7734-18.5098

#746389 color RGB value is (116,99,137).

#746389 hex color red value is 116, green value is 99 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #746389 hue: 0.74 , saturation: 0.16 and the lightness value of 746389 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100011 10001001
Octal 164 143 211
Decimal 116 99 137
Hex 74 63 89

RGB Percentages of Color #746389

%32.95
%28.13
%38.92

CMYK Percentages of Color #746389

%15
%28
%0
%46

Triadic Colors of #746389

#746389 #897463 #638974

Analogous Colors of #746389

#746389 #876389 #636589

Monochromatic Colors of #746389

#746389

Complementary Color

#746389 #788963

#746389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746389 Color CSS Codes

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

#746389 Text Font Color

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

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


#746389 Background Color

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

This div background color is #746389


#746389 Border Color

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

This div border color is #746389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746389


Comments

No comments written yet.

Please login to write comment.