Color Hex Logo

#477fdc Color Hex

#477FDC
(71,127,220)
0 Favorites   0 Comments

Color spaces of #477fdc

RGB 71127220
HSL0.600.680.57
HSV217°68°86°
CMYK 0.680.420.00   0.14
XYZ23.106221.685670.6781
Yxy21.68560.20010.1878
Hunter Lab46.56787.0752-57.3897
CIE-Lab53.691811.6608-53.0113

#477fdc color RGB value is (71,127,220).

#477fdc hex color red value is 71, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #477fdc hue: 0.60 , saturation: 0.68 and the lightness value of 477fdc is 0.57.

The process color (four color CMYK) of #477fdc color hex is 0.68, 0.42, 0.00, 0.14. Web safe color of #477fdc is #3366cc. Color #477fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 11011100
Octal 107 177 334
Decimal 71 127 220
Hex 47 7F DC

RGB Percentages of Color #477fdc

%16.99
%30.38
%52.63

CMYK Percentages of Color #477fdc

%68
%42
%0
%14

Triadic Colors of #477fdc

#477fdc #dc477f #7fdc47

Analogous Colors of #477fdc

#477fdc #5a47dc #47cadc

Monochromatic Colors of #477fdc

#477fdc

Complementary Color

#477fdc #dca447

#477fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#477fdc Color CSS Codes

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

#477fdc Text Font Color

<p style="color:#477fdc">Text here</p>

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


#477fdc Background Color

<div style="background-color:#477fdc">
Div content here</div>

This div background color is #477fdc


#477fdc Border Color

<div style="border:3px solid #477fdc">
Div here</div>

This div border color is #477fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,127,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #477fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #477fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #477fdc;
  box-shadow:         1px 1px 3px 2px #477fdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477fdc


Comments

No comments written yet.

Please login to write comment.