Color Hex Logo

#478cbd Color Hex

#478CBD
(71,140,189)
0 Favorites   0 Comments

Color spaces of #478cbd

RGB 71140189
HSL0.570.470.51
HSV205°62°74°
CMYK 0.620.260.00   0.26
XYZ21.161923.769951.6168
Yxy23.76990.21920.2462
Hunter Lab48.7544-7.8420-28.6429
CIE-Lab55.8567-6.6809-32.0550

#478cbd color RGB value is (71,140,189).

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

The process color (four color CMYK) of #478cbd color hex is 0.62, 0.26, 0.00, 0.26. Web safe color of #478cbd is #3399cc. Color #478cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001100 10111101
Octal 107 214 275
Decimal 71 140 189
Hex 47 8C BD

RGB Percentages of Color #478cbd

%17.75
%35.00
%47.25

CMYK Percentages of Color #478cbd

%62
%26
%0
%26

Triadic Colors of #478cbd

#478cbd #bd478c #8cbd47

Analogous Colors of #478cbd

#478cbd #4751bd #47bdb3

Monochromatic Colors of #478cbd

#478cbd

Complementary Color

#478cbd #bd7847

#478cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#478cbd Color CSS Codes

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

#478cbd Text Font Color

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

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


#478cbd Background Color

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

This div background color is #478cbd


#478cbd Border Color

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

This div border color is #478cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478cbd


Comments

No comments written yet.

Please login to write comment.