Color Hex Logo

#081f7e Color Hex

#081F7E
(8,31,126)
0 Favorites   0 Comments

Color spaces of #081f7e

RGB 831126
HSL0.630.880.26
HSV228°94°49°
CMYK 0.940.750.00   0.51
XYZ4.35602.538019.9989
Yxy2.53800.16200.0944
Hunter Lab15.931120.9274-63.2772
CIE-Lab18.089631.9935-54.9121

#081f7e color RGB value is (8,31,126).

#081f7e hex color red value is 8, green value is 31 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #081f7e hue: 0.63 , saturation: 0.88 and the lightness value of 081f7e is 0.26.

The process color (four color CMYK) of #081f7e color hex is 0.94, 0.75, 0.00, 0.51. Web safe color of #081f7e is #003366. Color #081f7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011111 01111110
Octal 10 37 176
Decimal 8 31 126
Hex 8 1F 7E

RGB Percentages of Color #081f7e

%4.85
%18.79
%76.36

CMYK Percentages of Color #081f7e

%94
%75
%0
%51

Triadic Colors of #081f7e

#081f7e #7e081f #1f7e08

Analogous Colors of #081f7e

#081f7e #2c087e #085a7e

Monochromatic Colors of #081f7e

#081f7e

Complementary Color

#081f7e #7e6708

#081f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#081f7e Color CSS Codes

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

#081f7e Text Font Color

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

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


#081f7e Background Color

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

This div background color is #081f7e


#081f7e Border Color

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

This div border color is #081f7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081f7e


Comments

No comments written yet.

Please login to write comment.