Color Hex Logo

#071063 Color Hex

#071063
(7,16,99)
0 Favorites   0 Comments

Color spaces of #071063

RGB 71699
HSL0.650.870.21
HSV234°93°39°
CMYK 0.930.840.00   0.61
XYZ2.52501.316611.9254
Yxy1.31660.16010.0835
Hunter Lab11.474319.2000-53.5888
CIE-Lab11.391131.1266-48.4642

#071063 color RGB value is (7,16,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010000 01100011
Octal 7 20 143
Decimal 7 16 99
Hex 7 10 63

RGB Percentages of Color #071063

%5.74
%13.11
%81.15

CMYK Percentages of Color #071063

%93
%84
%0
%61

Triadic Colors of #071063

#071063 #630710 #106307

Analogous Colors of #071063

#071063 #2c0763 #073e63

Monochromatic Colors of #071063

#071063

Complementary Color

#071063 #635a07

#071063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071063 Color CSS Codes

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

#071063 Text Font Color

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

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


#071063 Background Color

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

This div background color is #071063


#071063 Border Color

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

This div border color is #071063


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,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 #071063">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071063


Comments

No comments written yet.

Please login to write comment.