Color Hex Logo

#586ddf Color Hex

#586DDF
(88,109,223)
0 Favorites   0 Comments

Color spaces of #586ddf

RGB 88109223
HSL0.640.680.61
HSV231°61°87°
CMYK 0.610.510.00   0.13
XYZ22.812418.339772.1496
Yxy18.33970.20130.1619
Hunter Lab42.824920.1417-69.9120
CIE-Lab49.905626.6526-60.7328

#586ddf color RGB value is (88,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101101 11011111
Octal 130 155 337
Decimal 88 109 223
Hex 58 6D DF

RGB Percentages of Color #586ddf

%20.95
%25.95
%53.10

CMYK Percentages of Color #586ddf

%61
%51
%0
%13

Triadic Colors of #586ddf

#586ddf #df586d #6ddf58

Analogous Colors of #586ddf

#586ddf #8758df #58b1df

Monochromatic Colors of #586ddf

#586ddf

Complementary Color

#586ddf #dfca58

#586ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#586ddf Color CSS Codes

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

#586ddf Text Font Color

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

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


#586ddf Background Color

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

This div background color is #586ddf


#586ddf Border Color

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

This div border color is #586ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586ddf


Comments

No comments written yet.

Please login to write comment.