Color Hex Logo

#479ffe Color Hex

#479FFE
(71,159,254)
0 Favorites   0 Comments

Color spaces of #479ffe

RGB 71159254
HSL0.590.990.64
HSV211°72°100°
CMYK 0.720.370.00   0.00
XYZ32.886133.291698.4586
Yxy33.29160.19970.2022
Hunter Lab57.69890.7650-60.7845
CIE-Lab64.39634.4810-54.7877

#479ffe color RGB value is (71,159,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011111 11111110
Octal 107 237 376
Decimal 71 159 254
Hex 47 9F FE

RGB Percentages of Color #479ffe

%14.67
%32.85
%52.48

CMYK Percentages of Color #479ffe

%72
%37
%0
%0

Triadic Colors of #479ffe

#479ffe #fe479f #9ffe47

Analogous Colors of #479ffe

#479ffe #4a47fe #47fbfe

Monochromatic Colors of #479ffe

#479ffe

Complementary Color

#479ffe #fea647

#479ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#479ffe Color CSS Codes

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

#479ffe Text Font Color

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

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


#479ffe Background Color

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

This div background color is #479ffe


#479ffe Border Color

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

This div border color is #479ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479ffe


Comments

No comments written yet.

Please login to write comment.