Color Hex Logo

#585ea1 Color Hex

#585EA1
(88,94,161)
0 Favorites   0 Comments

Color spaces of #585ea1

RGB 8894161
HSL0.650.290.49
HSV235°45°63°
CMYK 0.450.420.00   0.37
XYZ14.460212.653335.3984
Yxy12.65330.23130.2024
Hunter Lab35.571510.3121-34.1015
CIE-Lab42.236115.9027-37.1145

#585ea1 color RGB value is (88,94,161).

#585ea1 hex color red value is 88, green value is 94 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #585ea1 hue: 0.65 , saturation: 0.29 and the lightness value of 585ea1 is 0.49.

The process color (four color CMYK) of #585ea1 color hex is 0.45, 0.42, 0.00, 0.37. Web safe color of #585ea1 is #666699. Color #585ea1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011110 10100001
Octal 130 136 241
Decimal 88 94 161
Hex 58 5E A1

RGB Percentages of Color #585ea1

%25.66
%27.41
%46.94

CMYK Percentages of Color #585ea1

%45
%42
%0
%37

Triadic Colors of #585ea1

#585ea1 #a1585e #5ea158

Analogous Colors of #585ea1

#585ea1 #7758a1 #5883a1

Monochromatic Colors of #585ea1

#585ea1

Complementary Color

#585ea1 #a19b58

#585ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585ea1 Color CSS Codes

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

#585ea1 Text Font Color

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

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


#585ea1 Background Color

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

This div background color is #585ea1


#585ea1 Border Color

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

This div border color is #585ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585ea1


Comments

No comments written yet.

Please login to write comment.