Color Hex Logo

#58609e Color Hex

#58609E
(88,96,158)
0 Favorites   0 Comments

Color spaces of #58609e

RGB 8896158
HSL0.650.280.48
HSV233°44°62°
CMYK 0.440.390.00   0.38
XYZ14.378912.909134.0816
Yxy12.90910.23430.2104
Hunter Lab35.92928.5596-31.0906
CIE-Lab42.626013.7212-34.7156

#58609e color RGB value is (88,96,158).

#58609e hex color red value is 88, green value is 96 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #58609e hue: 0.65 , saturation: 0.28 and the lightness value of 58609e is 0.48.

The process color (four color CMYK) of #58609e color hex is 0.44, 0.39, 0.00, 0.38. Web safe color of #58609e is #666699. Color #58609e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100000 10011110
Octal 130 140 236
Decimal 88 96 158
Hex 58 60 9E

RGB Percentages of Color #58609e

%25.73
%28.07
%46.20

CMYK Percentages of Color #58609e

%44
%39
%0
%38

Triadic Colors of #58609e

#58609e #9e5860 #609e58

Analogous Colors of #58609e

#58609e #73589e #58839e

Monochromatic Colors of #58609e

#58609e

Complementary Color

#58609e #9e9658

#58609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58609e Color CSS Codes

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

#58609e Text Font Color

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

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


#58609e Background Color

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

This div background color is #58609e


#58609e Border Color

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

This div border color is #58609e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58609e


Comments

No comments written yet.

Please login to write comment.