Color Hex Logo

#585aba Color Hex

#585ABA
(88,90,186)
0 Favorites   0 Comments

Color spaces of #585aba

RGB 8890186
HSL0.660.420.54
HSV239°53°73°
CMYK 0.530.520.00   0.27
XYZ16.543612.932248.0786
Yxy12.93220.21330.1668
Hunter Lab35.961419.1844-54.0949
CIE-Lab42.660926.3203-51.1584

#585aba color RGB value is (88,90,186).

#585aba hex color red value is 88, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #585aba hue: 0.66 , saturation: 0.42 and the lightness value of 585aba is 0.54.

The process color (four color CMYK) of #585aba color hex is 0.53, 0.52, 0.00, 0.27. Web safe color of #585aba is #6666cc. Color #585aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011010 10111010
Octal 130 132 272
Decimal 88 90 186
Hex 58 5A BA

RGB Percentages of Color #585aba

%24.18
%24.73
%51.10

CMYK Percentages of Color #585aba

%53
%52
%0
%27

Triadic Colors of #585aba

#585aba #ba585a #5aba58

Analogous Colors of #585aba

#585aba #8758ba #588bba

Monochromatic Colors of #585aba

#585aba

Complementary Color

#585aba #bab858

#585aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#585aba Color CSS Codes

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

#585aba Text Font Color

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

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


#585aba Background Color

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

This div background color is #585aba


#585aba Border Color

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

This div border color is #585aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585aba


Comments

No comments written yet.

Please login to write comment.