Color Hex Logo

#070441 Color Hex

#070441
(7,4,65)
0 Favorites   0 Comments

Color spaces of #070441

RGB 7465
HSL0.670.880.14
HSV243°94°25°
CMYK 0.890.940.00   0.75
XYZ1.08520.51375.0430
Yxy0.51370.16340.0773
Hunter Lab7.167314.4840-36.7001
CIE-Lab4.640223.6220-36.2380

#070441 color RGB value is (7,4,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000100 01000001
Octal 7 4 101
Decimal 7 4 65
Hex 7 4 41

RGB Percentages of Color #070441

%9.21
%5.26
%85.53

CMYK Percentages of Color #070441

%89
%94
%0
%75

Triadic Colors of #070441

#070441 #410704 #044107

Analogous Colors of #070441

#070441 #250441 #042041

Monochromatic Colors of #070441

#070441

Complementary Color

#070441 #3e4104

#070441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070441 Color CSS Codes

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

#070441 Text Font Color

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

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


#070441 Background Color

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

This div background color is #070441


#070441 Border Color

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

This div border color is #070441


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,4,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 #070441">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070441


Comments

No comments written yet.

Please login to write comment.