Color Hex Logo

#477eec Color Hex

#477EEC
(71,126,236)
0 Favorites   0 Comments

Color spaces of #477eec

RGB 71126236
HSL0.610.810.60
HSV220°70°93°
CMYK 0.700.470.00   0.07
XYZ25.199722.317482.3364
Yxy22.31740.19410.1719
Hunter Lab47.241312.5441-70.2671
CIE-Lab54.362217.9248-60.8966

#477eec color RGB value is (71,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111110 11101100
Octal 107 176 354
Decimal 71 126 236
Hex 47 7E EC

RGB Percentages of Color #477eec

%16.40
%29.10
%54.50

CMYK Percentages of Color #477eec

%70
%47
%0
%7

Triadic Colors of #477eec

#477eec #ec477e #7eec47

Analogous Colors of #477eec

#477eec #6247ec #47d1ec

Monochromatic Colors of #477eec

#477eec

Complementary Color

#477eec #ecb547

#477eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#477eec Color CSS Codes

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

#477eec Text Font Color

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

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


#477eec Background Color

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

This div background color is #477eec


#477eec Border Color

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

This div border color is #477eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477eec


Comments

No comments written yet.

Please login to write comment.