Color Hex Logo

#070037 Color Hex

#070037
(7,0,55)
0 Favorites   0 Comments

Color spaces of #070037

RGB 7055
HSL0.691.000.11
HSV248°100°22°
CMYK 0.871.000.00   0.78
XYZ0.77720.32103.6354
Yxy0.32100.16420.0678
Hunter Lab5.665714.5711-34.0776
CIE-Lab2.899619.3390-31.8158

#070037 color RGB value is (7,0,55).

#070037 hex color red value is 7, green value is 0 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #070037 hue: 0.69 , saturation: 1.00 and the lightness value of 070037 is 0.11.

The process color (four color CMYK) of #070037 color hex is 0.87, 1.00, 0.00, 0.78. Web safe color of #070037 is #000033. Color #070037 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000000 00110111
Octal 7 0 67
Decimal 7 0 55
Hex 7 0 37

RGB Percentages of Color #070037

%11.29
%0.00
%88.71

CMYK Percentages of Color #070037

%87
%100
%0
%78

Triadic Colors of #070037

#070037 #370700 #003707

Analogous Colors of #070037

#070037 #230037 #001437

Monochromatic Colors of #070037

#070037

Complementary Color

#070037 #303700

#070037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070037 Color CSS Codes

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

#070037 Text Font Color

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

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


#070037 Background Color

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

This div background color is #070037


#070037 Border Color

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

This div border color is #070037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070037


Comments

No comments written yet.

Please login to write comment.