Color Hex Logo

#5049ef Color Hex

#5049EF
(80,73,239)
0 Favorites   0 Comments

Color spaces of #5049ef

RGB 8073239
HSL0.670.840.61
HSV243°69°94°
CMYK 0.670.690.00   0.06
XYZ21.270812.702682.9921
Yxy12.70260.18190.1086
Hunter Lab35.640744.1597-113.1128
CIE-Lab42.311752.2216-82.1558

#5049ef color RGB value is (80,73,239).

#5049ef hex color red value is 80, green value is 73 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5049ef hue: 0.67 , saturation: 0.84 and the lightness value of 5049ef is 0.61.

The process color (four color CMYK) of #5049ef color hex is 0.67, 0.69, 0.00, 0.06. Web safe color of #5049ef is #6633ff. Color #5049ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 11101111
Octal 120 111 357
Decimal 80 73 239
Hex 50 49 EF

RGB Percentages of Color #5049ef

%20.41
%18.62
%60.97

CMYK Percentages of Color #5049ef

%67
%69
%0
%6

Triadic Colors of #5049ef

#5049ef #ef5049 #49ef50

Analogous Colors of #5049ef

#5049ef #a349ef #4995ef

Monochromatic Colors of #5049ef

#5049ef

Complementary Color

#5049ef #e8ef49

#5049ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5049ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5049ef Color CSS Codes

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

#5049ef Text Font Color

<p style="color:#5049ef">Text here</p>

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


#5049ef Background Color

<div style="background-color:#5049ef">
Div content here</div>

This div background color is #5049ef


#5049ef Border Color

<div style="border:3px solid #5049ef">
Div here</div>

This div border color is #5049ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5049ef


Comments

No comments written yet.

Please login to write comment.