Color Hex Logo

#477dd9 Color Hex

#477DD9
(71,125,217)
0 Favorites   0 Comments

Color spaces of #477dd9

RGB 71125217
HSL0.610.660.56
HSV218°67°85°
CMYK 0.670.420.00   0.15
XYZ22.456521.016668.5187
Yxy21.01660.20050.1877
Hunter Lab45.84397.2110-56.5247
CIE-Lab52.967711.8296-52.4780

#477dd9 color RGB value is (71,125,217).

#477dd9 hex color red value is 71, green value is 125 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #477dd9 hue: 0.61 , saturation: 0.66 and the lightness value of 477dd9 is 0.56.

The process color (four color CMYK) of #477dd9 color hex is 0.67, 0.42, 0.00, 0.15. Web safe color of #477dd9 is #3366cc. Color #477dd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111101 11011001
Octal 107 175 331
Decimal 71 125 217
Hex 47 7D D9

RGB Percentages of Color #477dd9

%17.19
%30.27
%52.54

CMYK Percentages of Color #477dd9

%67
%42
%0
%15

Triadic Colors of #477dd9

#477dd9 #d9477d #7dd947

Analogous Colors of #477dd9

#477dd9 #5a47d9 #47c6d9

Monochromatic Colors of #477dd9

#477dd9

Complementary Color

#477dd9 #d9a347

#477dd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477dd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477dd9 Color CSS Codes

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

#477dd9 Text Font Color

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

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


#477dd9 Background Color

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

This div background color is #477dd9


#477dd9 Border Color

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

This div border color is #477dd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477dd9


Comments

No comments written yet.

Please login to write comment.