Color Hex Logo

#082687 Color Hex

#082687
(8,38,135)
0 Favorites   0 Comments

Color spaces of #082687

RGB 838135
HSL0.630.890.28
HSV226°94°53°
CMYK 0.940.720.00   0.47
XYZ5.16643.187123.2645
Yxy3.18710.16340.1008
Hunter Lab17.852520.4151-64.7673
CIE-Lab20.778230.8764-56.1554

#082687 color RGB value is (8,38,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100110 10000111
Octal 10 46 207
Decimal 8 38 135
Hex 8 26 87

RGB Percentages of Color #082687

%4.42
%20.99
%74.59

CMYK Percentages of Color #082687

%94
%72
%0
%47

Triadic Colors of #082687

#082687 #870826 #268708

Analogous Colors of #082687

#082687 #2a0887 #086687

Monochromatic Colors of #082687

#082687

Complementary Color

#082687 #876908

#082687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#082687 Color CSS Codes

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

#082687 Text Font Color

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

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


#082687 Background Color

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

This div background color is #082687


#082687 Border Color

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

This div border color is #082687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082687


Comments

No comments written yet.

Please login to write comment.