Color Hex Logo

#586bde Color Hex

#586BDE
(88,107,222)
0 Favorites   0 Comments

Color spaces of #586bde

RGB 88107222
HSL0.640.670.61
HSV231°60°87°
CMYK 0.600.520.00   0.13
XYZ22.467017.864071.3712
Yxy17.86400.20110.1599
Hunter Lab42.265820.9190-70.5326
CIE-Lab49.330727.5541-61.0946

#586bde color RGB value is (88,107,222).

#586bde hex color red value is 88, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #586bde hue: 0.64 , saturation: 0.67 and the lightness value of 586bde is 0.61.

The process color (four color CMYK) of #586bde color hex is 0.60, 0.52, 0.00, 0.13. Web safe color of #586bde is #6666cc. Color #586bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101011 11011110
Octal 130 153 336
Decimal 88 107 222
Hex 58 6B DE

RGB Percentages of Color #586bde

%21.10
%25.66
%53.24

CMYK Percentages of Color #586bde

%60
%52
%0
%13

Triadic Colors of #586bde

#586bde #de586b #6bde58

Analogous Colors of #586bde

#586bde #8858de #58aede

Monochromatic Colors of #586bde

#586bde

Complementary Color

#586bde #decb58

#586bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#586bde Color CSS Codes

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

#586bde Text Font Color

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

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


#586bde Background Color

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

This div background color is #586bde


#586bde Border Color

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

This div border color is #586bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586bde


Comments

No comments written yet.

Please login to write comment.