Color Hex Logo

#085485 Color Hex

#085485
(8,84,133)
0 Favorites   0 Comments

Color spaces of #085485

RGB 884133
HSL0.570.890.28
HSV204°94°52°
CMYK 0.940.370.00   0.48
XYZ7.50418.085723.3555
Yxy8.08570.19270.2076
Hunter Lab28.4354-2.6557-28.7933
CIE-Lab34.1607-1.7120-33.2377

#085485 color RGB value is (8,84,133).

#085485 hex color red value is 8, green value is 84 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #085485 hue: 0.57 , saturation: 0.89 and the lightness value of 085485 is 0.28.

The process color (four color CMYK) of #085485 color hex is 0.94, 0.37, 0.00, 0.48. Web safe color of #085485 is #006699. Color #085485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010100 10000101
Octal 10 124 205
Decimal 8 84 133
Hex 8 54 85

RGB Percentages of Color #085485

%3.56
%37.33
%59.11

CMYK Percentages of Color #085485

%94
%37
%0
%48

Triadic Colors of #085485

#085485 #850854 #548508

Analogous Colors of #085485

#085485 #081585 #088578

Monochromatic Colors of #085485

#085485

Complementary Color

#085485 #853908

#085485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085485 Color CSS Codes

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

#085485 Text Font Color

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

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


#085485 Background Color

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

This div background color is #085485


#085485 Border Color

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

This div border color is #085485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085485


Comments

No comments written yet.

Please login to write comment.