Color Hex Logo

#5049da Color Hex

#5049DA
(80,73,218)
0 Favorites   0 Comments

Color spaces of #5049da

RGB 8073218
HSL0.670.660.57
HSV243°67°85°
CMYK 0.630.670.00   0.15
XYZ18.345711.532567.5887
Yxy11.53250.18820.1183
Hunter Lab33.959537.0005-94.2315
CIE-Lab40.463245.5823-73.2583

#5049da color RGB value is (80,73,218).

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

The process color (four color CMYK) of #5049da color hex is 0.63, 0.67, 0.00, 0.15. Web safe color of #5049da is #6633cc. Color #5049da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 11011010
Octal 120 111 332
Decimal 80 73 218
Hex 50 49 DA

RGB Percentages of Color #5049da

%21.56
%19.68
%58.76

CMYK Percentages of Color #5049da

%63
%67
%0
%15

Triadic Colors of #5049da

#5049da #da5049 #49da50

Analogous Colors of #5049da

#5049da #9949da #498bda

Monochromatic Colors of #5049da

#5049da

Complementary Color

#5049da #d3da49

#5049da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5049da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5049da Color CSS Codes

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

#5049da Text Font Color

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

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


#5049da Background Color

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

This div background color is #5049da


#5049da Border Color

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

This div border color is #5049da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5049da


Comments

No comments written yet.

Please login to write comment.