Color Hex Logo

#4780ef Color Hex

#4780EF
(71,128,239)
0 Favorites   0 Comments

Color spaces of #4780ef

RGB 71128239
HSL0.610.840.61
HSV220°70°94°
CMYK 0.700.460.00   0.06
XYZ25.897723.009984.7378
Yxy23.00990.19380.1722
Hunter Lab47.968612.4249-71.1592
CIE-Lab55.082517.7585-61.4091

#4780ef color RGB value is (71,128,239).

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

The process color (four color CMYK) of #4780ef color hex is 0.70, 0.46, 0.00, 0.06. Web safe color of #4780ef is #3399ff. Color #4780ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000000 11101111
Octal 107 200 357
Decimal 71 128 239
Hex 47 80 EF

RGB Percentages of Color #4780ef

%16.21
%29.22
%54.57

CMYK Percentages of Color #4780ef

%70
%46
%0
%6

Triadic Colors of #4780ef

#4780ef #ef4780 #80ef47

Analogous Colors of #4780ef

#4780ef #6247ef #47d4ef

Monochromatic Colors of #4780ef

#4780ef

Complementary Color

#4780ef #efb647

#4780ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4780ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4780ef Color CSS Codes

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

#4780ef Text Font Color

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

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


#4780ef Background Color

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

This div background color is #4780ef


#4780ef Border Color

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

This div border color is #4780ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4780ef


Comments

No comments written yet.

Please login to write comment.