Color Hex Logo

#478cda Color Hex

#478CDA
(71,140,218)
0 Favorites   0 Comments

Color spaces of #478cda

RGB 71140218
HSL0.590.670.57
HSV212°67°85°
CMYK 0.670.360.00   0.15
XYZ24.631525.157769.8874
Yxy25.15770.20580.2102
Hunter Lab50.1575-0.1171-47.5021
CIE-Lab57.22883.1362-46.2649

#478cda color RGB value is (71,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001100 11011010
Octal 107 214 332
Decimal 71 140 218
Hex 47 8C DA

RGB Percentages of Color #478cda

%16.55
%32.63
%50.82

CMYK Percentages of Color #478cda

%67
%36
%0
%15

Triadic Colors of #478cda

#478cda #da478c #8cda47

Analogous Colors of #478cda

#478cda #4b47da #47d6da

Monochromatic Colors of #478cda

#478cda

Complementary Color

#478cda #da9547

#478cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#478cda Color CSS Codes

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

#478cda Text Font Color

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

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


#478cda Background Color

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

This div background color is #478cda


#478cda Border Color

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

This div border color is #478cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,140,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 #478cda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478cda


Comments

No comments written yet.

Please login to write comment.