Color Hex Logo

#084563 Color Hex

#084563
(8,69,99)
0 Favorites   0 Comments

Color spaces of #084563

RGB 86999
HSL0.550.850.21
HSV200°92°39°
CMYK 0.920.300.00   0.61
XYZ4.48045.208712.5736
Yxy5.20870.20130.2340
Hunter Lab22.8226-4.8974-16.6887
CIE-Lab27.3213-6.1108-22.7016

#084563 color RGB value is (8,69,99).

#084563 hex color red value is 8, green value is 69 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #084563 hue: 0.55 , saturation: 0.85 and the lightness value of 084563 is 0.21.

The process color (four color CMYK) of #084563 color hex is 0.92, 0.30, 0.00, 0.61. Web safe color of #084563 is #003366. Color #084563 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000101 01100011
Octal 10 105 143
Decimal 8 69 99
Hex 8 45 63

RGB Percentages of Color #084563

%4.55
%39.20
%56.25

CMYK Percentages of Color #084563

%92
%30
%0
%61

Triadic Colors of #084563

#084563 #630845 #456308

Analogous Colors of #084563

#084563 #081763 #086354

Monochromatic Colors of #084563

#084563

Complementary Color

#084563 #632608

#084563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084563 Color CSS Codes

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

#084563 Text Font Color

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

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


#084563 Background Color

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

This div background color is #084563


#084563 Border Color

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

This div border color is #084563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084563


Comments

No comments written yet.

Please login to write comment.