Color Hex Logo

#479efe Color Hex

#479EFE
(71,158,254)
0 Favorites   0 Comments

Color spaces of #479efe

RGB 71158254
HSL0.590.990.64
HSV211°72°100°
CMYK 0.720.380.00   0.00
XYZ32.714832.949198.4015
Yxy32.94910.19940.2008
Hunter Lab57.40131.2804-61.4583
CIE-Lab64.11975.0629-55.2273

#479efe color RGB value is (71,158,254).

#479efe hex color red value is 71, green value is 158 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #479efe hue: 0.59 , saturation: 0.99 and the lightness value of 479efe is 0.64.

The process color (four color CMYK) of #479efe color hex is 0.72, 0.38, 0.00, 0.00. Web safe color of #479efe is #3399ff. Color #479efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 11111110
Octal 107 236 376
Decimal 71 158 254
Hex 47 9E FE

RGB Percentages of Color #479efe

%14.70
%32.71
%52.59

CMYK Percentages of Color #479efe

%72
%38
%0
%0

Triadic Colors of #479efe

#479efe #fe479e #9efe47

Analogous Colors of #479efe

#479efe #4b47fe #47fafe

Monochromatic Colors of #479efe

#479efe

Complementary Color

#479efe #fea747

#479efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#479efe Color CSS Codes

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

#479efe Text Font Color

<p style="color:#479efe">Text here</p>

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


#479efe Background Color

<div style="background-color:#479efe">
Div content here</div>

This div background color is #479efe


#479efe Border Color

<div style="border:3px solid #479efe">
Div here</div>

This div border color is #479efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,158,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #479efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #479efe;
  -webkit-box-shadow: 1px 1px 3px 2px #479efe;
  box-shadow:         1px 1px 3px 2px #479efe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479efe


Comments

No comments written yet.

Please login to write comment.