Color Hex Logo

#735aaa Color Hex

#735AAA
(115,90,170)
0 Favorites   0 Comments

Color spaces of #735aaa

RGB 11590170
HSL0.720.320.51
HSV259°47°67°
CMYK 0.320.470.00   0.33
XYZ17.982113.859439.7576
Yxy13.85940.25110.1936
Hunter Lab37.228221.0703-37.2586
CIE-Lab44.030628.2840-39.4487

#735aaa color RGB value is (115,90,170).

#735aaa hex color red value is 115, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #735aaa hue: 0.72 , saturation: 0.32 and the lightness value of 735aaa is 0.51.

The process color (four color CMYK) of #735aaa color hex is 0.32, 0.47, 0.00, 0.33. Web safe color of #735aaa is #666699. Color #735aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011010 10101010
Octal 163 132 252
Decimal 115 90 170
Hex 73 5A AA

RGB Percentages of Color #735aaa

%30.67
%24.00
%45.33

CMYK Percentages of Color #735aaa

%32
%47
%0
%33

Triadic Colors of #735aaa

#735aaa #aa735a #5aaa73

Analogous Colors of #735aaa

#735aaa #9b5aaa #5a69aa

Monochromatic Colors of #735aaa

#735aaa

Complementary Color

#735aaa #91aa5a

#735aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#735aaa Color CSS Codes

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

#735aaa Text Font Color

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

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


#735aaa Background Color

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

This div background color is #735aaa


#735aaa Border Color

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

This div border color is #735aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,90,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #735aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #735aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #735aaa;
  box-shadow:         1px 1px 3px 2px #735aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735aaa


Comments

No comments written yet.

Please login to write comment.