Color Hex Logo

#586def Color Hex

#586DEF
(88,109,239)
0 Favorites   0 Comments

Color spaces of #586def

RGB 88109239
HSL0.640.830.64
HSV232°63°94°
CMYK 0.630.540.00   0.06
XYZ25.073119.244084.0543
Yxy19.24400.19530.1499
Hunter Lab43.868025.2541-82.8964
CIE-Lab50.971532.0011-68.0012

#586def color RGB value is (88,109,239).

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

The process color (four color CMYK) of #586def color hex is 0.63, 0.54, 0.00, 0.06. Web safe color of #586def is #6666ff. Color #586def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101101 11101111
Octal 130 155 357
Decimal 88 109 239
Hex 58 6D EF

RGB Percentages of Color #586def

%20.18
%25.00
%54.82

CMYK Percentages of Color #586def

%63
%54
%0
%6

Triadic Colors of #586def

#586def #ef586d #6def58

Analogous Colors of #586def

#586def #8f58ef #58b9ef

Monochromatic Colors of #586def

#586def

Complementary Color

#586def #efda58

#586def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586def Color Preview on White Background

Lorem ipsum dolor sit amet.

#586def Color CSS Codes

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

#586def Text Font Color

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

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


#586def Background Color

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

This div background color is #586def


#586def Border Color

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

This div border color is #586def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586def


Comments

No comments written yet.

Please login to write comment.