Color Hex Logo

#080bff Color Hex

#080BFF
(8,11,255)
0 Favorites   0 Comments

Color spaces of #080bff

RGB 811255
HSL0.661.000.52
HSV239°97°100°
CMYK 0.970.960.00   0.00
XYZ18.26987.511095.0946
Yxy7.51100.15110.0621
Hunter Lab27.406271.0326-186.5413
CIE-Lab32.943077.5981-106.7894

#080bff color RGB value is (8,11,255).

#080bff hex color red value is 8, green value is 11 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #080bff hue: 0.66 , saturation: 1.00 and the lightness value of 080bff is 0.52.

The process color (four color CMYK) of #080bff color hex is 0.97, 0.96, 0.00, 0.00. Web safe color of #080bff is #0000ff. Color #080bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001011 11111111
Octal 10 13 377
Decimal 8 11 255
Hex 8 B FF

RGB Percentages of Color #080bff

%2.92
%4.01
%93.07

CMYK Percentages of Color #080bff

%97
%96
%0
%0

Triadic Colors of #080bff

#080bff #ff080b #0bff08

Analogous Colors of #080bff

#080bff #8108ff #0887ff

Monochromatic Colors of #080bff

#080bff

Complementary Color

#080bff #fffc08

#080bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#080bff Color CSS Codes

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

#080bff Text Font Color

<p style="color:#080bff">Text here</p>

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


#080bff Background Color

<div style="background-color:#080bff">
Div content here</div>

This div background color is #080bff


#080bff Border Color

<div style="border:3px solid #080bff">
Div here</div>

This div border color is #080bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,11,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #080bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #080bff;
  -webkit-box-shadow: 1px 1px 3px 2px #080bff;
  box-shadow:         1px 1px 3px 2px #080bff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080bff

Related Colors


Comments

No comments written yet.

Please login to write comment.