Color Hex Logo

#0890fb Color Hex

#0890FB
(8,144,251)
0 Favorites   0 Comments

Color spaces of #0890fb

RGB 8144251
HSL0.570.970.51
HSV206°97°98°
CMYK 0.970.430.00   0.02
XYZ27.486026.963295.0225
Yxy26.96320.18390.1804
Hunter Lab51.92613.6146-72.1498
CIE-Lab58.94027.6260-61.9182

#0890fb color RGB value is (8,144,251).

#0890fb hex color red value is 8, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0890fb hue: 0.57 , saturation: 0.97 and the lightness value of 0890fb is 0.51.

The process color (four color CMYK) of #0890fb color hex is 0.97, 0.43, 0.00, 0.02. Web safe color of #0890fb is #0099ff. Color #0890fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010000 11111011
Octal 10 220 373
Decimal 8 144 251
Hex 8 90 FB

RGB Percentages of Color #0890fb

%1.99
%35.73
%62.28

CMYK Percentages of Color #0890fb

%97
%43
%0
%2

Triadic Colors of #0890fb

#0890fb #fb0890 #90fb08

Analogous Colors of #0890fb

#0890fb #0817fb #08fbed

Monochromatic Colors of #0890fb

#0890fb

Complementary Color

#0890fb #fb7308

#0890fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0890fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0890fb Color CSS Codes

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

#0890fb Text Font Color

<p style="color:#0890fb">Text here</p>

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


#0890fb Background Color

<div style="background-color:#0890fb">
Div content here</div>

This div background color is #0890fb


#0890fb Border Color

<div style="border:3px solid #0890fb">
Div here</div>

This div border color is #0890fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,144,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0890fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0890fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0890fb;
  box-shadow:         1px 1px 3px 2px #0890fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0890fb


Comments

No comments written yet.

Please login to write comment.