Color Hex Logo

#477ddd Color Hex

#477DDD
(71,125,221)
0 Favorites   0 Comments

Color spaces of #477ddd

RGB 71125221
HSL0.610.690.57
HSV218°68°87°
CMYK 0.680.430.00   0.13
XYZ22.983321.227371.2925
Yxy21.22730.19900.1838
Hunter Lab46.07318.4158-59.4929
CIE-Lab53.197413.2378-54.3641

#477ddd color RGB value is (71,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111101 11011101
Octal 107 175 335
Decimal 71 125 221
Hex 47 7D DD

RGB Percentages of Color #477ddd

%17.03
%29.98
%53.00

CMYK Percentages of Color #477ddd

%68
%43
%0
%13

Triadic Colors of #477ddd

#477ddd #dd477d #7ddd47

Analogous Colors of #477ddd

#477ddd #5c47dd #47c8dd

Monochromatic Colors of #477ddd

#477ddd

Complementary Color

#477ddd #dda747

#477ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#477ddd Color CSS Codes

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

#477ddd Text Font Color

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

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


#477ddd Background Color

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

This div background color is #477ddd


#477ddd Border Color

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

This div border color is #477ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477ddd


Comments

No comments written yet.

Please login to write comment.