Color Hex Logo

#084794 Color Hex

#084794
(8,71,148)
0 Favorites   0 Comments

Color spaces of #084794

RGB 871148
HSL0.590.900.31
HSV213°95°58°
CMYK 0.950.520.00   0.42
XYZ7.69876.696228.9037
Yxy6.69620.17780.1547
Hunter Lab25.87707.8210-48.1109
CIE-Lab31.105013.2974-47.3213

#084794 color RGB value is (8,71,148).

#084794 hex color red value is 8, green value is 71 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #084794 hue: 0.59 , saturation: 0.90 and the lightness value of 084794 is 0.31.

The process color (four color CMYK) of #084794 color hex is 0.95, 0.52, 0.00, 0.42. Web safe color of #084794 is #003399. Color #084794 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000111 10010100
Octal 10 107 224
Decimal 8 71 148
Hex 8 47 94

RGB Percentages of Color #084794

%3.52
%31.28
%65.20

CMYK Percentages of Color #084794

%95
%52
%0
%42

Triadic Colors of #084794

#084794 #940847 #479408

Analogous Colors of #084794

#084794 #0f0894 #088d94

Monochromatic Colors of #084794

#084794

Complementary Color

#084794 #945508

#084794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084794 Color CSS Codes

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

#084794 Text Font Color

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

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


#084794 Background Color

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

This div background color is #084794


#084794 Border Color

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

This div border color is #084794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084794


Comments

No comments written yet.

Please login to write comment.