Color Hex Logo

#0586dc Color Hex

#0586DC
(5,134,220)
0 Favorites   0 Comments

Color spaces of #0586dc

RGB 5134220
HSL0.570.960.44
HSV204°98°86°
CMYK 0.980.390.00   0.14
XYZ21.506022.249870.8713
Yxy22.24980.18760.1941
Hunter Lab47.1697-1.1638-56.0630
CIE-Lab54.29101.7012-52.1358

#0586dc color RGB value is (5,134,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000110 11011100
Octal 5 206 334
Decimal 5 134 220
Hex 5 86 DC

RGB Percentages of Color #0586dc

%1.39
%37.33
%61.28

CMYK Percentages of Color #0586dc

%98
%39
%0
%14

Triadic Colors of #0586dc

#0586dc #dc0586 #86dc05

Analogous Colors of #0586dc

#0586dc #051adc #05dcc7

Monochromatic Colors of #0586dc

#0586dc

Complementary Color

#0586dc #dc5b05

#0586dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0586dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0586dc Color CSS Codes

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

#0586dc Text Font Color

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

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


#0586dc Background Color

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

This div background color is #0586dc


#0586dc Border Color

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

This div border color is #0586dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,134,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 #0586dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0586dc


Comments

No comments written yet.

Please login to write comment.