Color Hex Logo

#477ffc Color Hex

#477FFC
(71,127,252)
0 Favorites   0 Comments

Color spaces of #477ffc

RGB 71127252
HSL0.620.970.63
HSV221°72°99°
CMYK 0.720.500.00   0.01
XYZ27.758623.546695.1774
Yxy23.54660.18950.1607
Hunter Lab48.524817.1923-82.3250
CIE-Lab55.631022.9797-67.7277

#477ffc color RGB value is (71,127,252).

#477ffc hex color red value is 71, green value is 127 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #477ffc hue: 0.62 , saturation: 0.97 and the lightness value of 477ffc is 0.63.

The process color (four color CMYK) of #477ffc color hex is 0.72, 0.50, 0.00, 0.01. Web safe color of #477ffc is #3366ff. Color #477ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 11111100
Octal 107 177 374
Decimal 71 127 252
Hex 47 7F FC

RGB Percentages of Color #477ffc

%15.78
%28.22
%56.00

CMYK Percentages of Color #477ffc

%72
%50
%0
%1

Triadic Colors of #477ffc

#477ffc #fc477f #7ffc47

Analogous Colors of #477ffc

#477ffc #6a47fc #47dafc

Monochromatic Colors of #477ffc

#477ffc

Complementary Color

#477ffc #fcc447

#477ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#477ffc Color CSS Codes

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

#477ffc Text Font Color

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

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


#477ffc Background Color

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

This div background color is #477ffc


#477ffc Border Color

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

This div border color is #477ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477ffc


Comments

No comments written yet.

Please login to write comment.