Color Hex Logo

#478dbf Color Hex

#478DBF
(71,141,191)
0 Favorites   0 Comments

Color spaces of #478dbf

RGB 71141191
HSL0.570.480.51
HSV205°63°75°
CMYK 0.630.260.00   0.25
XYZ21.527424.150952.8172
Yxy24.15090.21860.2452
Hunter Lab49.1436-7.8091-29.3216
CIE-Lab56.2386-6.5922-32.5962

#478dbf color RGB value is (71,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001101 10111111
Octal 107 215 277
Decimal 71 141 191
Hex 47 8D BF

RGB Percentages of Color #478dbf

%17.62
%34.99
%47.39

CMYK Percentages of Color #478dbf

%63
%26
%0
%25

Triadic Colors of #478dbf

#478dbf #bf478d #8dbf47

Analogous Colors of #478dbf

#478dbf #4751bf #47bfb5

Monochromatic Colors of #478dbf

#478dbf

Complementary Color

#478dbf #bf7947

#478dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#478dbf Color CSS Codes

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

#478dbf Text Font Color

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

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


#478dbf Background Color

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

This div background color is #478dbf


#478dbf Border Color

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

This div border color is #478dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478dbf


Comments

No comments written yet.

Please login to write comment.