Color Hex Logo

#047884 Color Hex

#047884
(4,120,132)
0 Favorites   0 Comments

Color spaces of #047884

RGB 4120132
HSL0.520.940.27
HSV186°97°52°
CMYK 0.970.090.00   0.48
XYZ10.931415.124724.1730
Yxy15.12470.21760.3011
Hunter Lab38.8905-17.8853-9.6293
CIE-Lab45.8045-23.2442-14.5431

#047884 color RGB value is (4,120,132).

#047884 hex color red value is 4, green value is 120 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #047884 hue: 0.52 , saturation: 0.94 and the lightness value of 047884 is 0.27.

The process color (four color CMYK) of #047884 color hex is 0.97, 0.09, 0.00, 0.48. Web safe color of #047884 is #006699. Color #047884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111000 10000100
Octal 4 170 204
Decimal 4 120 132
Hex 4 78 84

RGB Percentages of Color #047884

%1.56
%46.88
%51.56

CMYK Percentages of Color #047884

%97
%9
%0
%48

Triadic Colors of #047884

#047884 #840478 #788404

Analogous Colors of #047884

#047884 #043884 #048450

Monochromatic Colors of #047884

#047884

Complementary Color

#047884 #841004

#047884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047884 Color CSS Codes

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

#047884 Text Font Color

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

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


#047884 Background Color

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

This div background color is #047884


#047884 Border Color

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

This div border color is #047884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047884


Comments

No comments written yet.

Please login to write comment.