Color Hex Logo

#047dca Color Hex

#047DCA
(4,125,202)
0 Favorites   0 Comments

Color spaces of #047dca

RGB 4125202
HSL0.560.960.40
HSV203°98°79°
CMYK 0.980.380.00   0.21
XYZ18.044418.957358.5852
Yxy18.95730.18880.1983
Hunter Lab43.5400-2.2187-49.2996
CIE-Lab50.63720.1384-47.7777

#047dca color RGB value is (4,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111101 11001010
Octal 4 175 312
Decimal 4 125 202
Hex 4 7D CA

RGB Percentages of Color #047dca

%1.21
%37.76
%61.03

CMYK Percentages of Color #047dca

%98
%38
%0
%21

Triadic Colors of #047dca

#047dca #ca047d #7dca04

Analogous Colors of #047dca

#047dca #041aca #04cab4

Monochromatic Colors of #047dca

#047dca

Complementary Color

#047dca #ca5104

#047dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#047dca Color CSS Codes

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

#047dca Text Font Color

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

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


#047dca Background Color

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

This div background color is #047dca


#047dca Border Color

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

This div border color is #047dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047dca


Comments

No comments written yet.

Please login to write comment.