Color Hex Logo

#477edd Color Hex

#477EDD
(71,126,221)
0 Favorites   0 Comments

Color spaces of #477edd

RGB 71126221
HSL0.610.690.57
HSV218°68°87°
CMYK 0.680.430.00   0.13
XYZ23.110521.481871.3350
Yxy21.48180.19940.1853
Hunter Lab46.34857.8947-58.8094
CIE-Lab53.472812.6242-53.9237

#477edd color RGB value is (71,126,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111110 11011101
Octal 107 176 335
Decimal 71 126 221
Hex 47 7E DD

RGB Percentages of Color #477edd

%16.99
%30.14
%52.87

CMYK Percentages of Color #477edd

%68
%43
%0
%13

Triadic Colors of #477edd

#477edd #dd477e #7edd47

Analogous Colors of #477edd

#477edd #5b47dd #47c9dd

Monochromatic Colors of #477edd

#477edd

Complementary Color

#477edd #dda647

#477edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#477edd Color CSS Codes

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

#477edd Text Font Color

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

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


#477edd Background Color

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

This div background color is #477edd


#477edd Border Color

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

This div border color is #477edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477edd


Comments

No comments written yet.

Please login to write comment.