Color Hex Logo

#478ed1 Color Hex

#478ED1
(71,142,209)
0 Favorites   0 Comments

Color spaces of #478ed1

RGB 71142209
HSL0.580.600.55
HSV209°66°82°
CMYK 0.660.320.00   0.18
XYZ23.780225.289063.9495
Yxy25.28900.21040.2238
Hunter Lab50.2882-3.5955-40.1951
CIE-Lab57.3559-1.1276-41.0143

#478ed1 color RGB value is (71,142,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 11010001
Octal 107 216 321
Decimal 71 142 209
Hex 47 8E D1

RGB Percentages of Color #478ed1

%16.82
%33.65
%49.53

CMYK Percentages of Color #478ed1

%66
%32
%0
%18

Triadic Colors of #478ed1

#478ed1 #d1478e #8ed147

Analogous Colors of #478ed1

#478ed1 #4749d1 #47d1cf

Monochromatic Colors of #478ed1

#478ed1

Complementary Color

#478ed1 #d18a47

#478ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478ed1 Color CSS Codes

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

#478ed1 Text Font Color

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

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


#478ed1 Background Color

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

This div background color is #478ed1


#478ed1 Border Color

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

This div border color is #478ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478ed1


Comments

No comments written yet.

Please login to write comment.