Color Hex Logo

#4982fa Color Hex

#4982FA
(73,130,250)
0 Favorites   0 Comments

Color spaces of #4982fa

RGB 73130250
HSL0.610.950.63
HSV221°71°98°
CMYK 0.710.480.00   0.02
XYZ27.985624.283993.6547
Yxy24.28390.19180.1664
Hunter Lab49.278715.1333-78.1862
CIE-Lab56.370920.6920-65.4266

#4982fa color RGB value is (73,130,250).

#4982fa hex color red value is 73, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4982fa hue: 0.61 , saturation: 0.95 and the lightness value of 4982fa is 0.63.

The process color (four color CMYK) of #4982fa color hex is 0.71, 0.48, 0.00, 0.02. Web safe color of #4982fa is #3399ff. Color #4982fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000010 11111010
Octal 111 202 372
Decimal 73 130 250
Hex 49 82 FA

RGB Percentages of Color #4982fa

%16.11
%28.70
%55.19

CMYK Percentages of Color #4982fa

%71
%48
%0
%2

Triadic Colors of #4982fa

#4982fa #fa4982 #82fa49

Analogous Colors of #4982fa

#4982fa #6949fa #49dbfa

Monochromatic Colors of #4982fa

#4982fa

Complementary Color

#4982fa #fac149

#4982fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4982fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4982fa Color CSS Codes

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

#4982fa Text Font Color

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

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


#4982fa Background Color

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

This div background color is #4982fa


#4982fa Border Color

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

This div border color is #4982fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4982fa


Comments

No comments written yet.

Please login to write comment.