Color Hex Logo

#083949 Color Hex

#083949
(8,57,73)
0 Favorites   0 Comments

Color spaces of #083949

RGB 85773
HSL0.540.800.16
HSV195°89°29°
CMYK 0.890.220.00   0.71
XYZ2.76593.45896.8252
Yxy3.45890.21190.2650
Hunter Lab18.5981-6.0003-8.7398
CIE-Lab21.7953-9.1178-14.2835

#083949 color RGB value is (8,57,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111001 01001001
Octal 10 71 111
Decimal 8 57 73
Hex 8 39 49

RGB Percentages of Color #083949

%5.80
%41.30
%52.90

CMYK Percentages of Color #083949

%89
%22
%0
%71

Triadic Colors of #083949

#083949 #490839 #394908

Analogous Colors of #083949

#083949 #081949 #084939

Monochromatic Colors of #083949

#083949

Complementary Color

#083949 #491808

#083949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083949 Color CSS Codes

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

#083949 Text Font Color

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

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


#083949 Background Color

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

This div background color is #083949


#083949 Border Color

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

This div border color is #083949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083949


Comments

No comments written yet.

Please login to write comment.