Color Hex Logo

#047fbd Color Hex

#047FBD
(4,127,189)
0 Favorites   0 Comments

Color spaces of #047fbd

RGB 4127189
HSL0.560.960.38
HSV200°98°74°
CMYK 0.980.330.00   0.26
XYZ16.824718.878750.9013
Yxy18.87870.19430.2180
Hunter Lab43.4496-6.9175-39.0436
CIE-Lab50.5450-6.0905-40.4891

#047fbd color RGB value is (4,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111111 10111101
Octal 4 177 275
Decimal 4 127 189
Hex 4 7F BD

RGB Percentages of Color #047fbd

%1.25
%39.69
%59.06

CMYK Percentages of Color #047fbd

%98
%33
%0
%26

Triadic Colors of #047fbd

#047fbd #bd047f #7fbd04

Analogous Colors of #047fbd

#047fbd #0422bd #04bd9f

Monochromatic Colors of #047fbd

#047fbd

Complementary Color

#047fbd #bd4204

#047fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#047fbd Color CSS Codes

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

#047fbd Text Font Color

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

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


#047fbd Background Color

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

This div background color is #047fbd


#047fbd Border Color

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

This div border color is #047fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047fbd


Comments

No comments written yet.

Please login to write comment.