Color Hex Logo

#734691 Color Hex

#734691
(115,70,145)
0 Favorites   0 Comments

Color spaces of #734691

RGB 11570145
HSL0.770.350.42
HSV276°52°57°
CMYK 0.210.520.00   0.43
XYZ14.371210.069527.9742
Yxy10.06950.27420.1921
Hunter Lab31.732525.3084-30.0552
CIE-Lab37.966933.7559-34.0977

#734691 color RGB value is (115,70,145).

#734691 hex color red value is 115, green value is 70 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #734691 hue: 0.77 , saturation: 0.35 and the lightness value of 734691 is 0.42.

The process color (four color CMYK) of #734691 color hex is 0.21, 0.52, 0.00, 0.43. Web safe color of #734691 is #663399. Color #734691 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000110 10010001
Octal 163 106 221
Decimal 115 70 145
Hex 73 46 91

RGB Percentages of Color #734691

%34.85
%21.21
%43.94

CMYK Percentages of Color #734691

%21
%52
%0
%43

Triadic Colors of #734691

#734691 #917346 #469173

Analogous Colors of #734691

#734691 #91468a #4e4691

Monochromatic Colors of #734691

#734691

Complementary Color

#734691 #649146

#734691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734691 Color CSS Codes

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

#734691 Text Font Color

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

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


#734691 Background Color

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

This div background color is #734691


#734691 Border Color

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

This div border color is #734691


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,70,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734691


Comments

No comments written yet.

Please login to write comment.