Color Hex Logo

#082449 Color Hex

#082449
(8,36,73)
0 Favorites   0 Comments

Color spaces of #082449

RGB 83673
HSL0.590.800.16
HSV214°89°29°
CMYK 0.890.510.00   0.71
XYZ1.93361.79446.5478
Yxy1.79440.18820.1746
Hunter Lab13.39552.3237-19.6044
CIE-Lab14.36905.5927-25.9961

#082449 color RGB value is (8,36,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100100 01001001
Octal 10 44 111
Decimal 8 36 73
Hex 8 24 49

RGB Percentages of Color #082449

%6.84
%30.77
%62.39

CMYK Percentages of Color #082449

%89
%51
%0
%71

Triadic Colors of #082449

#082449 #490824 #244908

Analogous Colors of #082449

#082449 #0d0849 #084549

Monochromatic Colors of #082449

#082449

Complementary Color

#082449 #492d08

#082449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#082449 Color CSS Codes

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

#082449 Text Font Color

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

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


#082449 Background Color

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

This div background color is #082449


#082449 Border Color

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

This div border color is #082449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082449


Comments

No comments written yet.

Please login to write comment.