Color Hex Logo

#4982dc Color Hex

#4982DC
(73,130,220)
0 Favorites   0 Comments

Color spaces of #4982dc

RGB 73130220
HSL0.600.680.57
HSV217°67°86°
CMYK 0.670.410.00   0.14
XYZ23.648622.549070.8161
Yxy22.54900.20210.1927
Hunter Lab47.48585.7954-55.1798
CIE-Lab54.604710.1488-51.5499

#4982dc color RGB value is (73,130,220).

#4982dc hex color red value is 73, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4982dc hue: 0.60 , saturation: 0.68 and the lightness value of 4982dc is 0.57.

The process color (four color CMYK) of #4982dc color hex is 0.67, 0.41, 0.00, 0.14. Web safe color of #4982dc is #3399cc. Color #4982dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000010 11011100
Octal 111 202 334
Decimal 73 130 220
Hex 49 82 DC

RGB Percentages of Color #4982dc

%17.26
%30.73
%52.01

CMYK Percentages of Color #4982dc

%67
%41
%0
%14

Triadic Colors of #4982dc

#4982dc #dc4982 #82dc49

Analogous Colors of #4982dc

#4982dc #5949dc #49ccdc

Monochromatic Colors of #4982dc

#4982dc

Complementary Color

#4982dc #dca349

#4982dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4982dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4982dc Color CSS Codes

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

#4982dc Text Font Color

<p style="color:#4982dc">Text here</p>

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


#4982dc Background Color

<div style="background-color:#4982dc">
Div content here</div>

This div background color is #4982dc


#4982dc Border Color

<div style="border:3px solid #4982dc">
Div here</div>

This div border color is #4982dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,130,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4982dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4982dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4982dc;
  box-shadow:         1px 1px 3px 2px #4982dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4982dc


Comments

No comments written yet.

Please login to write comment.