Color Hex Logo

#071650 Color Hex

#071650
(7,22,80)
0 Favorites   0 Comments

Color spaces of #071650

RGB 72280
HSL0.630.840.17
HSV228°91°31°
CMYK 0.910.730.00   0.69
XYZ1.82251.19827.7246
Yxy1.19820.16960.1115
Hunter Lab10.946210.5636-34.1777
CIE-Lab10.544119.4137-37.0289

#071650 color RGB value is (7,22,80).

#071650 hex color red value is 7, green value is 22 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #071650 hue: 0.63 , saturation: 0.84 and the lightness value of 071650 is 0.17.

The process color (four color CMYK) of #071650 color hex is 0.91, 0.73, 0.00, 0.69. Web safe color of #071650 is #000066. Color #071650 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010110 01010000
Octal 7 26 120
Decimal 7 22 80
Hex 7 16 50

RGB Percentages of Color #071650

%6.42
%20.18
%73.39

CMYK Percentages of Color #071650

%91
%73
%0
%69

Triadic Colors of #071650

#071650 #500716 #165007

Analogous Colors of #071650

#071650 #1d0750 #073b50

Monochromatic Colors of #071650

#071650

Complementary Color

#071650 #504107

#071650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071650 Color CSS Codes

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

#071650 Text Font Color

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

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


#071650 Background Color

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

This div background color is #071650


#071650 Border Color

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

This div border color is #071650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071650


Comments

No comments written yet.

Please login to write comment.