Color Hex Logo

#070d51 Color Hex

#070D51
(7,13,81)
0 Favorites   0 Comments

Color spaces of #070d51

RGB 71381
HSL0.650.840.17
HSV235°91°32°
CMYK 0.910.840.00   0.68
XYZ1.71670.92717.8730
Yxy0.92710.16320.0882
Hunter Lab9.628614.9750-41.7395
CIE-Lab8.368826.1486-41.3063

#070d51 color RGB value is (7,13,81).

#070d51 hex color red value is 7, green value is 13 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #070d51 hue: 0.65 , saturation: 0.84 and the lightness value of 070d51 is 0.17.

The process color (four color CMYK) of #070d51 color hex is 0.91, 0.84, 0.00, 0.68. Web safe color of #070d51 is #000066. Color #070d51 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001101 01010001
Octal 7 15 121
Decimal 7 13 81
Hex 7 D 51

RGB Percentages of Color #070d51

%6.93
%12.87
%80.20

CMYK Percentages of Color #070d51

%91
%84
%0
%68

Triadic Colors of #070d51

#070d51 #51070d #0d5107

Analogous Colors of #070d51

#070d51 #260751 #073251

Monochromatic Colors of #070d51

#070d51

Complementary Color

#070d51 #514b07

#070d51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070d51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070d51 Color CSS Codes

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

#070d51 Text Font Color

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

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


#070d51 Background Color

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

This div background color is #070d51


#070d51 Border Color

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

This div border color is #070d51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,13,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070d51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070d51;
  -webkit-box-shadow: 1px 1px 3px 2px #070d51;
  box-shadow:         1px 1px 3px 2px #070d51; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070d51


Comments

No comments written yet.

Please login to write comment.