Color Hex Logo

#084649 Color Hex

#084649
(8,70,73)
0 Favorites   0 Comments

Color spaces of #084649

RGB 87073
HSL0.510.800.16
HSV183°89°29°
CMYK 0.890.040.00   0.71
XYZ3.49294.91307.0675
Yxy4.91300.22570.3175
Hunter Lab22.1653-10.6605-3.3892
CIE-Lab26.4855-16.8932-7.1262

#084649 color RGB value is (8,70,73).

#084649 hex color red value is 8, green value is 70 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #084649 hue: 0.51 , saturation: 0.80 and the lightness value of 084649 is 0.16.

The process color (four color CMYK) of #084649 color hex is 0.89, 0.04, 0.00, 0.71. Web safe color of #084649 is #003333. Color #084649 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000110 01001001
Octal 10 106 111
Decimal 8 70 73
Hex 8 46 49

RGB Percentages of Color #084649

%5.30
%46.36
%48.34

CMYK Percentages of Color #084649

%89
%4
%0
%71

Triadic Colors of #084649

#084649 #490846 #464908

Analogous Colors of #084649

#084649 #082649 #08492c

Monochromatic Colors of #084649

#084649

Complementary Color

#084649 #490b08

#084649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084649 Color CSS Codes

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

#084649 Text Font Color

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

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


#084649 Background Color

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

This div background color is #084649


#084649 Border Color

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

This div border color is #084649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084649


Comments

No comments written yet.

Please login to write comment.