Color Hex Logo

#08384e Color Hex

#08384E
(8,56,78)
0 Favorites   0 Comments

Color spaces of #08384e

RGB 85678
HSL0.550.810.17
HSV199°90°31°
CMYK 0.900.280.00   0.69
XYZ2.88953.43007.7175
Yxy3.43000.20580.2444
Hunter Lab18.5203-4.5612-11.7423
CIE-Lab21.6897-6.4053-17.7870

#08384e color RGB value is (8,56,78).

#08384e hex color red value is 8, green value is 56 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #08384e hue: 0.55 , saturation: 0.81 and the lightness value of 08384e is 0.17.

The process color (four color CMYK) of #08384e color hex is 0.90, 0.28, 0.00, 0.69. Web safe color of #08384e is #003366. Color #08384e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111000 01001110
Octal 10 70 116
Decimal 8 56 78
Hex 8 38 4E

RGB Percentages of Color #08384e

%5.63
%39.44
%54.93

CMYK Percentages of Color #08384e

%90
%28
%0
%69

Triadic Colors of #08384e

#08384e #4e0838 #384e08

Analogous Colors of #08384e

#08384e #08154e #084e41

Monochromatic Colors of #08384e

#08384e

Complementary Color

#08384e #4e1e08

#08384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08384e Color CSS Codes

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

#08384e Text Font Color

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

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


#08384e Background Color

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

This div background color is #08384e


#08384e Border Color

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

This div border color is #08384e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08384e


Comments

No comments written yet.

Please login to write comment.