Color Hex Logo

#746589 Color Hex

#746589
(116,101,137)
0 Favorites   0 Comments

Color spaces of #746589

RGB 116101137
HSL0.740.150.47
HSV265°26°54°
CMYK 0.150.260.00   0.46
XYZ16.371514.826525.6658
Yxy14.82650.28790.2607
Hunter Lab38.50528.5099-12.5664
CIE-Lab45.395613.5612-17.6913

#746589 color RGB value is (116,101,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100101 10001001
Octal 164 145 211
Decimal 116 101 137
Hex 74 65 89

RGB Percentages of Color #746589

%32.77
%28.53
%38.70

CMYK Percentages of Color #746589

%15
%26
%0
%46

Triadic Colors of #746589

#746589 #897465 #658974

Analogous Colors of #746589

#746589 #866589 #656889

Monochromatic Colors of #746589

#746589

Complementary Color

#746589 #7a8965

#746589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746589 Color CSS Codes

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

#746589 Text Font Color

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

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


#746589 Background Color

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

This div background color is #746589


#746589 Border Color

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

This div border color is #746589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746589


Comments

No comments written yet.

Please login to write comment.