Color Hex Logo

#082586 Color Hex

#082586
(8,37,134)
0 Favorites   0 Comments

Color spaces of #082586

RGB 837134
HSL0.630.890.28
HSV226°94°53°
CMYK 0.940.720.00   0.47
XYZ5.06483.096022.8849
Yxy3.09600.16310.0997
Hunter Lab17.595520.5887-64.7966
CIE-Lab20.424331.1516-56.1116

#082586 color RGB value is (8,37,134).

#082586 hex color red value is 8, green value is 37 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #082586 hue: 0.63 , saturation: 0.89 and the lightness value of 082586 is 0.28.

The process color (four color CMYK) of #082586 color hex is 0.94, 0.72, 0.00, 0.47. Web safe color of #082586 is #003399. Color #082586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100101 10000110
Octal 10 45 206
Decimal 8 37 134
Hex 8 25 86

RGB Percentages of Color #082586

%4.47
%20.67
%74.86

CMYK Percentages of Color #082586

%94
%72
%0
%47

Triadic Colors of #082586

#082586 #860825 #258608

Analogous Colors of #082586

#082586 #2a0886 #086486

Monochromatic Colors of #082586

#082586

Complementary Color

#082586 #866908

#082586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#082586 Color CSS Codes

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

#082586 Text Font Color

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

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


#082586 Background Color

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

This div background color is #082586


#082586 Border Color

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

This div border color is #082586


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,37,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #082586; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #082586;
  -webkit-box-shadow: 1px 1px 3px 2px #082586;
  box-shadow:         1px 1px 3px 2px #082586; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082586


Comments

No comments written yet.

Please login to write comment.