Color Hex Logo

#0586de Color Hex

#0586DE
(5,134,222)
0 Favorites   0 Comments

Color spaces of #0586de

RGB 5134222
HSL0.570.960.45
HSV204°98°87°
CMYK 0.980.400.00   0.13
XYZ21.772522.356472.2749
Yxy22.35640.18700.1921
Hunter Lab47.2826-0.5494-57.5314
CIE-Lab54.40312.4715-53.0793

#0586de color RGB value is (5,134,222).

#0586de hex color red value is 5, green value is 134 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0586de hue: 0.57 , saturation: 0.96 and the lightness value of 0586de is 0.45.

The process color (four color CMYK) of #0586de color hex is 0.98, 0.40, 0.00, 0.13. Web safe color of #0586de is #0099cc. Color #0586de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000110 11011110
Octal 5 206 336
Decimal 5 134 222
Hex 5 86 DE

RGB Percentages of Color #0586de

%1.39
%37.12
%61.50

CMYK Percentages of Color #0586de

%98
%40
%0
%13

Triadic Colors of #0586de

#0586de #de0586 #86de05

Analogous Colors of #0586de

#0586de #051ade #05deca

Monochromatic Colors of #0586de

#0586de

Complementary Color

#0586de #de5d05

#0586de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0586de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0586de Color CSS Codes

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

#0586de Text Font Color

<p style="color:#0586de">Text here</p>

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


#0586de Background Color

<div style="background-color:#0586de">
Div content here</div>

This div background color is #0586de


#0586de Border Color

<div style="border:3px solid #0586de">
Div here</div>

This div border color is #0586de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,134,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0586de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0586de;
  -webkit-box-shadow: 1px 1px 3px 2px #0586de;
  box-shadow:         1px 1px 3px 2px #0586de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,134,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0586de


Comments

No comments written yet.

Please login to write comment.