Color Hex Logo

#086882 Color Hex

#086882
(8,104,130)
0 Favorites   0 Comments

Color spaces of #086882

RGB 8104130
HSL0.540.880.27
HSV193°94°51°
CMYK 0.940.200.00   0.49
XYZ9.079711.564022.8726
Yxy11.56400.20870.2657
Hunter Lab34.0059-11.8501-16.0748
CIE-Lab40.5146-15.0300-21.4519

#086882 color RGB value is (8,104,130).

#086882 hex color red value is 8, green value is 104 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #086882 hue: 0.54 , saturation: 0.88 and the lightness value of 086882 is 0.27.

The process color (four color CMYK) of #086882 color hex is 0.94, 0.20, 0.00, 0.49. Web safe color of #086882 is #006699. Color #086882 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101000 10000010
Octal 10 150 202
Decimal 8 104 130
Hex 8 68 82

RGB Percentages of Color #086882

%3.31
%42.98
%53.72

CMYK Percentages of Color #086882

%94
%20
%0
%49

Triadic Colors of #086882

#086882 #820868 #688208

Analogous Colors of #086882

#086882 #082b82 #08825f

Monochromatic Colors of #086882

#086882

Complementary Color

#086882 #822208

#086882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086882 Color CSS Codes

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

#086882 Text Font Color

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

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


#086882 Background Color

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

This div background color is #086882


#086882 Border Color

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

This div border color is #086882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086882


Comments

No comments written yet.

Please login to write comment.