Color Hex Logo

#085daf Color Hex

#085DAF
(8,93,175)
0 Favorites   0 Comments

Color spaces of #085daf

RGB 893175
HSL0.580.910.36
HSV209°95°69°
CMYK 0.950.470.00   0.31
XYZ11.752410.975542.0565
Yxy10.97550.18140.1694
Hunter Lab33.12935.3454-52.0761
CIE-Lab39.53929.7026-49.8963

#085daf color RGB value is (8,93,175).

#085daf hex color red value is 8, green value is 93 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #085daf hue: 0.58 , saturation: 0.91 and the lightness value of 085daf is 0.36.

The process color (four color CMYK) of #085daf color hex is 0.95, 0.47, 0.00, 0.31. Web safe color of #085daf is #006699. Color #085daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011101 10101111
Octal 10 135 257
Decimal 8 93 175
Hex 8 5D AF

RGB Percentages of Color #085daf

%2.90
%33.70
%63.41

CMYK Percentages of Color #085daf

%95
%47
%0
%31

Triadic Colors of #085daf

#085daf #af085d #5daf08

Analogous Colors of #085daf

#085daf #0809af #08afae

Monochromatic Colors of #085daf

#085daf

Complementary Color

#085daf #af5a08

#085daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#085daf Color CSS Codes

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

#085daf Text Font Color

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

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


#085daf Background Color

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

This div background color is #085daf


#085daf Border Color

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

This div border color is #085daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085daf


Comments

No comments written yet.

Please login to write comment.