Color Hex Logo

#734289 Color Hex

#734289
(115,66,137)
0 Favorites   0 Comments

Color spaces of #734289

RGB 11566137
HSL0.780.350.40
HSV281°52°54°
CMYK 0.160.520.00   0.46
XYZ13.53389.347424.7578
Yxy9.34740.28410.1962
Hunter Lab30.573525.5119-26.6103
CIE-Lab36.644734.1772-31.3046

#734289 color RGB value is (115,66,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000010 10001001
Octal 163 102 211
Decimal 115 66 137
Hex 73 42 89

RGB Percentages of Color #734289

%36.16
%20.75
%43.08

CMYK Percentages of Color #734289

%16
%52
%0
%46

Triadic Colors of #734289

#734289 #897342 #428973

Analogous Colors of #734289

#734289 #89427c #504289

Monochromatic Colors of #734289

#734289

Complementary Color

#734289 #588942

#734289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734289 Color CSS Codes

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

#734289 Text Font Color

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

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


#734289 Background Color

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

This div background color is #734289


#734289 Border Color

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

This div border color is #734289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734289


Comments

No comments written yet.

Please login to write comment.