Color Hex Logo

#4980eb Color Hex

#4980EB
(73,128,235)
0 Favorites   0 Comments

Color spaces of #4980eb

RGB 73128235
HSL0.610.800.60
HSV220°69°92°
CMYK 0.690.460.00   0.08
XYZ25.462222.853081.6663
Yxy22.85300.19590.1758
Hunter Lab47.804811.4157-67.8234
CIE-Lab54.920616.6292-59.4382

#4980eb color RGB value is (73,128,235).

#4980eb hex color red value is 73, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4980eb hue: 0.61 , saturation: 0.80 and the lightness value of 4980eb is 0.60.

The process color (four color CMYK) of #4980eb color hex is 0.69, 0.46, 0.00, 0.08. Web safe color of #4980eb is #3399ff. Color #4980eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000000 11101011
Octal 111 200 353
Decimal 73 128 235
Hex 49 80 EB

RGB Percentages of Color #4980eb

%16.74
%29.36
%53.90

CMYK Percentages of Color #4980eb

%69
%46
%0
%8

Triadic Colors of #4980eb

#4980eb #eb4980 #80eb49

Analogous Colors of #4980eb

#4980eb #6349eb #49d1eb

Monochromatic Colors of #4980eb

#4980eb

Complementary Color

#4980eb #ebb449

#4980eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4980eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4980eb Color CSS Codes

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

#4980eb Text Font Color

<p style="color:#4980eb">Text here</p>

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


#4980eb Background Color

<div style="background-color:#4980eb">
Div content here</div>

This div background color is #4980eb


#4980eb Border Color

<div style="border:3px solid #4980eb">
Div here</div>

This div border color is #4980eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,128,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4980eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4980eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4980eb;
  box-shadow:         1px 1px 3px 2px #4980eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4980eb


Comments

No comments written yet.

Please login to write comment.