Color Hex Logo

#086392 Color Hex

#086392
(8,99,146)
0 Favorites   0 Comments

Color spaces of #086392

RGB 899146
HSL0.560.900.30
HSV200°95°57°
CMYK 0.950.320.00   0.43
XYZ9.750311.050628.8132
Yxy11.05060.19650.2227
Hunter Lab33.2424-5.8187-28.1205
CIE-Lab39.6656-5.8763-32.4275

#086392 color RGB value is (8,99,146).

#086392 hex color red value is 8, green value is 99 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #086392 hue: 0.56 , saturation: 0.90 and the lightness value of 086392 is 0.30.

The process color (four color CMYK) of #086392 color hex is 0.95, 0.32, 0.00, 0.43. Web safe color of #086392 is #006699. Color #086392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100011 10010010
Octal 10 143 222
Decimal 8 99 146
Hex 8 63 92

RGB Percentages of Color #086392

%3.16
%39.13
%57.71

CMYK Percentages of Color #086392

%95
%32
%0
%43

Triadic Colors of #086392

#086392 #920863 #639208

Analogous Colors of #086392

#086392 #081e92 #08927c

Monochromatic Colors of #086392

#086392

Complementary Color

#086392 #923708

#086392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086392 Color CSS Codes

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

#086392 Text Font Color

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

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


#086392 Background Color

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

This div background color is #086392


#086392 Border Color

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

This div border color is #086392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086392


Comments

No comments written yet.

Please login to write comment.