Color Hex Logo

#479efa Color Hex

#479EFA
(71,158,250)
0 Favorites   0 Comments

Color spaces of #479efa

RGB 71158250
HSL0.590.950.63
HSV211°72°98°
CMYK 0.720.370.00   0.02
XYZ32.080732.695495.0625
Yxy32.69540.20070.2046
Hunter Lab57.17990.0824-58.5447
CIE-Lab63.91353.6728-53.3705

#479efa color RGB value is (71,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 11111010
Octal 107 236 372
Decimal 71 158 250
Hex 47 9E FA

RGB Percentages of Color #479efa

%14.82
%32.99
%52.19

CMYK Percentages of Color #479efa

%72
%37
%0
%2

Triadic Colors of #479efa

#479efa #fa479e #9efa47

Analogous Colors of #479efa

#479efa #4947fa #47f8fa

Monochromatic Colors of #479efa

#479efa

Complementary Color

#479efa #faa347

#479efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#479efa Color CSS Codes

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

#479efa Text Font Color

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

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


#479efa Background Color

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

This div background color is #479efa


#479efa Border Color

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

This div border color is #479efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479efa


Comments

No comments written yet.

Please login to write comment.