Color Hex Logo

#477dda Color Hex

#477DDA
(71,125,218)
0 Favorites   0 Comments

Color spaces of #477dda

RGB 71125218
HSL0.610.670.57
HSV218°67°85°
CMYK 0.670.430.00   0.15
XYZ22.587021.068869.2059
Yxy21.06880.20010.1867
Hunter Lab45.90087.5105-57.2627
CIE-Lab53.024712.1813-52.9507

#477dda color RGB value is (71,125,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111101 11011010
Octal 107 175 332
Decimal 71 125 218
Hex 47 7D DA

RGB Percentages of Color #477dda

%17.15
%30.19
%52.66

CMYK Percentages of Color #477dda

%67
%43
%0
%15

Triadic Colors of #477dda

#477dda #da477d #7dda47

Analogous Colors of #477dda

#477dda #5a47da #47c7da

Monochromatic Colors of #477dda

#477dda

Complementary Color

#477dda #daa447

#477dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#477dda Color CSS Codes

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

#477dda Text Font Color

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

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


#477dda Background Color

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

This div background color is #477dda


#477dda Border Color

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

This div border color is #477dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477dda


Comments

No comments written yet.

Please login to write comment.