Color Hex Logo

#085d78 Color Hex

#085D78
(8,93,120)
0 Favorites   0 Comments

Color spaces of #085d78

RGB 893120
HSL0.540.880.25
HSV194°93°47°
CMYK 0.930.230.00   0.53
XYZ7.40479.236419.1618
Yxy9.23640.20680.2580
Hunter Lab30.3914-9.6945-16.1083
CIE-Lab36.4355-12.4684-21.6724

#085d78 color RGB value is (8,93,120).

#085d78 hex color red value is 8, green value is 93 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #085d78 hue: 0.54 , saturation: 0.88 and the lightness value of 085d78 is 0.25.

The process color (four color CMYK) of #085d78 color hex is 0.93, 0.23, 0.00, 0.53. Web safe color of #085d78 is #006666. Color #085d78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011101 01111000
Octal 10 135 170
Decimal 8 93 120
Hex 8 5D 78

RGB Percentages of Color #085d78

%3.62
%42.08
%54.30

CMYK Percentages of Color #085d78

%93
%23
%0
%53

Triadic Colors of #085d78

#085d78 #78085d #5d7808

Analogous Colors of #085d78

#085d78 #082578 #08785b

Monochromatic Colors of #085d78

#085d78

Complementary Color

#085d78 #782308

#085d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085d78 Color CSS Codes

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

#085d78 Text Font Color

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

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


#085d78 Background Color

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

This div background color is #085d78


#085d78 Border Color

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

This div border color is #085d78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,93,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #085d78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #085d78;
  -webkit-box-shadow: 1px 1px 3px 2px #085d78;
  box-shadow:         1px 1px 3px 2px #085d78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085d78


Comments

No comments written yet.

Please login to write comment.