Color Hex Logo

#58528f Color Hex

#58528F
(88,82,143)
0 Favorites   0 Comments

Color spaces of #58528f

RGB 8882143
HSL0.680.270.44
HSV246°43°56°
CMYK 0.380.430.00   0.44
XYZ11.999710.092527.3022
Yxy10.09250.24290.2043
Hunter Lab31.768711.8280-28.7161
CIE-Lab38.007918.0379-33.0005

#58528f color RGB value is (88,82,143).

#58528f hex color red value is 88, green value is 82 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #58528f hue: 0.68 , saturation: 0.27 and the lightness value of 58528f is 0.44.

The process color (four color CMYK) of #58528f color hex is 0.38, 0.43, 0.00, 0.44. Web safe color of #58528f is #666699. Color #58528f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010010 10001111
Octal 130 122 217
Decimal 88 82 143
Hex 58 52 8F

RGB Percentages of Color #58528f

%28.12
%26.20
%45.69

CMYK Percentages of Color #58528f

%38
%43
%0
%44

Triadic Colors of #58528f

#58528f #8f5852 #528f58

Analogous Colors of #58528f

#58528f #77528f #526b8f

Monochromatic Colors of #58528f

#58528f

Complementary Color

#58528f #898f52

#58528f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58528f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58528f Color CSS Codes

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

#58528f Text Font Color

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

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


#58528f Background Color

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

This div background color is #58528f


#58528f Border Color

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

This div border color is #58528f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58528f


Comments

No comments written yet.

Please login to write comment.