Color Hex Logo

#585dac Color Hex

#585DAC
(88,93,172)
0 Favorites   0 Comments

Color spaces of #585dac

RGB 8893172
HSL0.660.340.51
HSV236°49°67°
CMYK 0.490.460.00   0.33
XYZ15.385212.882040.7053
Yxy12.88200.22310.1868
Hunter Lab35.891513.7054-42.1180
CIE-Lab42.584919.9737-43.0682

#585dac color RGB value is (88,93,172).

#585dac hex color red value is 88, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #585dac hue: 0.66 , saturation: 0.34 and the lightness value of 585dac is 0.51.

The process color (four color CMYK) of #585dac color hex is 0.49, 0.46, 0.00, 0.33. Web safe color of #585dac is #666699. Color #585dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011101 10101100
Octal 130 135 254
Decimal 88 93 172
Hex 58 5D AC

RGB Percentages of Color #585dac

%24.93
%26.35
%48.73

CMYK Percentages of Color #585dac

%49
%46
%0
%33

Triadic Colors of #585dac

#585dac #ac585d #5dac58

Analogous Colors of #585dac

#585dac #7d58ac #5887ac

Monochromatic Colors of #585dac

#585dac

Complementary Color

#585dac #aca758

#585dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#585dac Color CSS Codes

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

#585dac Text Font Color

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

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


#585dac Background Color

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

This div background color is #585dac


#585dac Border Color

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

This div border color is #585dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,93,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #585dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #585dac;
  -webkit-box-shadow: 1px 1px 3px 2px #585dac;
  box-shadow:         1px 1px 3px 2px #585dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585dac


Comments

No comments written yet.

Please login to write comment.