Color Hex Logo

#085385 Color Hex

#085385
(8,83,133)
0 Favorites   0 Comments

Color spaces of #085385

RGB 883133
HSL0.570.890.28
HSV204°94°52°
CMYK 0.940.380.00   0.48
XYZ7.42707.931623.3298
Yxy7.93160.19200.2050
Hunter Lab28.1631-2.2125-29.4006
CIE-Lab33.8400-1.0668-33.7467

#085385 color RGB value is (8,83,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010011 10000101
Octal 10 123 205
Decimal 8 83 133
Hex 8 53 85

RGB Percentages of Color #085385

%3.57
%37.05
%59.38

CMYK Percentages of Color #085385

%94
%38
%0
%48

Triadic Colors of #085385

#085385 #850853 #538508

Analogous Colors of #085385

#085385 #081485 #088579

Monochromatic Colors of #085385

#085385

Complementary Color

#085385 #853a08

#085385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085385 Color CSS Codes

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

#085385 Text Font Color

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

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


#085385 Background Color

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

This div background color is #085385


#085385 Border Color

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

This div border color is #085385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085385


Comments

No comments written yet.

Please login to write comment.