Color Hex Logo

#735684 Color Hex

#735684
(115,86,132)
0 Favorites   0 Comments

Color spaces of #735684

RGB 11586132
HSL0.770.210.43
HSV278°35°52°
CMYK 0.130.350.00   0.48
XYZ14.562911.966423.3720
Yxy11.96640.29180.2398
Hunter Lab34.592514.6089-15.8438
CIE-Lab41.162721.1601-21.1936

#735684 color RGB value is (115,86,132).

#735684 hex color red value is 115, green value is 86 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #735684 hue: 0.77 , saturation: 0.21 and the lightness value of 735684 is 0.43.

The process color (four color CMYK) of #735684 color hex is 0.13, 0.35, 0.00, 0.48. Web safe color of #735684 is #666699. Color #735684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010110 10000100
Octal 163 126 204
Decimal 115 86 132
Hex 73 56 84

RGB Percentages of Color #735684

%34.53
%25.83
%39.64

CMYK Percentages of Color #735684

%13
%35
%0
%48

Triadic Colors of #735684

#735684 #847356 #568473

Analogous Colors of #735684

#735684 #84567e #5c5684

Monochromatic Colors of #735684

#735684

Complementary Color

#735684 #678456

#735684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735684 Color CSS Codes

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

#735684 Text Font Color

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

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


#735684 Background Color

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

This div background color is #735684


#735684 Border Color

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

This div border color is #735684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735684


Comments

No comments written yet.

Please login to write comment.