Color Hex Logo

#047acb Color Hex

#047ACB
(4,122,203)
0 Favorites   0 Comments

Color spaces of #047acb

RGB 4122203
HSL0.570.960.41
HSV204°98°80°
CMYK 0.980.400.00   0.20
XYZ17.789118.256759.0862
Yxy18.25670.18700.1919
Hunter Lab42.7279-0.4580-52.0796
CIE-Lab49.80602.3595-49.6732

#047acb color RGB value is (4,122,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111010 11001011
Octal 4 172 313
Decimal 4 122 203
Hex 4 7A CB

RGB Percentages of Color #047acb

%1.22
%37.08
%61.70

CMYK Percentages of Color #047acb

%98
%40
%0
%20

Triadic Colors of #047acb

#047acb #cb047a #7acb04

Analogous Colors of #047acb

#047acb #0416cb #04cbb9

Monochromatic Colors of #047acb

#047acb

Complementary Color

#047acb #cb5504

#047acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#047acb Color CSS Codes

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

#047acb Text Font Color

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

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


#047acb Background Color

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

This div background color is #047acb


#047acb Border Color

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

This div border color is #047acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047acb


Comments

No comments written yet.

Please login to write comment.