Color Hex Logo

#082949 Color Hex

#082949
(8,41,73)
0 Favorites   0 Comments

Color spaces of #082949

RGB 84173
HSL0.580.800.16
HSV210°89°29°
CMYK 0.890.440.00   0.71
XYZ2.09572.11856.6018
Yxy2.11850.19380.1959
Hunter Lab14.55510.2298-16.7039
CIE-Lab16.09721.8560-23.2313

#082949 color RGB value is (8,41,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101001 01001001
Octal 10 51 111
Decimal 8 41 73
Hex 8 29 49

RGB Percentages of Color #082949

%6.56
%33.61
%59.84

CMYK Percentages of Color #082949

%89
%44
%0
%71

Triadic Colors of #082949

#082949 #490829 #294908

Analogous Colors of #082949

#082949 #080849 #084949

Monochromatic Colors of #082949

#082949

Complementary Color

#082949 #492808

#082949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#082949 Color CSS Codes

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

#082949 Text Font Color

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

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


#082949 Background Color

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

This div background color is #082949


#082949 Border Color

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

This div border color is #082949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082949

#082949 Color Palettes


Comments

No comments written yet.

Please login to write comment.