Color Hex Logo

#477ded Color Hex

#477DED
(71,125,237)
0 Favorites   0 Comments

Color spaces of #477ded

RGB 71125237
HSL0.610.820.60
HSV220°70°93°
CMYK 0.700.470.00   0.07
XYZ25.218222.121283.0614
Yxy22.12120.19340.1696
Hunter Lab47.033213.3999-71.7839
CIE-Lab54.155418.8947-61.7864

#477ded color RGB value is (71,125,237).

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

The process color (four color CMYK) of #477ded color hex is 0.70, 0.47, 0.00, 0.07. Web safe color of #477ded is #3366ff. Color #477ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111101 11101101
Octal 107 175 355
Decimal 71 125 237
Hex 47 7D ED

RGB Percentages of Color #477ded

%16.40
%28.87
%54.73

CMYK Percentages of Color #477ded

%70
%47
%0
%7

Triadic Colors of #477ded

#477ded #ed477d #7ded47

Analogous Colors of #477ded

#477ded #6447ed #47d0ed

Monochromatic Colors of #477ded

#477ded

Complementary Color

#477ded #edb747

#477ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#477ded Color CSS Codes

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

#477ded Text Font Color

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

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


#477ded Background Color

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

This div background color is #477ded


#477ded Border Color

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

This div border color is #477ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477ded


Comments

No comments written yet.

Please login to write comment.