Color Hex Logo

#047dcd Color Hex

#047DCD
(4,125,205)
0 Favorites   0 Comments

Color spaces of #047dcd

RGB 4125205
HSL0.570.960.41
HSV204°98°80°
CMYK 0.980.390.00   0.20
XYZ18.403119.100860.4745
Yxy19.10080.18780.1949
Hunter Lab43.7045-1.3199-51.4473
CIE-Lab50.80491.3072-49.2187

#047dcd color RGB value is (4,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111101 11001101
Octal 4 175 315
Decimal 4 125 205
Hex 4 7D CD

RGB Percentages of Color #047dcd

%1.20
%37.43
%61.38

CMYK Percentages of Color #047dcd

%98
%39
%0
%20

Triadic Colors of #047dcd

#047dcd #cd047d #7dcd04

Analogous Colors of #047dcd

#047dcd #0419cd #04cdb9

Monochromatic Colors of #047dcd

#047dcd

Complementary Color

#047dcd #cd5404

#047dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#047dcd Color CSS Codes

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

#047dcd Text Font Color

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

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


#047dcd Background Color

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

This div background color is #047dcd


#047dcd Border Color

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

This div border color is #047dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047dcd


Comments

No comments written yet.

Please login to write comment.