Color Hex Logo

#60588b Color Hex

#60588B
(96,88,139)
0 Favorites   0 Comments

Color spaces of #60588b

RGB 9688139
HSL0.690.220.45
HSV249°37°55°
CMYK 0.310.370.00   0.45
XYZ12.973811.330325.9293
Yxy11.33030.25830.2256
Hunter Lab33.66059.8935-22.1098
CIE-Lab40.131315.4968-27.1891

#60588b color RGB value is (96,88,139).

#60588b hex color red value is 96, green value is 88 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #60588b hue: 0.69 , saturation: 0.22 and the lightness value of 60588b is 0.45.

The process color (four color CMYK) of #60588b color hex is 0.31, 0.37, 0.00, 0.45. Web safe color of #60588b is #666699. Color #60588b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011000 10001011
Octal 140 130 213
Decimal 96 88 139
Hex 60 58 8B

RGB Percentages of Color #60588b

%29.72
%27.24
%43.03

CMYK Percentages of Color #60588b

%31
%37
%0
%45

Triadic Colors of #60588b

#60588b #8b6058 #588b60

Analogous Colors of #60588b

#60588b #7a588b #586a8b

Monochromatic Colors of #60588b

#60588b

Complementary Color

#60588b #838b58

#60588b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60588b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60588b Color CSS Codes

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

#60588b Text Font Color

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

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


#60588b Background Color

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

This div background color is #60588b


#60588b Border Color

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

This div border color is #60588b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,88,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60588b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60588b;
  -webkit-box-shadow: 1px 1px 3px 2px #60588b;
  box-shadow:         1px 1px 3px 2px #60588b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,88,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60588b


Comments

No comments written yet.

Please login to write comment.