Color Hex Logo

#0854bb Color Hex

#0854BB
(8,84,187)
0 Favorites   0 Comments

Color spaces of #0854bb

RGB 884187
HSL0.600.920.38
HSV215°96°73°
CMYK 0.960.550.00   0.27
XYZ12.24019.980148.2949
Yxy9.98010.17360.1415
Hunter Lab31.591313.8754-68.5251
CIE-Lab37.806720.5693-59.7558

#0854bb color RGB value is (8,84,187).

#0854bb hex color red value is 8, green value is 84 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0854bb hue: 0.60 , saturation: 0.92 and the lightness value of 0854bb is 0.38.

The process color (four color CMYK) of #0854bb color hex is 0.96, 0.55, 0.00, 0.27. Web safe color of #0854bb is #0066cc. Color #0854bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010100 10111011
Octal 10 124 273
Decimal 8 84 187
Hex 8 54 BB

RGB Percentages of Color #0854bb

%2.87
%30.11
%67.03

CMYK Percentages of Color #0854bb

%96
%55
%0
%27

Triadic Colors of #0854bb

#0854bb #bb0854 #54bb08

Analogous Colors of #0854bb

#0854bb #1608bb #08aebb

Monochromatic Colors of #0854bb

#0854bb

Complementary Color

#0854bb #bb6f08

#0854bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0854bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0854bb Color CSS Codes

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

#0854bb Text Font Color

<p style="color:#0854bb">Text here</p>

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


#0854bb Background Color

<div style="background-color:#0854bb">
Div content here</div>

This div background color is #0854bb


#0854bb Border Color

<div style="border:3px solid #0854bb">
Div here</div>

This div border color is #0854bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,84,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0854bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0854bb;
  -webkit-box-shadow: 1px 1px 3px 2px #0854bb;
  box-shadow:         1px 1px 3px 2px #0854bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0854bb


Comments

No comments written yet.

Please login to write comment.