Color Hex Logo

#477cde Color Hex

#477CDE
(71,124,222)
0 Favorites   0 Comments

Color spaces of #477cde

RGB 71124222
HSL0.610.700.57
HSV219°68°87°
CMYK 0.680.440.00   0.13
XYZ22.991021.028871.9545
Yxy21.02880.19820.1813
Hunter Lab45.85729.2429-60.9319
CIE-Lab52.981014.2052-55.2730

#477cde color RGB value is (71,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111100 11011110
Octal 107 174 336
Decimal 71 124 222
Hex 47 7C DE

RGB Percentages of Color #477cde

%17.03
%29.74
%53.24

CMYK Percentages of Color #477cde

%68
%44
%0
%13

Triadic Colors of #477cde

#477cde #de477c #7cde47

Analogous Colors of #477cde

#477cde #5e47de #47c8de

Monochromatic Colors of #477cde

#477cde

Complementary Color

#477cde #dea947

#477cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#477cde Color CSS Codes

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

#477cde Text Font Color

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

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


#477cde Background Color

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

This div background color is #477cde


#477cde Border Color

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

This div border color is #477cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477cde


Comments

No comments written yet.

Please login to write comment.