Color Hex Logo

#084384 Color Hex

#084384
(8,67,132)
0 Favorites   0 Comments

Color spaces of #084384

RGB 867132
HSL0.590.890.27
HSV211°94°52°
CMYK 0.940.490.00   0.48
XYZ6.27225.731922.6056
Yxy5.73190.18120.1656
Hunter Lab23.94144.8663-39.2230
CIE-Lab28.72579.2690-41.3131

#084384 color RGB value is (8,67,132).

#084384 hex color red value is 8, green value is 67 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #084384 hue: 0.59 , saturation: 0.89 and the lightness value of 084384 is 0.27.

The process color (four color CMYK) of #084384 color hex is 0.94, 0.49, 0.00, 0.48. Web safe color of #084384 is #003399. Color #084384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000011 10000100
Octal 10 103 204
Decimal 8 67 132
Hex 8 43 84

RGB Percentages of Color #084384

%3.86
%32.37
%63.77

CMYK Percentages of Color #084384

%94
%49
%0
%48

Triadic Colors of #084384

#084384 #840843 #438408

Analogous Colors of #084384

#084384 #0b0884 #088184

Monochromatic Colors of #084384

#084384

Complementary Color

#084384 #844908

#084384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084384 Color CSS Codes

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

#084384 Text Font Color

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

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


#084384 Background Color

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

This div background color is #084384


#084384 Border Color

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

This div border color is #084384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084384


Comments

No comments written yet.

Please login to write comment.