Color Hex Logo

#477fcf Color Hex

#477FCF
(71,127,207)
0 Favorites   0 Comments

Color spaces of #477fcf

RGB 71127207
HSL0.600.590.55
HSV215°66°81°
CMYK 0.660.390.00   0.19
XYZ21.450421.023361.9588
Yxy21.02330.20540.2013
Hunter Lab45.85123.2675-48.0229
CIE-Lab52.97507.1111-46.8114

#477fcf color RGB value is (71,127,207).

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

The process color (four color CMYK) of #477fcf color hex is 0.66, 0.39, 0.00, 0.19. Web safe color of #477fcf is #3366cc. Color #477fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 11001111
Octal 107 177 317
Decimal 71 127 207
Hex 47 7F CF

RGB Percentages of Color #477fcf

%17.53
%31.36
%51.11

CMYK Percentages of Color #477fcf

%66
%39
%0
%19

Triadic Colors of #477fcf

#477fcf #cf477f #7fcf47

Analogous Colors of #477fcf

#477fcf #5347cf #47c3cf

Monochromatic Colors of #477fcf

#477fcf

Complementary Color

#477fcf #cf9747

#477fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#477fcf Color CSS Codes

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

#477fcf Text Font Color

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

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


#477fcf Background Color

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

This div background color is #477fcf


#477fcf Border Color

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

This div border color is #477fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477fcf


Comments

No comments written yet.

Please login to write comment.