Color Hex Logo

#047daf Color Hex

#047DAF
(4,125,175)
0 Favorites   0 Comments

Color spaces of #047daf

RGB 4125175
HSL0.550.960.35
HSV198°98°69°
CMYK 0.980.290.00   0.31
XYZ15.121517.788243.1939
Yxy17.78820.19870.2337
Hunter Lab42.1761-9.8100-31.1976
CIE-Lab49.2382-10.2702-34.4753

#047daf color RGB value is (4,125,175).

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

The process color (four color CMYK) of #047daf color hex is 0.98, 0.29, 0.00, 0.31. Web safe color of #047daf is #006699. Color #047daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111101 10101111
Octal 4 175 257
Decimal 4 125 175
Hex 4 7D AF

RGB Percentages of Color #047daf

%1.32
%41.12
%57.57

CMYK Percentages of Color #047daf

%98
%29
%0
%31

Triadic Colors of #047daf

#047daf #af047d #7daf04

Analogous Colors of #047daf

#047daf #0428af #04af8c

Monochromatic Colors of #047daf

#047daf

Complementary Color

#047daf #af3604

#047daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#047daf Color CSS Codes

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

#047daf Text Font Color

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

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


#047daf Background Color

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

This div background color is #047daf


#047daf Border Color

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

This div border color is #047daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047daf


Comments

No comments written yet.

Please login to write comment.