Color Hex Logo

#744589 Color Hex

#744589
(116,69,137)
0 Favorites   0 Comments

Color spaces of #744589

RGB 11669137
HSL0.780.330.40
HSV281°50°54°
CMYK 0.150.500.00   0.46
XYZ13.84599.775424.8240
Yxy9.77540.28580.2018
Hunter Lab31.265624.3334-25.1886
CIE-Lab37.436332.7571-30.0486

#744589 color RGB value is (116,69,137).

#744589 hex color red value is 116, green value is 69 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #744589 hue: 0.78 , saturation: 0.33 and the lightness value of 744589 is 0.40.

The process color (four color CMYK) of #744589 color hex is 0.15, 0.50, 0.00, 0.46. Web safe color of #744589 is #663399. Color #744589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000101 10001001
Octal 164 105 211
Decimal 116 69 137
Hex 74 45 89

RGB Percentages of Color #744589

%36.02
%21.43
%42.55

CMYK Percentages of Color #744589

%15
%50
%0
%46

Triadic Colors of #744589

#744589 #897445 #458974

Analogous Colors of #744589

#744589 #89457c #524589

Monochromatic Colors of #744589

#744589

Complementary Color

#744589 #5a8945

#744589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744589 Color CSS Codes

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

#744589 Text Font Color

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

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


#744589 Background Color

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

This div background color is #744589


#744589 Border Color

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

This div border color is #744589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744589


Comments

No comments written yet.

Please login to write comment.