Color Hex Logo

#047db9 Color Hex

#047DB9
(4,125,185)
0 Favorites   0 Comments

Color spaces of #047db9

RGB 4125185
HSL0.560.960.37
HSV200°98°73°
CMYK 0.980.320.00   0.27
XYZ16.140618.195848.5604
Yxy18.19580.19470.2195
Hunter Lab42.6565-7.1072-37.6364
CIE-Lab49.7327-6.4472-39.4726

#047db9 color RGB value is (4,125,185).

#047db9 hex color red value is 4, green value is 125 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #047db9 hue: 0.56 , saturation: 0.96 and the lightness value of 047db9 is 0.37.

The process color (four color CMYK) of #047db9 color hex is 0.98, 0.32, 0.00, 0.27. Web safe color of #047db9 is #0066cc. Color #047db9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111101 10111001
Octal 4 175 271
Decimal 4 125 185
Hex 4 7D B9

RGB Percentages of Color #047db9

%1.27
%39.81
%58.92

CMYK Percentages of Color #047db9

%98
%32
%0
%27

Triadic Colors of #047db9

#047db9 #b9047d #7db904

Analogous Colors of #047db9

#047db9 #0423b9 #04b99b

Monochromatic Colors of #047db9

#047db9

Complementary Color

#047db9 #b94004

#047db9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047db9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047db9 Color CSS Codes

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

#047db9 Text Font Color

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

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


#047db9 Background Color

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

This div background color is #047db9


#047db9 Border Color

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

This div border color is #047db9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,125,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #047db9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #047db9;
  -webkit-box-shadow: 1px 1px 3px 2px #047db9;
  box-shadow:         1px 1px 3px 2px #047db9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047db9


Comments

No comments written yet.

Please login to write comment.