Color Hex Logo

#735693 Color Hex

#735693
(115,86,147)
0 Favorites   0 Comments

Color spaces of #735693

RGB 11586147
HSL0.750.260.46
HSV269°41°58°
CMYK 0.220.410.00   0.42
XYZ15.664512.407029.1729
Yxy12.40700.27360.2167
Hunter Lab35.223617.7406-24.4487
CIE-Lab41.855824.7554-29.1833

#735693 color RGB value is (115,86,147).

#735693 hex color red value is 115, green value is 86 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #735693 hue: 0.75 , saturation: 0.26 and the lightness value of 735693 is 0.46.

The process color (four color CMYK) of #735693 color hex is 0.22, 0.41, 0.00, 0.42. Web safe color of #735693 is #666699. Color #735693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010110 10010011
Octal 163 126 223
Decimal 115 86 147
Hex 73 56 93

RGB Percentages of Color #735693

%33.05
%24.71
%42.24

CMYK Percentages of Color #735693

%22
%41
%0
%42

Triadic Colors of #735693

#735693 #937356 #569373

Analogous Colors of #735693

#735693 #925693 #565793

Monochromatic Colors of #735693

#735693

Complementary Color

#735693 #769356

#735693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735693 Color CSS Codes

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

#735693 Text Font Color

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

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


#735693 Background Color

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

This div background color is #735693


#735693 Border Color

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

This div border color is #735693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735693


Comments

No comments written yet.

Please login to write comment.