Color Hex Logo

#58618b Color Hex

#58618B
(88,97,139)
0 Favorites   0 Comments

Color spaces of #58618b

RGB 8897139
HSL0.640.220.45
HSV229°37°55°
CMYK 0.370.300.00   0.45
XYZ12.959412.488226.1535
Yxy12.48820.25110.2420
Hunter Lab35.33863.6169-19.1424
CIE-Lab41.98177.4255-24.3550

#58618b color RGB value is (88,97,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100001 10001011
Octal 130 141 213
Decimal 88 97 139
Hex 58 61 8B

RGB Percentages of Color #58618b

%27.16
%29.94
%42.90

CMYK Percentages of Color #58618b

%37
%30
%0
%45

Triadic Colors of #58618b

#58618b #8b5861 #618b58

Analogous Colors of #58618b

#58618b #69588b #587b8b

Monochromatic Colors of #58618b

#58618b

Complementary Color

#58618b #8b8258

#58618b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58618b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58618b Color CSS Codes

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

#58618b Text Font Color

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

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


#58618b Background Color

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

This div background color is #58618b


#58618b Border Color

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

This div border color is #58618b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,97,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 #58618b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58618b


Comments

No comments written yet.

Please login to write comment.