Color Hex Logo

#477eed Color Hex

#477EED
(71,126,237)
0 Favorites   0 Comments

Color spaces of #477eed

RGB 71126237
HSL0.610.820.60
HSV220°70°93°
CMYK 0.700.470.00   0.07
XYZ25.345422.375783.1039
Yxy22.37570.19370.1710
Hunter Lab47.303012.8619-71.0512
CIE-Lab54.423418.2788-61.3555

#477eed color RGB value is (71,126,237).

#477eed hex color red value is 71, green value is 126 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #477eed hue: 0.61 , saturation: 0.82 and the lightness value of 477eed is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111110 11101101
Octal 107 176 355
Decimal 71 126 237
Hex 47 7E ED

RGB Percentages of Color #477eed

%16.36
%29.03
%54.61

CMYK Percentages of Color #477eed

%70
%47
%0
%7

Triadic Colors of #477eed

#477eed #ed477e #7eed47

Analogous Colors of #477eed

#477eed #6347ed #47d1ed

Monochromatic Colors of #477eed

#477eed

Complementary Color

#477eed #edb647

#477eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#477eed Color CSS Codes

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

#477eed Text Font Color

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

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


#477eed Background Color

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

This div background color is #477eed


#477eed Border Color

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

This div border color is #477eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477eed


Comments

No comments written yet.

Please login to write comment.