Color Hex Logo

#0880bf Color Hex

#0880BF
(8,128,191)
0 Favorites   0 Comments

Color spaces of #0880bf

RGB 8128191
HSL0.560.920.39
HSV201°96°75°
CMYK 0.960.330.00   0.25
XYZ17.223319.251652.0984
Yxy19.25160.19450.2174
Hunter Lab43.8766-6.7159-39.6863
CIE-Lab50.9803-5.7670-40.9461

#0880bf color RGB value is (8,128,191).

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

The process color (four color CMYK) of #0880bf color hex is 0.96, 0.33, 0.00, 0.25. Web safe color of #0880bf is #0099cc. Color #0880bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000000 10111111
Octal 10 200 277
Decimal 8 128 191
Hex 8 80 BF

RGB Percentages of Color #0880bf

%2.45
%39.14
%58.41

CMYK Percentages of Color #0880bf

%96
%33
%0
%25

Triadic Colors of #0880bf

#0880bf #bf0880 #80bf08

Analogous Colors of #0880bf

#0880bf #0825bf #08bfa3

Monochromatic Colors of #0880bf

#0880bf

Complementary Color

#0880bf #bf4708

#0880bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0880bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0880bf Color CSS Codes

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

#0880bf Text Font Color

<p style="color:#0880bf">Text here</p>

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


#0880bf Background Color

<div style="background-color:#0880bf">
Div content here</div>

This div background color is #0880bf


#0880bf Border Color

<div style="border:3px solid #0880bf">
Div here</div>

This div border color is #0880bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,128,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 #0880bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0880bf


Comments

No comments written yet.

Please login to write comment.