Color Hex Logo

#08499d Color Hex

#08499D
(8,73,157)
0 Favorites   0 Comments

Color spaces of #08499d

RGB 873157
HSL0.590.900.32
HSV214°95°62°
CMYK 0.950.540.00   0.38
XYZ8.56857.251032.8463
Yxy7.25100.17610.1490
Hunter Lab26.92779.6760-53.4724
CIE-Lab32.371615.6964-50.7346

#08499d color RGB value is (8,73,157).

#08499d hex color red value is 8, green value is 73 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #08499d hue: 0.59 , saturation: 0.90 and the lightness value of 08499d is 0.32.

The process color (four color CMYK) of #08499d color hex is 0.95, 0.54, 0.00, 0.38. Web safe color of #08499d is #003399. Color #08499d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001001 10011101
Octal 10 111 235
Decimal 8 73 157
Hex 8 49 9D

RGB Percentages of Color #08499d

%3.36
%30.67
%65.97

CMYK Percentages of Color #08499d

%95
%54
%0
%38

Triadic Colors of #08499d

#08499d #9d0849 #499d08

Analogous Colors of #08499d

#08499d #11089d #08949d

Monochromatic Colors of #08499d

#08499d

Complementary Color

#08499d #9d5c08

#08499d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08499d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08499d Color CSS Codes

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

#08499d Text Font Color

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

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


#08499d Background Color

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

This div background color is #08499d


#08499d Border Color

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

This div border color is #08499d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08499d


Comments

No comments written yet.

Please login to write comment.