Color Hex Logo

#585ebc Color Hex

#585EBC
(88,94,188)
0 Favorites   0 Comments

Color spaces of #585ebc

RGB 8894188
HSL0.660.430.54
HSV236°53°74°
CMYK 0.530.500.00   0.26
XYZ17.104313.711049.3219
Yxy13.71100.21340.1711
Hunter Lab37.028417.6538-53.0546
CIE-Lab43.815624.4621-50.4692

#585ebc color RGB value is (88,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011110 10111100
Octal 130 136 274
Decimal 88 94 188
Hex 58 5E BC

RGB Percentages of Color #585ebc

%23.78
%25.41
%50.81

CMYK Percentages of Color #585ebc

%53
%50
%0
%26

Triadic Colors of #585ebc

#585ebc #bc585e #5ebc58

Analogous Colors of #585ebc

#585ebc #8458bc #5890bc

Monochromatic Colors of #585ebc

#585ebc

Complementary Color

#585ebc #bcb658

#585ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#585ebc Color CSS Codes

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

#585ebc Text Font Color

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

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


#585ebc Background Color

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

This div background color is #585ebc


#585ebc Border Color

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

This div border color is #585ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585ebc


Comments

No comments written yet.

Please login to write comment.