Color Hex Logo

#081bef Color Hex

#081BEF
(8,27,239)
0 Favorites   0 Comments

Color spaces of #081bef

RGB 827239
HSL0.650.940.48
HSV235°97°94°
CMYK 0.970.890.00   0.06
XYZ16.07217.067582.1784
Yxy7.06750.15260.0671
Hunter Lab26.584861.3907-164.6669
CIE-Lab31.960169.7668-99.4043

#081bef color RGB value is (8,27,239).

#081bef hex color red value is 8, green value is 27 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #081bef hue: 0.65 , saturation: 0.94 and the lightness value of 081bef is 0.48.

The process color (four color CMYK) of #081bef color hex is 0.97, 0.89, 0.00, 0.06. Web safe color of #081bef is #0033ff. Color #081bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011011 11101111
Octal 10 33 357
Decimal 8 27 239
Hex 8 1B EF

RGB Percentages of Color #081bef

%2.92
%9.85
%87.23

CMYK Percentages of Color #081bef

%97
%89
%0
%6

Triadic Colors of #081bef

#081bef #ef081b #1bef08

Analogous Colors of #081bef

#081bef #6908ef #088fef

Monochromatic Colors of #081bef

#081bef

Complementary Color

#081bef #efdc08

#081bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#081bef Color CSS Codes

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

#081bef Text Font Color

<p style="color:#081bef">Text here</p>

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


#081bef Background Color

<div style="background-color:#081bef">
Div content here</div>

This div background color is #081bef


#081bef Border Color

<div style="border:3px solid #081bef">
Div here</div>

This div border color is #081bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,27,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #081bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #081bef;
  -webkit-box-shadow: 1px 1px 3px 2px #081bef;
  box-shadow:         1px 1px 3px 2px #081bef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081bef


Comments

No comments written yet.

Please login to write comment.