Color Hex Logo

#478fda Color Hex

#478FDA
(71,143,218)
0 Favorites   0 Comments

Color spaces of #478fda

RGB 71143218
HSL0.590.670.57
HSV211°67°85°
CMYK 0.670.340.00   0.15
XYZ25.075926.046570.0355
Yxy26.04650.20700.2150
Hunter Lab51.0358-1.6085-45.6376
CIE-Lab58.08121.3677-44.9170

#478fda color RGB value is (71,143,218).

#478fda hex color red value is 71, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #478fda hue: 0.59 , saturation: 0.67 and the lightness value of 478fda is 0.57.

The process color (four color CMYK) of #478fda color hex is 0.67, 0.34, 0.00, 0.15. Web safe color of #478fda is #3399cc. Color #478fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 11011010
Octal 107 217 332
Decimal 71 143 218
Hex 47 8F DA

RGB Percentages of Color #478fda

%16.44
%33.10
%50.46

CMYK Percentages of Color #478fda

%67
%34
%0
%15

Triadic Colors of #478fda

#478fda #da478f #8fda47

Analogous Colors of #478fda

#478fda #4947da #47d9da

Monochromatic Colors of #478fda

#478fda

Complementary Color

#478fda #da9247

#478fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fda Color CSS Codes

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

#478fda Text Font Color

<p style="color:#478fda">Text here</p>

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


#478fda Background Color

<div style="background-color:#478fda">
Div content here</div>

This div background color is #478fda


#478fda Border Color

<div style="border:3px solid #478fda">
Div here</div>

This div border color is #478fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,143,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478fda;
  -webkit-box-shadow: 1px 1px 3px 2px #478fda;
  box-shadow:         1px 1px 3px 2px #478fda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fda


Comments

No comments written yet.

Please login to write comment.