Color Hex Logo

#071eaa Color Hex

#071EAA
(7,30,170)
0 Favorites   0 Comments

Color spaces of #071eaa

RGB 730170
HSL0.640.920.35
HSV232°96°67°
CMYK 0.960.820.00   0.33
XYZ7.80763.876038.3668
Yxy3.87600.15600.0774
Hunter Lab19.687636.3355-101.7621
CIE-Lab23.257248.1397-73.5782

#071eaa color RGB value is (7,30,170).

#071eaa hex color red value is 7, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #071eaa hue: 0.64 , saturation: 0.92 and the lightness value of 071eaa is 0.35.

The process color (four color CMYK) of #071eaa color hex is 0.96, 0.82, 0.00, 0.33. Web safe color of #071eaa is #003399. Color #071eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011110 10101010
Octal 7 36 252
Decimal 7 30 170
Hex 7 1E AA

RGB Percentages of Color #071eaa

%3.38
%14.49
%82.13

CMYK Percentages of Color #071eaa

%96
%82
%0
%33

Triadic Colors of #071eaa

#071eaa #aa071e #1eaa07

Analogous Colors of #071eaa

#071eaa #4107aa #0770aa

Monochromatic Colors of #071eaa

#071eaa

Complementary Color

#071eaa #aa9307

#071eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#071eaa Color CSS Codes

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

#071eaa Text Font Color

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

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


#071eaa Background Color

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

This div background color is #071eaa


#071eaa Border Color

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

This div border color is #071eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,30,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #071eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #071eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #071eaa;
  box-shadow:         1px 1px 3px 2px #071eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071eaa


Comments

No comments written yet.

Please login to write comment.