Color Hex Logo

#081063 Color Hex

#081063
(8,16,99)
0 Favorites   0 Comments

Color spaces of #081063

RGB 81699
HSL0.650.850.21
HSV235°92°39°
CMYK 0.920.840.00   0.61
XYZ2.53761.323111.9260
Yxy1.32310.16070.0838
Hunter Lab11.502619.2495-53.4205
CIE-Lab11.436131.1803-48.3882

#081063 color RGB value is (8,16,99).

#081063 hex color red value is 8, green value is 16 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #081063 hue: 0.65 , saturation: 0.85 and the lightness value of 081063 is 0.21.

The process color (four color CMYK) of #081063 color hex is 0.92, 0.84, 0.00, 0.61. Web safe color of #081063 is #000066. Color #081063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010000 01100011
Octal 10 20 143
Decimal 8 16 99
Hex 8 10 63

RGB Percentages of Color #081063

%6.50
%13.01
%80.49

CMYK Percentages of Color #081063

%92
%84
%0
%61

Triadic Colors of #081063

#081063 #630810 #106308

Analogous Colors of #081063

#081063 #2e0863 #083e63

Monochromatic Colors of #081063

#081063

Complementary Color

#081063 #635b08

#081063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#081063 Color CSS Codes

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

#081063 Text Font Color

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

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


#081063 Background Color

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

This div background color is #081063


#081063 Border Color

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

This div border color is #081063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081063


Comments

No comments written yet.

Please login to write comment.