Color Hex Logo

#735491 Color Hex

#735491
(115,84,145)
0 Favorites   0 Comments

Color spaces of #735491

RGB 11584145
HSL0.750.270.45
HSV270°42°57°
CMYK 0.210.420.00   0.43
XYZ15.351412.029828.3009
Yxy12.02980.27570.2160
Hunter Lab34.684018.3084-24.0997
CIE-Lab41.263425.4699-28.9070

#735491 color RGB value is (115,84,145).

#735491 hex color red value is 115, green value is 84 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #735491 hue: 0.75 , saturation: 0.27 and the lightness value of 735491 is 0.45.

The process color (four color CMYK) of #735491 color hex is 0.21, 0.42, 0.00, 0.43. Web safe color of #735491 is #666699. Color #735491 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010100 10010001
Octal 163 124 221
Decimal 115 84 145
Hex 73 54 91

RGB Percentages of Color #735491

%33.43
%24.42
%42.15

CMYK Percentages of Color #735491

%21
%42
%0
%43

Triadic Colors of #735491

#735491 #917354 #549173

Analogous Colors of #735491

#735491 #915491 #545491

Monochromatic Colors of #735491

#735491

Complementary Color

#735491 #729154

#735491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735491 Color CSS Codes

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

#735491 Text Font Color

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

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


#735491 Background Color

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

This div background color is #735491


#735491 Border Color

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

This div border color is #735491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735491


Comments

No comments written yet.

Please login to write comment.