Color Hex Logo

#586ddc Color Hex

#586DDC
(88,109,220)
0 Favorites   0 Comments

Color spaces of #586ddc

RGB 88109220
HSL0.640.650.60
HSV230°60°86°
CMYK 0.600.500.00   0.14
XYZ22.411418.179370.0379
Yxy18.17930.20260.1643
Hunter Lab42.637219.2099-67.5466
CIE-Lab49.712925.6518-59.3471

#586ddc color RGB value is (88,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101101 11011100
Octal 130 155 334
Decimal 88 109 220
Hex 58 6D DC

RGB Percentages of Color #586ddc

%21.10
%26.14
%52.76

CMYK Percentages of Color #586ddc

%60
%50
%0
%14

Triadic Colors of #586ddc

#586ddc #dc586d #6ddc58

Analogous Colors of #586ddc

#586ddc #8558dc #58afdc

Monochromatic Colors of #586ddc

#586ddc

Complementary Color

#586ddc #dcc758

#586ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#586ddc Color CSS Codes

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

#586ddc Text Font Color

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

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


#586ddc Background Color

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

This div background color is #586ddc


#586ddc Border Color

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

This div border color is #586ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586ddc


Comments

No comments written yet.

Please login to write comment.