Color Hex Logo

#086471 Color Hex

#086471
(8,100,113)
0 Favorites   0 Comments

Color spaces of #086471

RGB 8100113
HSL0.520.870.24
HSV187°93°44°
CMYK 0.930.120.00   0.56
XYZ7.637910.358217.2196
Yxy10.35820.21690.2941
Hunter Lab32.1842-13.9609-9.1932
CIE-Lab38.4778-19.0526-14.2289

#086471 color RGB value is (8,100,113).

#086471 hex color red value is 8, green value is 100 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #086471 hue: 0.52 , saturation: 0.87 and the lightness value of 086471 is 0.24.

The process color (four color CMYK) of #086471 color hex is 0.93, 0.12, 0.00, 0.56. Web safe color of #086471 is #006666. Color #086471 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100100 01110001
Octal 10 144 161
Decimal 8 100 113
Hex 8 64 71

RGB Percentages of Color #086471

%3.62
%45.25
%51.13

CMYK Percentages of Color #086471

%93
%12
%0
%56

Triadic Colors of #086471

#086471 #710864 #647108

Analogous Colors of #086471

#086471 #082f71 #08714a

Monochromatic Colors of #086471

#086471

Complementary Color

#086471 #711508

#086471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086471 Color CSS Codes

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

#086471 Text Font Color

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

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


#086471 Background Color

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

This div background color is #086471


#086471 Border Color

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

This div border color is #086471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086471


Comments

No comments written yet.

Please login to write comment.