Color Hex Logo

#478fec Color Hex

#478FEC
(71,143,236)
0 Favorites   0 Comments

Color spaces of #478fec

RGB 71143236
HSL0.590.810.60
HSV214°70°93°
CMYK 0.700.390.00   0.07
XYZ27.561327.040683.1236
Yxy27.04060.20010.1963
Hunter Lab52.00063.6074-58.3754
CIE-Lab59.01197.6189-53.4587

#478fec color RGB value is (71,143,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 11101100
Octal 107 217 354
Decimal 71 143 236
Hex 47 8F EC

RGB Percentages of Color #478fec

%15.78
%31.78
%52.44

CMYK Percentages of Color #478fec

%70
%39
%0
%7

Triadic Colors of #478fec

#478fec #ec478f #8fec47

Analogous Colors of #478fec

#478fec #5247ec #47e2ec

Monochromatic Colors of #478fec

#478fec

Complementary Color

#478fec #eca447

#478fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fec Color CSS Codes

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

#478fec Text Font Color

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

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


#478fec Background Color

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

This div background color is #478fec


#478fec Border Color

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

This div border color is #478fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fec


Comments

No comments written yet.

Please login to write comment.