Color Hex Logo

#047894 Color Hex

#047894
(4,120,148)
0 Favorites   0 Comments

Color spaces of #047894

RGB 4120148
HSL0.530.950.30
HSV192°97°58°
CMYK 0.970.190.00   0.42
XYZ12.111815.596930.3891
Yxy15.59690.20850.2685
Hunter Lab39.4929-14.3697-17.9776
CIE-Lab46.4411-17.5335-23.0450

#047894 color RGB value is (4,120,148).

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

The process color (four color CMYK) of #047894 color hex is 0.97, 0.19, 0.00, 0.42. Web safe color of #047894 is #006699. Color #047894 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111000 10010100
Octal 4 170 224
Decimal 4 120 148
Hex 4 78 94

RGB Percentages of Color #047894

%1.47
%44.12
%54.41

CMYK Percentages of Color #047894

%97
%19
%0
%42

Triadic Colors of #047894

#047894 #940478 #789404

Analogous Colors of #047894

#047894 #043094 #049468

Monochromatic Colors of #047894

#047894

Complementary Color

#047894 #942004

#047894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047894 Color CSS Codes

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

#047894 Text Font Color

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

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


#047894 Background Color

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

This div background color is #047894


#047894 Border Color

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

This div border color is #047894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047894


Comments

No comments written yet.

Please login to write comment.