Color Hex Logo

#4950eb Color Hex

#4950EB
(73,80,235)
0 Favorites   0 Comments

Color spaces of #4950eb

RGB 7380235
HSL0.660.800.60
HSV237°69°92°
CMYK 0.690.660.00   0.08
XYZ20.611713.151980.0495
Yxy13.15190.18110.1156
Hunter Lab36.265537.9866-105.4858
CIE-Lab42.991246.1241-78.7989

#4950eb color RGB value is (73,80,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010000 11101011
Octal 111 120 353
Decimal 73 80 235
Hex 49 50 EB

RGB Percentages of Color #4950eb

%18.81
%20.62
%60.57

CMYK Percentages of Color #4950eb

%69
%66
%0
%8

Triadic Colors of #4950eb

#4950eb #eb4950 #50eb49

Analogous Colors of #4950eb

#4950eb #9349eb #49a1eb

Monochromatic Colors of #4950eb

#4950eb

Complementary Color

#4950eb #ebe449

#4950eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4950eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4950eb Color CSS Codes

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

#4950eb Text Font Color

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

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


#4950eb Background Color

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

This div background color is #4950eb


#4950eb Border Color

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

This div border color is #4950eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4950eb


Comments

No comments written yet.

Please login to write comment.