Color Hex Logo

#08306d Color Hex

#08306D
(8,48,109)
0 Favorites   0 Comments

Color spaces of #08306d

RGB 848109
HSL0.600.860.23
HSV216°93°43°
CMYK 0.930.560.00   0.57
XYZ3.91743.269714.8926
Yxy3.26970.17740.1481
Hunter Lab18.08237.0267-36.1737
CIE-Lab21.093212.8279-39.0928

#08306d color RGB value is (8,48,109).

#08306d hex color red value is 8, green value is 48 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #08306d hue: 0.60 , saturation: 0.86 and the lightness value of 08306d is 0.23.

The process color (four color CMYK) of #08306d color hex is 0.93, 0.56, 0.00, 0.57. Web safe color of #08306d is #003366. Color #08306d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110000 01101101
Octal 10 60 155
Decimal 8 48 109
Hex 8 30 6D

RGB Percentages of Color #08306d

%4.85
%29.09
%66.06

CMYK Percentages of Color #08306d

%93
%56
%0
%57

Triadic Colors of #08306d

#08306d #6d0830 #306d08

Analogous Colors of #08306d

#08306d #13086d #08636d

Monochromatic Colors of #08306d

#08306d

Complementary Color

#08306d #6d4508

#08306d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08306d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08306d Color CSS Codes

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

#08306d Text Font Color

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

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


#08306d Background Color

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

This div background color is #08306d


#08306d Border Color

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

This div border color is #08306d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08306d


Comments

No comments written yet.

Please login to write comment.