Color Hex Logo

#084160 Color Hex

#084160
(8,65,96)
0 Favorites   0 Comments

Color spaces of #084160

RGB 86596
HSL0.560.850.20
HSV201°92°38°
CMYK 0.920.320.00   0.62
XYZ4.10184.676711.7528
Yxy4.67670.19980.2278
Hunter Lab21.6257-3.9884-17.0841
CIE-Lab25.7931-4.7618-23.1693

#084160 color RGB value is (8,65,96).

#084160 hex color red value is 8, green value is 65 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #084160 hue: 0.56 , saturation: 0.85 and the lightness value of 084160 is 0.20.

The process color (four color CMYK) of #084160 color hex is 0.92, 0.32, 0.00, 0.62. Web safe color of #084160 is #003366. Color #084160 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000001 01100000
Octal 10 101 140
Decimal 8 65 96
Hex 8 41 60

RGB Percentages of Color #084160

%4.73
%38.46
%56.80

CMYK Percentages of Color #084160

%92
%32
%0
%62

Triadic Colors of #084160

#084160 #600841 #416008

Analogous Colors of #084160

#084160 #081560 #086053

Monochromatic Colors of #084160

#084160

Complementary Color

#084160 #602708

#084160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084160 Color CSS Codes

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

#084160 Text Font Color

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

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


#084160 Background Color

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

This div background color is #084160


#084160 Border Color

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

This div border color is #084160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084160


Comments

No comments written yet.

Please login to write comment.