Color Hex Logo

#585692 Color Hex

#585692
(88,86,146)
0 Favorites   0 Comments

Color spaces of #585692

RGB 8886146
HSL0.670.260.45
HSV242°41°57°
CMYK 0.400.410.00   0.43
XYZ12.540610.805628.6189
Yxy10.80560.24130.2079
Hunter Lab32.871910.5719-28.6087
CIE-Lab39.251116.3930-32.8528

#585692 color RGB value is (88,86,146).

#585692 hex color red value is 88, green value is 86 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #585692 hue: 0.67 , saturation: 0.26 and the lightness value of 585692 is 0.45.

The process color (four color CMYK) of #585692 color hex is 0.40, 0.41, 0.00, 0.43. Web safe color of #585692 is #666699. Color #585692 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010110 10010010
Octal 130 126 222
Decimal 88 86 146
Hex 58 56 92

RGB Percentages of Color #585692

%27.50
%26.88
%45.63

CMYK Percentages of Color #585692

%40
%41
%0
%43

Triadic Colors of #585692

#585692 #925856 #569258

Analogous Colors of #585692

#585692 #765692 #567292

Monochromatic Colors of #585692

#585692

Complementary Color

#585692 #909256

#585692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585692 Color CSS Codes

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

#585692 Text Font Color

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

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


#585692 Background Color

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

This div background color is #585692


#585692 Border Color

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

This div border color is #585692


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,86,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #585692; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #585692;
  -webkit-box-shadow: 1px 1px 3px 2px #585692;
  box-shadow:         1px 1px 3px 2px #585692; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585692

#585692 Color Palettes


Comments

No comments written yet.

Please login to write comment.