Color Hex Logo

#734589 Color Hex

#734589
(115,69,137)
0 Favorites   0 Comments

Color spaces of #734589

RGB 11569137
HSL0.780.330.40
HSV281°50°54°
CMYK 0.160.500.00   0.46
XYZ13.71379.707224.8178
Yxy9.70720.28430.2012
Hunter Lab31.156424.0444-25.4183
CIE-Lab37.311732.4541-30.2532

#734589 color RGB value is (115,69,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000101 10001001
Octal 163 105 211
Decimal 115 69 137
Hex 73 45 89

RGB Percentages of Color #734589

%35.83
%21.50
%42.68

CMYK Percentages of Color #734589

%16
%50
%0
%46

Triadic Colors of #734589

#734589 #897345 #458973

Analogous Colors of #734589

#734589 #89457d #514589

Monochromatic Colors of #734589

#734589

Complementary Color

#734589 #5b8945

#734589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734589 Color CSS Codes

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

#734589 Text Font Color

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

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


#734589 Background Color

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

This div background color is #734589


#734589 Border Color

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

This div border color is #734589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734589


Comments

No comments written yet.

Please login to write comment.