Color Hex Logo

#595085 Color Hex

#595085
(89,80,133)
0 Favorites   0 Comments

Color spaces of #595085

RGB 8980133
HSL0.690.250.42
HSV250°40°52°
CMYK 0.330.400.00   0.48
XYZ11.22219.554623.4431
Yxy9.55460.25380.2161
Hunter Lab30.910510.7112-23.3293
CIE-Lab37.030916.7098-28.4387

#595085 color RGB value is (89,80,133).

#595085 hex color red value is 89, green value is 80 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #595085 hue: 0.69 , saturation: 0.25 and the lightness value of 595085 is 0.42.

The process color (four color CMYK) of #595085 color hex is 0.33, 0.40, 0.00, 0.48. Web safe color of #595085 is #666699. Color #595085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010000 10000101
Octal 131 120 205
Decimal 89 80 133
Hex 59 50 85

RGB Percentages of Color #595085

%29.47
%26.49
%44.04

CMYK Percentages of Color #595085

%33
%40
%0
%48

Triadic Colors of #595085

#595085 #855950 #508559

Analogous Colors of #595085

#595085 #745085 #506185

Monochromatic Colors of #595085

#595085

Complementary Color

#595085 #7c8550

#595085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595085 Color CSS Codes

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

#595085 Text Font Color

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

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


#595085 Background Color

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

This div background color is #595085


#595085 Border Color

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

This div border color is #595085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595085


Comments

No comments written yet.

Please login to write comment.