Color Hex Logo

#085fbf Color Hex

#085FBF
(8,95,191)
0 Favorites   0 Comments

Color spaces of #085fbf

RGB 895191
HSL0.590.920.39
HSV211°96°75°
CMYK 0.960.500.00   0.25
XYZ13.596311.997650.8894
Yxy11.99760.17780.1569
Hunter Lab34.63769.4510-62.8624
CIE-Lab41.212314.8907-56.5679

#085fbf color RGB value is (8,95,191).

#085fbf hex color red value is 8, green value is 95 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #085fbf hue: 0.59 , saturation: 0.92 and the lightness value of 085fbf is 0.39.

The process color (four color CMYK) of #085fbf color hex is 0.96, 0.50, 0.00, 0.25. Web safe color of #085fbf is #0066cc. Color #085fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011111 10111111
Octal 10 137 277
Decimal 8 95 191
Hex 8 5F BF

RGB Percentages of Color #085fbf

%2.72
%32.31
%64.97

CMYK Percentages of Color #085fbf

%96
%50
%0
%25

Triadic Colors of #085fbf

#085fbf #bf085f #5fbf08

Analogous Colors of #085fbf

#085fbf #0c08bf #08bbbf

Monochromatic Colors of #085fbf

#085fbf

Complementary Color

#085fbf #bf6808

#085fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#085fbf Color CSS Codes

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

#085fbf Text Font Color

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

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


#085fbf Background Color

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

This div background color is #085fbf


#085fbf Border Color

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

This div border color is #085fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085fbf


Comments

No comments written yet.

Please login to write comment.