Color Hex Logo

#735aac Color Hex

#735AAC
(115,90,172)
0 Favorites   0 Comments

Color spaces of #735aac

RGB 11590172
HSL0.720.330.51
HSV258°48°67°
CMYK 0.330.480.00   0.33
XYZ18.172813.935740.7618
Yxy13.93570.24940.1912
Hunter Lab37.330621.5667-38.6083
CIE-Lab44.140628.8211-40.4526

#735aac color RGB value is (115,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011010 10101100
Octal 163 132 254
Decimal 115 90 172
Hex 73 5A AC

RGB Percentages of Color #735aac

%30.50
%23.87
%45.62

CMYK Percentages of Color #735aac

%33
%48
%0
%33

Triadic Colors of #735aac

#735aac #ac735a #5aac73

Analogous Colors of #735aac

#735aac #9c5aac #5a6aac

Monochromatic Colors of #735aac

#735aac

Complementary Color

#735aac #93ac5a

#735aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#735aac Color CSS Codes

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

#735aac Text Font Color

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

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


#735aac Background Color

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

This div background color is #735aac


#735aac Border Color

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

This div border color is #735aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735aac


Comments

No comments written yet.

Please login to write comment.