Color Hex Logo

#735aa8 Color Hex

#735AA8
(115,90,168)
0 Favorites   0 Comments

Color spaces of #735aa8

RGB 11590168
HSL0.720.310.51
HSV259°46°66°
CMYK 0.320.460.00   0.34
XYZ17.794313.784338.7686
Yxy13.78430.25290.1959
Hunter Lab37.127220.5787-35.9221
CIE-Lab43.922027.7495-38.4407

#735aa8 color RGB value is (115,90,168).

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

The process color (four color CMYK) of #735aa8 color hex is 0.32, 0.46, 0.00, 0.34. Web safe color of #735aa8 is #666699. Color #735aa8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011010 10101000
Octal 163 132 250
Decimal 115 90 168
Hex 73 5A A8

RGB Percentages of Color #735aa8

%30.83
%24.13
%45.04

CMYK Percentages of Color #735aa8

%32
%46
%0
%34

Triadic Colors of #735aa8

#735aa8 #a8735a #5aa873

Analogous Colors of #735aa8

#735aa8 #9a5aa8 #5a68a8

Monochromatic Colors of #735aa8

#735aa8

Complementary Color

#735aa8 #8fa85a

#735aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735aa8 Color CSS Codes

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

#735aa8 Text Font Color

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

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


#735aa8 Background Color

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

This div background color is #735aa8


#735aa8 Border Color

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

This div border color is #735aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735aa8


Comments

No comments written yet.

Please login to write comment.