Color Hex Logo

#585286 Color Hex

#585286
(88,82,134)
0 Favorites   0 Comments

Color spaces of #585286

RGB 8882134
HSL0.690.240.42
HSV247°39°53°
CMYK 0.340.390.00   0.47
XYZ11.34499.830523.8538
Yxy9.83050.25190.2183
Hunter Lab31.35369.7190-23.1602
CIE-Lab37.536515.4219-28.2629

#585286 color RGB value is (88,82,134).

#585286 hex color red value is 88, green value is 82 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #585286 hue: 0.69 , saturation: 0.24 and the lightness value of 585286 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010010 10000110
Octal 130 122 206
Decimal 88 82 134
Hex 58 52 86

RGB Percentages of Color #585286

%28.95
%26.97
%44.08

CMYK Percentages of Color #585286

%34
%39
%0
%47

Triadic Colors of #585286

#585286 #865852 #528658

Analogous Colors of #585286

#585286 #725286 #526686

Monochromatic Colors of #585286

#585286

Complementary Color

#585286 #808652

#585286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585286 Color CSS Codes

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

#585286 Text Font Color

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

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


#585286 Background Color

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

This div background color is #585286


#585286 Border Color

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

This div border color is #585286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585286


Comments

No comments written yet.

Please login to write comment.