Color Hex Logo

#58489f Color Hex

#58489F
(88,72,159)
0 Favorites   0 Comments

Color spaces of #58489f

RGB 8872159
HSL0.700.380.45
HSV251°55°62°
CMYK 0.450.550.00   0.38
XYZ12.59999.212633.9150
Yxy9.21260.22610.1653
Hunter Lab30.352320.9829-45.0028
CIE-Lab36.390429.1240-45.2449

#58489f color RGB value is (88,72,159).

#58489f hex color red value is 88, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #58489f hue: 0.70 , saturation: 0.38 and the lightness value of 58489f is 0.45.

The process color (four color CMYK) of #58489f color hex is 0.45, 0.55, 0.00, 0.38. Web safe color of #58489f is #663399. Color #58489f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001000 10011111
Octal 130 110 237
Decimal 88 72 159
Hex 58 48 9F

RGB Percentages of Color #58489f

%27.59
%22.57
%49.84

CMYK Percentages of Color #58489f

%45
%55
%0
%38

Triadic Colors of #58489f

#58489f #9f5848 #489f58

Analogous Colors of #58489f

#58489f #84489f #48649f

Monochromatic Colors of #58489f

#58489f

Complementary Color

#58489f #8f9f48

#58489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58489f Color CSS Codes

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

#58489f Text Font Color

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

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


#58489f Background Color

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

This div background color is #58489f


#58489f Border Color

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

This div border color is #58489f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,72,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58489f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58489f;
  -webkit-box-shadow: 1px 1px 3px 2px #58489f;
  box-shadow:         1px 1px 3px 2px #58489f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58489f


Comments

No comments written yet.

Please login to write comment.