Color Hex Logo

#084480 Color Hex

#084480
(8,68,128)
0 Favorites   0 Comments

Color spaces of #084480

RGB 868128
HSL0.580.880.27
HSV210°94°50°
CMYK 0.940.470.00   0.50
XYZ6.06355.744421.2113
Yxy5.74440.18360.1740
Hunter Lab23.96753.2154-35.6946
CIE-Lab28.75826.8626-38.7704

#084480 color RGB value is (8,68,128).

#084480 hex color red value is 8, green value is 68 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #084480 hue: 0.58 , saturation: 0.88 and the lightness value of 084480 is 0.27.

The process color (four color CMYK) of #084480 color hex is 0.94, 0.47, 0.00, 0.50. Web safe color of #084480 is #003399. Color #084480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000100 10000000
Octal 10 104 200
Decimal 8 68 128
Hex 8 44 80

RGB Percentages of Color #084480

%3.92
%33.33
%62.75

CMYK Percentages of Color #084480

%94
%47
%0
%50

Triadic Colors of #084480

#084480 #800844 #448008

Analogous Colors of #084480

#084480 #080880 #088080

Monochromatic Colors of #084480

#084480

Complementary Color

#084480 #804408

#084480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084480 Color CSS Codes

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

#084480 Text Font Color

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

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


#084480 Background Color

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

This div background color is #084480


#084480 Border Color

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

This div border color is #084480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084480


Comments

No comments written yet.

Please login to write comment.