Color Hex Logo

#585486 Color Hex

#585486
(88,84,134)
0 Favorites   0 Comments

Color spaces of #585486

RGB 8884134
HSL0.680.230.43
HSV245°37°53°
CMYK 0.340.370.00   0.47
XYZ11.497910.136623.9048
Yxy10.13660.25250.2226
Hunter Lab31.83808.7465-22.2298
CIE-Lab38.086514.1530-27.4005

#585486 color RGB value is (88,84,134).

#585486 hex color red value is 88, green value is 84 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #585486 hue: 0.68 , saturation: 0.23 and the lightness value of 585486 is 0.43.

The process color (four color CMYK) of #585486 color hex is 0.34, 0.37, 0.00, 0.47. Web safe color of #585486 is #666699. Color #585486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010100 10000110
Octal 130 124 206
Decimal 88 84 134
Hex 58 54 86

RGB Percentages of Color #585486

%28.76
%27.45
%43.79

CMYK Percentages of Color #585486

%34
%37
%0
%47

Triadic Colors of #585486

#585486 #865854 #548658

Analogous Colors of #585486

#585486 #715486 #546986

Monochromatic Colors of #585486

#585486

Complementary Color

#585486 #828654

#585486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585486 Color CSS Codes

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

#585486 Text Font Color

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

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


#585486 Background Color

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

This div background color is #585486


#585486 Border Color

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

This div border color is #585486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585486


Comments

No comments written yet.

Please login to write comment.