Color Hex Logo

#595396 Color Hex

#595396
(89,83,150)
0 Favorites   0 Comments

Color spaces of #595396

RGB 8983150
HSL0.680.290.46
HSV245°45°59°
CMYK 0.410.450.00   0.41
XYZ12.718110.512430.2129
Yxy10.51240.23800.1967
Hunter Lab32.422813.2780-32.5528
CIE-Lab38.746819.7621-36.0580

#595396 color RGB value is (89,83,150).

#595396 hex color red value is 89, green value is 83 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #595396 hue: 0.68 , saturation: 0.29 and the lightness value of 595396 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010011 10010110
Octal 131 123 226
Decimal 89 83 150
Hex 59 53 96

RGB Percentages of Color #595396

%27.64
%25.78
%46.58

CMYK Percentages of Color #595396

%41
%45
%0
%41

Triadic Colors of #595396

#595396 #965953 #539659

Analogous Colors of #595396

#595396 #7b5396 #536f96

Monochromatic Colors of #595396

#595396

Complementary Color

#595396 #909653

#595396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595396 Color CSS Codes

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

#595396 Text Font Color

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

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


#595396 Background Color

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

This div background color is #595396


#595396 Border Color

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

This div border color is #595396


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,83,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #595396; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #595396;
  -webkit-box-shadow: 1px 1px 3px 2px #595396;
  box-shadow:         1px 1px 3px 2px #595396; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,83,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595396


Comments

No comments written yet.

Please login to write comment.