Color Hex Logo

#084457 Color Hex

#084457
(8,68,87)
0 Favorites   0 Comments

Color spaces of #084457

RGB 86887
HSL0.540.830.19
HSV194°91°34°
CMYK 0.910.220.00   0.66
XYZ3.88764.87409.7527
Yxy4.87400.21000.2633
Hunter Lab22.0771-7.2026-10.7377
CIE-Lab26.3727-10.3679-16.4288

#084457 color RGB value is (8,68,87).

#084457 hex color red value is 8, green value is 68 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #084457 hue: 0.54 , saturation: 0.83 and the lightness value of 084457 is 0.19.

The process color (four color CMYK) of #084457 color hex is 0.91, 0.22, 0.00, 0.66. Web safe color of #084457 is #003366. Color #084457 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000100 01010111
Octal 10 104 127
Decimal 8 68 87
Hex 8 44 57

RGB Percentages of Color #084457

%4.91
%41.72
%53.37

CMYK Percentages of Color #084457

%91
%22
%0
%66

Triadic Colors of #084457

#084457 #570844 #445708

Analogous Colors of #084457

#084457 #081d57 #085742

Monochromatic Colors of #084457

#084457

Complementary Color

#084457 #571b08

#084457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084457 Color CSS Codes

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

#084457 Text Font Color

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

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


#084457 Background Color

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

This div background color is #084457


#084457 Border Color

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

This div border color is #084457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084457


Comments

No comments written yet.

Please login to write comment.