Color Hex Logo

#735aaf Color Hex

#735AAF
(115,90,175)
0 Favorites   0 Comments

Color spaces of #735aaf

RGB 11590175
HSL0.720.350.52
HSV258°49°69°
CMYK 0.340.490.00   0.31
XYZ18.464314.052342.2966
Yxy14.05230.24680.1878
Hunter Lab37.486422.3208-40.6575
CIE-Lab44.307829.6321-41.9511

#735aaf color RGB value is (115,90,175).

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

The process color (four color CMYK) of #735aaf color hex is 0.34, 0.49, 0.00, 0.31. Web safe color of #735aaf is #666699. Color #735aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011010 10101111
Octal 163 132 257
Decimal 115 90 175
Hex 73 5A AF

RGB Percentages of Color #735aaf

%30.26
%23.68
%46.05

CMYK Percentages of Color #735aaf

%34
%49
%0
%31

Triadic Colors of #735aaf

#735aaf #af735a #5aaf73

Analogous Colors of #735aaf

#735aaf #9e5aaf #5a6caf

Monochromatic Colors of #735aaf

#735aaf

Complementary Color

#735aaf #96af5a

#735aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#735aaf Color CSS Codes

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

#735aaf Text Font Color

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

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


#735aaf Background Color

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

This div background color is #735aaf


#735aaf Border Color

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

This div border color is #735aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735aaf


Comments

No comments written yet.

Please login to write comment.