Color Hex Logo

#047ddc Color Hex

#047DDC
(4,125,220)
0 Favorites   0 Comments

Color spaces of #047ddc

RGB 4125220
HSL0.570.960.44
HSV206°98°86°
CMYK 0.980.430.00   0.14
XYZ20.302019.860470.4735
Yxy19.86040.18350.1795
Hunter Lab44.56503.3286-62.5636
CIE-Lab51.67907.1647-56.3144

#047ddc color RGB value is (4,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111101 11011100
Octal 4 175 334
Decimal 4 125 220
Hex 4 7D DC

RGB Percentages of Color #047ddc

%1.15
%35.82
%63.04

CMYK Percentages of Color #047ddc

%98
%43
%0
%14

Triadic Colors of #047ddc

#047ddc #dc047d #7ddc04

Analogous Colors of #047ddc

#047ddc #0411dc #04dccf

Monochromatic Colors of #047ddc

#047ddc

Complementary Color

#047ddc #dc6304

#047ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#047ddc Color CSS Codes

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

#047ddc Text Font Color

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

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


#047ddc Background Color

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

This div background color is #047ddc


#047ddc Border Color

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

This div border color is #047ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047ddc


Comments

No comments written yet.

Please login to write comment.