Color Hex Logo

#478ede Color Hex

#478EDE
(71,142,222)
0 Favorites   0 Comments

Color spaces of #478ede

RGB 71142222
HSL0.590.700.57
HSV212°68°87°
CMYK 0.680.360.00   0.13
XYZ25.456425.959572.7762
Yxy25.95950.20500.2090
Hunter Lab50.95050.0207-49.0228
CIE-Lab57.99863.3375-47.2827

#478ede color RGB value is (71,142,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 11011110
Octal 107 216 336
Decimal 71 142 222
Hex 47 8E DE

RGB Percentages of Color #478ede

%16.32
%32.64
%51.03

CMYK Percentages of Color #478ede

%68
%36
%0
%13

Triadic Colors of #478ede

#478ede #de478e #8ede47

Analogous Colors of #478ede

#478ede #4b47de #47dade

Monochromatic Colors of #478ede

#478ede

Complementary Color

#478ede #de9747

#478ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#478ede Color CSS Codes

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

#478ede Text Font Color

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

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


#478ede Background Color

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

This div background color is #478ede


#478ede Border Color

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

This div border color is #478ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,142,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 #478ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478ede


Comments

No comments written yet.

Please login to write comment.