Color Hex Logo

#071064 Color Hex

#071064
(7,16,100)
0 Favorites   0 Comments

Color spaces of #071064

RGB 716100
HSL0.650.870.21
HSV234°93°39°
CMYK 0.930.840.00   0.61
XYZ2.57321.335912.1788
Yxy1.33590.15990.0830
Hunter Lab11.558119.5130-54.3833
CIE-Lab11.524331.4958-48.9076

#071064 color RGB value is (7,16,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010000 01100100
Octal 7 20 144
Decimal 7 16 100
Hex 7 10 64

RGB Percentages of Color #071064

%5.69
%13.01
%81.30

CMYK Percentages of Color #071064

%93
%84
%0
%61

Triadic Colors of #071064

#071064 #640710 #106407

Analogous Colors of #071064

#071064 #2c0764 #073f64

Monochromatic Colors of #071064

#071064

Complementary Color

#071064 #645b07

#071064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071064 Color CSS Codes

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

#071064 Text Font Color

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

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


#071064 Background Color

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

This div background color is #071064


#071064 Border Color

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

This div border color is #071064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071064


Comments

No comments written yet.

Please login to write comment.