Color Hex Logo

#586dbd Color Hex

#586DBD
(88,109,189)
0 Favorites   0 Comments

Color spaces of #586dbd

RGB 88109189
HSL0.630.430.54
HSV228°53°74°
CMYK 0.530.420.00   0.26
XYZ18.678416.686150.3804
Yxy16.68610.21780.1946
Hunter Lab40.848610.1356-44.5309
CIE-Lab47.862115.4272-44.5836

#586dbd color RGB value is (88,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101101 10111101
Octal 130 155 275
Decimal 88 109 189
Hex 58 6D BD

RGB Percentages of Color #586dbd

%22.80
%28.24
%48.96

CMYK Percentages of Color #586dbd

%53
%42
%0
%26

Triadic Colors of #586dbd

#586dbd #bd586d #6dbd58

Analogous Colors of #586dbd

#586dbd #7658bd #58a0bd

Monochromatic Colors of #586dbd

#586dbd

Complementary Color

#586dbd #bda858

#586dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#586dbd Color CSS Codes

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

#586dbd Text Font Color

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

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


#586dbd Background Color

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

This div background color is #586dbd


#586dbd Border Color

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

This div border color is #586dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,109,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 #586dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586dbd


Comments

No comments written yet.

Please login to write comment.