Color Hex Logo

#4780fc Color Hex

#4780FC
(71,128,252)
0 Favorites   0 Comments

Color spaces of #4780fc

RGB 71128252
HSL0.610.970.63
HSV221°72°99°
CMYK 0.720.490.00   0.01
XYZ27.888423.806295.2206
Yxy23.80620.18980.1620
Hunter Lab48.791616.6421-81.5549
CIE-Lab55.893222.3654-67.3044

#4780fc color RGB value is (71,128,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000000 11111100
Octal 107 200 374
Decimal 71 128 252
Hex 47 80 FC

RGB Percentages of Color #4780fc

%15.74
%28.38
%55.88

CMYK Percentages of Color #4780fc

%72
%49
%0
%1

Triadic Colors of #4780fc

#4780fc #fc4780 #80fc47

Analogous Colors of #4780fc

#4780fc #6947fc #47dbfc

Monochromatic Colors of #4780fc

#4780fc

Complementary Color

#4780fc #fcc347

#4780fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4780fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4780fc Color CSS Codes

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

#4780fc Text Font Color

<p style="color:#4780fc">Text here</p>

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


#4780fc Background Color

<div style="background-color:#4780fc">
Div content here</div>

This div background color is #4780fc


#4780fc Border Color

<div style="border:3px solid #4780fc">
Div here</div>

This div border color is #4780fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,128,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 #4780fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4780fc


Comments

No comments written yet.

Please login to write comment.