Color Hex Logo

#478fdd Color Hex

#478FDD
(71,143,221)
0 Favorites   0 Comments

Color spaces of #478fdd

RGB 71143221
HSL0.590.690.57
HSV211°68°87°
CMYK 0.680.350.00   0.13
XYZ25.472126.205072.1222
Yxy26.20500.20580.2117
Hunter Lab51.1908-0.7639-47.6995
CIE-Lab58.23112.4014-46.3563

#478fdd color RGB value is (71,143,221).

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

The process color (four color CMYK) of #478fdd color hex is 0.68, 0.35, 0.00, 0.13. Web safe color of #478fdd is #3399cc. Color #478fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 11011101
Octal 107 217 335
Decimal 71 143 221
Hex 47 8F DD

RGB Percentages of Color #478fdd

%16.32
%32.87
%50.80

CMYK Percentages of Color #478fdd

%68
%35
%0
%13

Triadic Colors of #478fdd

#478fdd #dd478f #8fdd47

Analogous Colors of #478fdd

#478fdd #4a47dd #47dadd

Monochromatic Colors of #478fdd

#478fdd

Complementary Color

#478fdd #dd9547

#478fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fdd Color CSS Codes

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

#478fdd Text Font Color

<p style="color:#478fdd">Text here</p>

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


#478fdd Background Color

<div style="background-color:#478fdd">
Div content here</div>

This div background color is #478fdd


#478fdd Border Color

<div style="border:3px solid #478fdd">
Div here</div>

This div border color is #478fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fdd


Comments

No comments written yet.

Please login to write comment.