Color Hex Logo

#081186 Color Hex

#081186
(8,17,134)
0 Favorites   0 Comments

Color spaces of #081186

RGB 817134
HSL0.650.890.28
HSV236°94°53°
CMYK 0.940.870.00   0.47
XYZ4.60372.173822.7312
Yxy2.17380.15600.0737
Hunter Lab14.743829.9343-81.0894
CIE-Lab16.374142.7171-62.8279

#081186 color RGB value is (8,17,134).

#081186 hex color red value is 8, green value is 17 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #081186 hue: 0.65 , saturation: 0.89 and the lightness value of 081186 is 0.28.

The process color (four color CMYK) of #081186 color hex is 0.94, 0.87, 0.00, 0.47. Web safe color of #081186 is #000099. Color #081186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010001 10000110
Octal 10 21 206
Decimal 8 17 134
Hex 8 11 86

RGB Percentages of Color #081186

%5.03
%10.69
%84.28

CMYK Percentages of Color #081186

%94
%87
%0
%47

Triadic Colors of #081186

#081186 #860811 #118608

Analogous Colors of #081186

#081186 #3e0886 #085086

Monochromatic Colors of #081186

#081186

Complementary Color

#081186 #867d08

#081186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#081186 Color CSS Codes

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

#081186 Text Font Color

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

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


#081186 Background Color

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

This div background color is #081186


#081186 Border Color

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

This div border color is #081186


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,17,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #081186; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #081186;
  -webkit-box-shadow: 1px 1px 3px 2px #081186;
  box-shadow:         1px 1px 3px 2px #081186; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081186


Comments

No comments written yet.

Please login to write comment.