Color Hex Logo

#478ecf Color Hex

#478ECF
(71,142,207)
0 Favorites   0 Comments

Color spaces of #478ecf

RGB 71142207
HSL0.580.590.55
HSV209°66°81°
CMYK 0.660.310.00   0.19
XYZ23.534025.190662.6534
Yxy25.19060.21130.2262
Hunter Lab50.1902-4.1350-38.8796
CIE-Lab57.2607-1.8080-40.0393

#478ecf color RGB value is (71,142,207).

#478ecf hex color red value is 71, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #478ecf hue: 0.58 , saturation: 0.59 and the lightness value of 478ecf is 0.55.

The process color (four color CMYK) of #478ecf color hex is 0.66, 0.31, 0.00, 0.19. Web safe color of #478ecf is #3399cc. Color #478ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 11001111
Octal 107 216 317
Decimal 71 142 207
Hex 47 8E CF

RGB Percentages of Color #478ecf

%16.90
%33.81
%49.29

CMYK Percentages of Color #478ecf

%66
%31
%0
%19

Triadic Colors of #478ecf

#478ecf #cf478e #8ecf47

Analogous Colors of #478ecf

#478ecf #474acf #47cfcc

Monochromatic Colors of #478ecf

#478ecf

Complementary Color

#478ecf #cf8847

#478ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#478ecf Color CSS Codes

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

#478ecf Text Font Color

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

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


#478ecf Background Color

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

This div background color is #478ecf


#478ecf Border Color

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

This div border color is #478ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478ecf


Comments

No comments written yet.

Please login to write comment.