Color Hex Logo

#4980ec Color Hex

#4980EC
(73,128,236)
0 Favorites   0 Comments

Color spaces of #4980ec

RGB 73128236
HSL0.610.810.61
HSV220°69°93°
CMYK 0.690.460.00   0.07
XYZ25.607122.910982.4295
Yxy22.91090.19560.1750
Hunter Lab47.865311.7300-68.5983
CIE-Lab54.980416.9815-59.8993

#4980ec color RGB value is (73,128,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000000 11101100
Octal 111 200 354
Decimal 73 128 236
Hex 49 80 EC

RGB Percentages of Color #4980ec

%16.70
%29.29
%54.00

CMYK Percentages of Color #4980ec

%69
%46
%0
%7

Triadic Colors of #4980ec

#4980ec #ec4980 #80ec49

Analogous Colors of #4980ec

#4980ec #6449ec #49d2ec

Monochromatic Colors of #4980ec

#4980ec

Complementary Color

#4980ec #ecb549

#4980ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4980ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4980ec Color CSS Codes

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

#4980ec Text Font Color

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

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


#4980ec Background Color

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

This div background color is #4980ec


#4980ec Border Color

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

This div border color is #4980ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4980ec


Comments

No comments written yet.

Please login to write comment.