Color Hex Logo

#071041 Color Hex

#071041
(7,16,65)
0 Favorites   0 Comments

Color spaces of #071041

RGB 71665
HSL0.640.810.14
HSV231°89°25°
CMYK 0.890.750.00   0.75
XYZ1.22700.79745.0903
Yxy0.79740.17250.1121
Hunter Lab8.92978.9000-27.5469
CIE-Lab7.202917.2807-32.0435

#071041 color RGB value is (7,16,65).

#071041 hex color red value is 7, green value is 16 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #071041 hue: 0.64 , saturation: 0.81 and the lightness value of 071041 is 0.14.

The process color (four color CMYK) of #071041 color hex is 0.89, 0.75, 0.00, 0.75. Web safe color of #071041 is #000033. Color #071041 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010000 01000001
Octal 7 20 101
Decimal 7 16 65
Hex 7 10 41

RGB Percentages of Color #071041

%7.95
%18.18
%73.86

CMYK Percentages of Color #071041

%89
%75
%0
%75

Triadic Colors of #071041

#071041 #410710 #104107

Analogous Colors of #071041

#071041 #1b0741 #072d41

Monochromatic Colors of #071041

#071041

Complementary Color

#071041 #413807

#071041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071041 Color CSS Codes

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

#071041 Text Font Color

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

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


#071041 Background Color

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

This div background color is #071041


#071041 Border Color

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

This div border color is #071041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071041


Comments

No comments written yet.

Please login to write comment.