Color Hex Logo

#477aec Color Hex

#477AEC
(71,122,236)
0 Favorites   0 Comments

Color spaces of #477aec

RGB 71122236
HSL0.620.810.60
HSV221°70°93°
CMYK 0.700.480.00   0.07
XYZ24.698421.314882.1693
Yxy21.31480.19270.1663
Hunter Lab46.168014.6980-73.2062
CIE-Lab53.292320.3919-62.6179

#477aec color RGB value is (71,122,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111010 11101100
Octal 107 172 354
Decimal 71 122 236
Hex 47 7A EC

RGB Percentages of Color #477aec

%16.55
%28.44
%55.01

CMYK Percentages of Color #477aec

%70
%48
%0
%7

Triadic Colors of #477aec

#477aec #ec477a #7aec47

Analogous Colors of #477aec

#477aec #6747ec #47cdec

Monochromatic Colors of #477aec

#477aec

Complementary Color

#477aec #ecb947

#477aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#477aec Color CSS Codes

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

#477aec Text Font Color

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

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


#477aec Background Color

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

This div background color is #477aec


#477aec Border Color

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

This div border color is #477aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,122,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 #477aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477aec


Comments

No comments written yet.

Please login to write comment.