Color Hex Logo

#085aa0 Color Hex

#085AA0
(8,90,160)
0 Favorites   0 Comments

Color spaces of #085aa0

RGB 890160
HSL0.580.900.33
HSV208°95°63°
CMYK 0.950.440.00   0.37
XYZ10.10159.902034.6366
Yxy9.90200.18490.1812
Hunter Lab31.46742.2330-43.2340
CIE-Lab37.66605.5198-44.0005

#085aa0 color RGB value is (8,90,160).

#085aa0 hex color red value is 8, green value is 90 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #085aa0 hue: 0.58 , saturation: 0.90 and the lightness value of 085aa0 is 0.33.

The process color (four color CMYK) of #085aa0 color hex is 0.95, 0.44, 0.00, 0.37. Web safe color of #085aa0 is #006699. Color #085aa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011010 10100000
Octal 10 132 240
Decimal 8 90 160
Hex 8 5A A0

RGB Percentages of Color #085aa0

%3.10
%34.88
%62.02

CMYK Percentages of Color #085aa0

%95
%44
%0
%37

Triadic Colors of #085aa0

#085aa0 #a0085a #5aa008

Analogous Colors of #085aa0

#085aa0 #080ea0 #08a09a

Monochromatic Colors of #085aa0

#085aa0

Complementary Color

#085aa0 #a04e08

#085aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085aa0 Color CSS Codes

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

#085aa0 Text Font Color

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

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


#085aa0 Background Color

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

This div background color is #085aa0


#085aa0 Border Color

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

This div border color is #085aa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085aa0


Comments

No comments written yet.

Please login to write comment.