Color Hex Logo

#478bfc Color Hex

#478BFC
(71,139,252)
0 Favorites   0 Comments

Color spaces of #478bfc

RGB 71139252
HSL0.600.970.63
HSV217°72°99°
CMYK 0.720.450.00   0.01
XYZ29.401826.833195.7251
Yxy26.83310.19350.1766
Hunter Lab51.800710.6645-73.3045
CIE-Lab58.819515.6566-62.5963

#478bfc color RGB value is (71,139,252).

#478bfc hex color red value is 71, green value is 139 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #478bfc hue: 0.60 , saturation: 0.97 and the lightness value of 478bfc is 0.63.

The process color (four color CMYK) of #478bfc color hex is 0.72, 0.45, 0.00, 0.01. Web safe color of #478bfc is #3399ff. Color #478bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001011 11111100
Octal 107 213 374
Decimal 71 139 252
Hex 47 8B FC

RGB Percentages of Color #478bfc

%15.37
%30.09
%54.55

CMYK Percentages of Color #478bfc

%72
%45
%0
%1

Triadic Colors of #478bfc

#478bfc #fc478b #8bfc47

Analogous Colors of #478bfc

#478bfc #5d47fc #47e6fc

Monochromatic Colors of #478bfc

#478bfc

Complementary Color

#478bfc #fcb847

#478bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#478bfc Color CSS Codes

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

#478bfc Text Font Color

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

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


#478bfc Background Color

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

This div background color is #478bfc


#478bfc Border Color

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

This div border color is #478bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478bfc


Comments

No comments written yet.

Please login to write comment.