Color Hex Logo

#071128 Color Hex

#071128
(7,17,40)
0 Favorites   0 Comments

Color spaces of #071128

RGB 71740
HSL0.620.700.09
HSV222°83°16°
CMYK 0.830.580.00   0.84
XYZ0.67110.59932.0878
Yxy0.59930.19980.1785
Hunter Lab7.74141.9265-10.5710
CIE-Lab5.41344.1572-16.6114

#071128 color RGB value is (7,17,40).

#071128 hex color red value is 7, green value is 17 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #071128 hue: 0.62 , saturation: 0.70 and the lightness value of 071128 is 0.09.

The process color (four color CMYK) of #071128 color hex is 0.83, 0.58, 0.00, 0.84. Web safe color of #071128 is #000033. Color #071128 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010001 00101000
Octal 7 21 50
Decimal 7 17 40
Hex 7 11 28

RGB Percentages of Color #071128

%10.94
%26.56
%62.50

CMYK Percentages of Color #071128

%83
%58
%0
%84

Triadic Colors of #071128

#071128 #280711 #112807

Analogous Colors of #071128

#071128 #0e0728 #072228

Monochromatic Colors of #071128

#071128

Complementary Color

#071128 #281e07

#071128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071128 Color CSS Codes

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

#071128 Text Font Color

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

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


#071128 Background Color

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

This div background color is #071128


#071128 Border Color

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

This div border color is #071128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071128


Comments

No comments written yet.

Please login to write comment.