Color Hex Logo

#478fdf Color Hex

#478FDF
(71,143,223)
0 Favorites   0 Comments

Color spaces of #478fdf

RGB 71143223
HSL0.590.700.58
HSV212°68°87°
CMYK 0.680.360.00   0.13
XYZ25.740326.312273.5341
Yxy26.31220.20500.2095
Hunter Lab51.2954-0.1948-49.0879
CIE-Lab58.33223.0932-47.3124

#478fdf color RGB value is (71,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 11011111
Octal 107 217 337
Decimal 71 143 223
Hex 47 8F DF

RGB Percentages of Color #478fdf

%16.25
%32.72
%51.03

CMYK Percentages of Color #478fdf

%68
%36
%0
%13

Triadic Colors of #478fdf

#478fdf #df478f #8fdf47

Analogous Colors of #478fdf

#478fdf #4b47df #47dbdf

Monochromatic Colors of #478fdf

#478fdf

Complementary Color

#478fdf #df9747

#478fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fdf Color CSS Codes

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

#478fdf Text Font Color

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

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


#478fdf Background Color

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

This div background color is #478fdf


#478fdf Border Color

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

This div border color is #478fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fdf


Comments

No comments written yet.

Please login to write comment.