Color Hex Logo

#586fdf Color Hex

#586FDF
(88,111,223)
0 Favorites   0 Comments

Color spaces of #586fdf

RGB 88111223
HSL0.640.680.61
HSV230°61°87°
CMYK 0.610.500.00   0.13
XYZ23.028218.771372.2215
Yxy18.77130.20200.1646
Hunter Lab43.325919.0546-68.5046
CIE-Lab50.418625.4182-59.9063

#586fdf color RGB value is (88,111,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101111 11011111
Octal 130 157 337
Decimal 88 111 223
Hex 58 6F DF

RGB Percentages of Color #586fdf

%20.85
%26.30
%52.84

CMYK Percentages of Color #586fdf

%61
%50
%0
%13

Triadic Colors of #586fdf

#586fdf #df586f #6fdf58

Analogous Colors of #586fdf

#586fdf #8558df #58b3df

Monochromatic Colors of #586fdf

#586fdf

Complementary Color

#586fdf #dfc858

#586fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#586fdf Color CSS Codes

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

#586fdf Text Font Color

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

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


#586fdf Background Color

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

This div background color is #586fdf


#586fdf Border Color

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

This div border color is #586fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586fdf


Comments

No comments written yet.

Please login to write comment.