Color Hex Logo

#043d94 Color Hex

#043D94
(4,61,148)
0 Favorites   0 Comments

Color spaces of #043d94

RGB 461148
HSL0.600.950.30
HSV216°97°58°
CMYK 0.970.590.00   0.42
XYZ7.06415.501428.7065
Yxy5.50140.17120.1333
Hunter Lab23.455112.7135-56.1461
CIE-Lab28.118020.0573-52.1784

#043d94 color RGB value is (4,61,148).

#043d94 hex color red value is 4, green value is 61 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #043d94 hue: 0.60 , saturation: 0.95 and the lightness value of 043d94 is 0.30.

The process color (four color CMYK) of #043d94 color hex is 0.97, 0.59, 0.00, 0.42. Web safe color of #043d94 is #003399. Color #043d94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00111101 10010100
Octal 4 75 224
Decimal 4 61 148
Hex 4 3D 94

RGB Percentages of Color #043d94

%1.88
%28.64
%69.48

CMYK Percentages of Color #043d94

%97
%59
%0
%42

Triadic Colors of #043d94

#043d94 #94043d #3d9404

Analogous Colors of #043d94

#043d94 #130494 #048594

Monochromatic Colors of #043d94

#043d94

Complementary Color

#043d94 #945b04

#043d94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#043d94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#043d94 Color CSS Codes

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

#043d94 Text Font Color

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

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


#043d94 Background Color

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

This div background color is #043d94


#043d94 Border Color

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

This div border color is #043d94


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,61,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #043d94; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #043d94;
  -webkit-box-shadow: 1px 1px 3px 2px #043d94;
  box-shadow:         1px 1px 3px 2px #043d94; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #043d94


Comments

No comments written yet.

Please login to write comment.