Color Hex Logo

#08388a Color Hex

#08388A
(8,56,138)
0 Favorites   0 Comments

Color spaces of #08388a

RGB 856138
HSL0.610.890.29
HSV218°94°54°
CMYK 0.940.590.00   0.46
XYZ6.10184.714924.6332
Yxy4.71490.17210.1330
Hunter Lab21.713812.1611-52.0617
CIE-Lab25.906619.5740-49.6136

#08388a color RGB value is (8,56,138).

#08388a hex color red value is 8, green value is 56 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #08388a hue: 0.61 , saturation: 0.89 and the lightness value of 08388a is 0.29.

The process color (four color CMYK) of #08388a color hex is 0.94, 0.59, 0.00, 0.46. Web safe color of #08388a is #003399. Color #08388a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111000 10001010
Octal 10 70 212
Decimal 8 56 138
Hex 8 38 8A

RGB Percentages of Color #08388a

%3.96
%27.72
%68.32

CMYK Percentages of Color #08388a

%94
%59
%0
%46

Triadic Colors of #08388a

#08388a #8a0838 #388a08

Analogous Colors of #08388a

#08388a #19088a #08798a

Monochromatic Colors of #08388a

#08388a

Complementary Color

#08388a #8a5a08

#08388a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08388a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08388a Color CSS Codes

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

#08388a Text Font Color

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

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


#08388a Background Color

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

This div background color is #08388a


#08388a Border Color

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

This div border color is #08388a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,56,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08388a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08388a;
  -webkit-box-shadow: 1px 1px 3px 2px #08388a;
  box-shadow:         1px 1px 3px 2px #08388a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08388a


Comments

No comments written yet.

Please login to write comment.