Color Hex Logo

#586ebd Color Hex

#586EBD
(88,110,189)
0 Favorites   0 Comments

Color spaces of #586ebd

RGB 88110189
HSL0.630.430.54
HSV227°53°74°
CMYK 0.530.420.00   0.26
XYZ18.785716.900750.4162
Yxy16.90070.21820.1963
Hunter Lab41.11059.6235-43.9335
CIE-Lab48.134714.8077-44.1502

#586ebd color RGB value is (88,110,189).

#586ebd hex color red value is 88, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #586ebd hue: 0.63 , saturation: 0.43 and the lightness value of 586ebd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101110 10111101
Octal 130 156 275
Decimal 88 110 189
Hex 58 6E BD

RGB Percentages of Color #586ebd

%22.74
%28.42
%48.84

CMYK Percentages of Color #586ebd

%53
%42
%0
%26

Triadic Colors of #586ebd

#586ebd #bd586e #6ebd58

Analogous Colors of #586ebd

#586ebd #7558bd #58a1bd

Monochromatic Colors of #586ebd

#586ebd

Complementary Color

#586ebd #bda758

#586ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#586ebd Color CSS Codes

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

#586ebd Text Font Color

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

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


#586ebd Background Color

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

This div background color is #586ebd


#586ebd Border Color

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

This div border color is #586ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,110,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #586ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #586ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #586ebd;
  box-shadow:         1px 1px 3px 2px #586ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586ebd


Comments

No comments written yet.

Please login to write comment.