Color Hex Logo

#478fea Color Hex

#478FEA
(71,143,234)
0 Favorites   0 Comments

Color spaces of #478fea

RGB 71143234
HSL0.590.800.60
HSV213°70°92°
CMYK 0.700.390.00   0.08
XYZ27.272326.925081.6015
Yxy26.92500.20080.1983
Hunter Lab51.88933.0108-56.9174
CIE-Lab58.90486.9195-52.5207

#478fea color RGB value is (71,143,234).

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

The process color (four color CMYK) of #478fea color hex is 0.70, 0.39, 0.00, 0.08. Web safe color of #478fea is #3399ff. Color #478fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 11101010
Octal 107 217 352
Decimal 71 143 234
Hex 47 8F EA

RGB Percentages of Color #478fea

%15.85
%31.92
%52.23

CMYK Percentages of Color #478fea

%70
%39
%0
%8

Triadic Colors of #478fea

#478fea #ea478f #8fea47

Analogous Colors of #478fea

#478fea #5147ea #47e1ea

Monochromatic Colors of #478fea

#478fea

Complementary Color

#478fea #eaa247

#478fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fea Color CSS Codes

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

#478fea Text Font Color

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

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


#478fea Background Color

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

This div background color is #478fea


#478fea Border Color

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

This div border color is #478fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fea


Comments

No comments written yet.

Please login to write comment.