Color Hex Logo

#085dbc Color Hex

#085DBC
(8,93,188)
0 Favorites   0 Comments

Color spaces of #085dbc

RGB 893188
HSL0.590.920.38
HSV212°96°74°
CMYK 0.960.510.00   0.26
XYZ13.091611.511249.1088
Yxy11.51120.17760.1562
Hunter Lab33.92829.5022-62.0687
CIE-Lab40.428514.9928-56.0876

#085dbc color RGB value is (8,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011101 10111100
Octal 10 135 274
Decimal 8 93 188
Hex 8 5D BC

RGB Percentages of Color #085dbc

%2.77
%32.18
%65.05

CMYK Percentages of Color #085dbc

%96
%51
%0
%26

Triadic Colors of #085dbc

#085dbc #bc085d #5dbc08

Analogous Colors of #085dbc

#085dbc #0d08bc #08b7bc

Monochromatic Colors of #085dbc

#085dbc

Complementary Color

#085dbc #bc6708

#085dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#085dbc Color CSS Codes

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

#085dbc Text Font Color

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

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


#085dbc Background Color

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

This div background color is #085dbc


#085dbc Border Color

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

This div border color is #085dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085dbc


Comments

No comments written yet.

Please login to write comment.