Color Hex Logo

#085063 Color Hex

#085063
(8,80,99)
0 Favorites   0 Comments

Color spaces of #085063

RGB 88099
HSL0.530.850.21
HSV193°92°39°
CMYK 0.920.190.00   0.61
XYZ5.22096.689812.8205
Yxy6.68980.21110.2705
Hunter Lab25.8646-9.2321-11.2834
CIE-Lab31.0900-12.9078-16.8371

#085063 color RGB value is (8,80,99).

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

The process color (four color CMYK) of #085063 color hex is 0.92, 0.19, 0.00, 0.61. Web safe color of #085063 is #006666. Color #085063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010000 01100011
Octal 10 120 143
Decimal 8 80 99
Hex 8 50 63

RGB Percentages of Color #085063

%4.28
%42.78
%52.94

CMYK Percentages of Color #085063

%92
%19
%0
%61

Triadic Colors of #085063

#085063 #630850 #506308

Analogous Colors of #085063

#085063 #082363 #086348

Monochromatic Colors of #085063

#085063

Complementary Color

#085063 #631b08

#085063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085063 Color CSS Codes

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

#085063 Text Font Color

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

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


#085063 Background Color

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

This div background color is #085063


#085063 Border Color

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

This div border color is #085063


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,80,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 #085063">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085063


Comments

No comments written yet.

Please login to write comment.