Color Hex Logo

#586fdc Color Hex

#586FDC
(88,111,220)
0 Favorites   0 Comments

Color spaces of #586fdc

RGB 88111220
HSL0.640.650.60
HSV230°60°86°
CMYK 0.600.500.00   0.14
XYZ22.627218.610970.1098
Yxy18.61090.20320.1671
Hunter Lab43.140418.1280-66.1572
CIE-Lab50.228824.4161-58.5165

#586fdc color RGB value is (88,111,220).

#586fdc hex color red value is 88, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #586fdc hue: 0.64 , saturation: 0.65 and the lightness value of 586fdc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101111 11011100
Octal 130 157 334
Decimal 88 111 220
Hex 58 6F DC

RGB Percentages of Color #586fdc

%21.00
%26.49
%52.51

CMYK Percentages of Color #586fdc

%60
%50
%0
%14

Triadic Colors of #586fdc

#586fdc #dc586f #6fdc58

Analogous Colors of #586fdc

#586fdc #8358dc #58b1dc

Monochromatic Colors of #586fdc

#586fdc

Complementary Color

#586fdc #dcc558

#586fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#586fdc Color CSS Codes

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

#586fdc Text Font Color

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

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


#586fdc Background Color

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

This div background color is #586fdc


#586fdc Border Color

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

This div border color is #586fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586fdc


Comments

No comments written yet.

Please login to write comment.