Color Hex Logo

#478ade Color Hex

#478ADE
(71,138,222)
0 Favorites   0 Comments

Color spaces of #478ade

RGB 71138222
HSL0.590.700.57
HSV213°68°87°
CMYK 0.680.380.00   0.13
XYZ24.871824.790572.5814
Yxy24.79050.20350.2028
Hunter Lab49.79012.0341-51.5769
CIE-Lab56.87075.7127-49.0711

#478ade color RGB value is (71,138,222).

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

The process color (four color CMYK) of #478ade color hex is 0.68, 0.38, 0.00, 0.13. Web safe color of #478ade is #3399cc. Color #478ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001010 11011110
Octal 107 212 336
Decimal 71 138 222
Hex 47 8A DE

RGB Percentages of Color #478ade

%16.47
%32.02
%51.51

CMYK Percentages of Color #478ade

%68
%38
%0
%13

Triadic Colors of #478ade

#478ade #de478a #8ade47

Analogous Colors of #478ade

#478ade #4f47de #47d6de

Monochromatic Colors of #478ade

#478ade

Complementary Color

#478ade #de9b47

#478ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#478ade Color CSS Codes

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

#478ade Text Font Color

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

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


#478ade Background Color

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

This div background color is #478ade


#478ade Border Color

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

This div border color is #478ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478ade


Comments

No comments written yet.

Please login to write comment.