Color Hex Logo

#478cf5 Color Hex

#478CF5
(71,140,245)
0 Favorites   0 Comments

Color spaces of #478cf5

RGB 71140245
HSL0.600.900.62
HSV216°71°96°
CMYK 0.710.430.00   0.04
XYZ28.458026.688390.0377
Yxy26.68830.19600.1838
Hunter Lab51.66077.9229-67.1720
CIE-Lab58.684712.5800-58.9565

#478cf5 color RGB value is (71,140,245).

#478cf5 hex color red value is 71, green value is 140 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #478cf5 hue: 0.60 , saturation: 0.90 and the lightness value of 478cf5 is 0.62.

The process color (four color CMYK) of #478cf5 color hex is 0.71, 0.43, 0.00, 0.04. Web safe color of #478cf5 is #3399ff. Color #478cf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001100 11110101
Octal 107 214 365
Decimal 71 140 245
Hex 47 8C F5

RGB Percentages of Color #478cf5

%15.57
%30.70
%53.73

CMYK Percentages of Color #478cf5

%71
%43
%0
%4

Triadic Colors of #478cf5

#478cf5 #f5478c #8cf547

Analogous Colors of #478cf5

#478cf5 #5947f5 #47e3f5

Monochromatic Colors of #478cf5

#478cf5

Complementary Color

#478cf5 #f5b047

#478cf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478cf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478cf5 Color CSS Codes

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

#478cf5 Text Font Color

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

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


#478cf5 Background Color

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

This div background color is #478cf5


#478cf5 Border Color

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

This div border color is #478cf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478cf5


Comments

No comments written yet.

Please login to write comment.