Color Hex Logo

#477fdd Color Hex

#477FDD
(71,127,221)
0 Favorites   0 Comments

Color spaces of #477fdd

RGB 71127221
HSL0.600.690.57
HSV218°68°87°
CMYK 0.680.430.00   0.13
XYZ23.239121.738871.3778
Yxy21.73880.19970.1868
Hunter Lab46.62497.3757-58.1293
CIE-Lab53.748812.0125-53.4827

#477fdd color RGB value is (71,127,221).

#477fdd hex color red value is 71, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #477fdd hue: 0.60 , saturation: 0.69 and the lightness value of 477fdd is 0.57.

The process color (four color CMYK) of #477fdd color hex is 0.68, 0.43, 0.00, 0.13. Web safe color of #477fdd is #3366cc. Color #477fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 11011101
Octal 107 177 335
Decimal 71 127 221
Hex 47 7F DD

RGB Percentages of Color #477fdd

%16.95
%30.31
%52.74

CMYK Percentages of Color #477fdd

%68
%43
%0
%13

Triadic Colors of #477fdd

#477fdd #dd477f #7fdd47

Analogous Colors of #477fdd

#477fdd #5a47dd #47cadd

Monochromatic Colors of #477fdd

#477fdd

Complementary Color

#477fdd #dda547

#477fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#477fdd Color CSS Codes

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

#477fdd Text Font Color

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

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


#477fdd Background Color

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

This div background color is #477fdd


#477fdd Border Color

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

This div border color is #477fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477fdd


Comments

No comments written yet.

Please login to write comment.