Color Hex Logo

#071072 Color Hex

#071072
(7,16,114)
0 Favorites   0 Comments

Color spaces of #071072

RGB 716114
HSL0.650.880.24
HSV235°94°45°
CMYK 0.940.860.00   0.55
XYZ3.31021.630716.0599
Yxy1.63070.15760.0776
Hunter Lab12.769923.9233-65.6265
CIE-Lab13.415936.4905-54.9543

#071072 color RGB value is (7,16,114).

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

The process color (four color CMYK) of #071072 color hex is 0.94, 0.86, 0.00, 0.55. Web safe color of #071072 is #000066. Color #071072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010000 01110010
Octal 7 20 162
Decimal 7 16 114
Hex 7 10 72

RGB Percentages of Color #071072

%5.11
%11.68
%83.21

CMYK Percentages of Color #071072

%94
%86
%0
%55

Triadic Colors of #071072

#071072 #720710 #107207

Analogous Colors of #071072

#071072 #340772 #074672

Monochromatic Colors of #071072

#071072

Complementary Color

#071072 #726907

#071072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071072 Color CSS Codes

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

#071072 Text Font Color

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

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


#071072 Background Color

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

This div background color is #071072


#071072 Border Color

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

This div border color is #071072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071072


Comments

No comments written yet.

Please login to write comment.