Color Hex Logo

#084957 Color Hex

#084957
(8,73,87)
0 Favorites   0 Comments

Color spaces of #084957

RGB 87387
HSL0.530.830.19
HSV191°91°34°
CMYK 0.910.160.00   0.66
XYZ4.20305.50489.8578
Yxy5.50480.21480.2814
Hunter Lab23.4623-9.0828-8.4874
CIE-Lab28.1271-13.3915-13.7244

#084957 color RGB value is (8,73,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001001 01010111
Octal 10 111 127
Decimal 8 73 87
Hex 8 49 57

RGB Percentages of Color #084957

%4.76
%43.45
%51.79

CMYK Percentages of Color #084957

%91
%16
%0
%66

Triadic Colors of #084957

#084957 #570849 #495708

Analogous Colors of #084957

#084957 #082257 #08573e

Monochromatic Colors of #084957

#084957

Complementary Color

#084957 #571608

#084957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084957 Color CSS Codes

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

#084957 Text Font Color

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

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


#084957 Background Color

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

This div background color is #084957


#084957 Border Color

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

This div border color is #084957


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,73,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 #084957">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084957


Comments

No comments written yet.

Please login to write comment.