Color Hex Logo

#477ff1 Color Hex

#477FF1
(71,127,241)
0 Favorites   0 Comments

Color spaces of #477ff1

RGB 71127241
HSL0.610.860.61
HSV220°71°95°
CMYK 0.710.470.00   0.05
XYZ26.065122.869286.2595
Yxy22.86920.19280.1692
Hunter Lab47.821813.6028-73.4704
CIE-Lab54.937419.0812-62.7541

#477ff1 color RGB value is (71,127,241).

#477ff1 hex color red value is 71, green value is 127 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #477ff1 hue: 0.61 , saturation: 0.86 and the lightness value of 477ff1 is 0.61.

The process color (four color CMYK) of #477ff1 color hex is 0.71, 0.47, 0.00, 0.05. Web safe color of #477ff1 is #3366ff. Color #477ff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 11110001
Octal 107 177 361
Decimal 71 127 241
Hex 47 7F F1

RGB Percentages of Color #477ff1

%16.17
%28.93
%54.90

CMYK Percentages of Color #477ff1

%71
%47
%0
%5

Triadic Colors of #477ff1

#477ff1 #f1477f #7ff147

Analogous Colors of #477ff1

#477ff1 #6447f1 #47d4f1

Monochromatic Colors of #477ff1

#477ff1

Complementary Color

#477ff1 #f1b947

#477ff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477ff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477ff1 Color CSS Codes

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

#477ff1 Text Font Color

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

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


#477ff1 Background Color

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

This div background color is #477ff1


#477ff1 Border Color

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

This div border color is #477ff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477ff1


Comments

No comments written yet.

Please login to write comment.