Color Hex Logo

#477fef Color Hex

#477FEF
(71,127,239)
0 Favorites   0 Comments

Color spaces of #477fef

RGB 71127239
HSL0.610.840.61
HSV220°70°94°
CMYK 0.700.470.00   0.06
XYZ25.767922.750384.6945
Yxy22.75030.19340.1708
Hunter Lab47.697312.9623-71.8912
CIE-Lab54.814218.3726-61.8404

#477fef color RGB value is (71,127,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 11101111
Octal 107 177 357
Decimal 71 127 239
Hex 47 7F EF

RGB Percentages of Color #477fef

%16.25
%29.06
%54.69

CMYK Percentages of Color #477fef

%70
%47
%0
%6

Triadic Colors of #477fef

#477fef #ef477f #7fef47

Analogous Colors of #477fef

#477fef #6347ef #47d3ef

Monochromatic Colors of #477fef

#477fef

Complementary Color

#477fef #efb747

#477fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#477fef Color CSS Codes

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

#477fef Text Font Color

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

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


#477fef Background Color

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

This div background color is #477fef


#477fef Border Color

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

This div border color is #477fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477fef


Comments

No comments written yet.

Please login to write comment.