Color Hex Logo

#5049cb Color Hex

#5049CB
(80,73,203)
0 Favorites   0 Comments

Color spaces of #5049cb

RGB 8073203
HSL0.680.560.54
HSV243°64°80°
CMYK 0.610.640.00   0.20
XYZ16.470310.782457.7130
Yxy10.78240.19380.1269
Hunter Lab32.836632.0688-81.2215
CIE-Lab39.211540.7753-66.6658

#5049cb color RGB value is (80,73,203).

#5049cb hex color red value is 80, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5049cb hue: 0.68 , saturation: 0.56 and the lightness value of 5049cb is 0.54.

The process color (four color CMYK) of #5049cb color hex is 0.61, 0.64, 0.00, 0.20. Web safe color of #5049cb is #6633cc. Color #5049cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 11001011
Octal 120 111 313
Decimal 80 73 203
Hex 50 49 CB

RGB Percentages of Color #5049cb

%22.47
%20.51
%57.02

CMYK Percentages of Color #5049cb

%61
%64
%0
%20

Triadic Colors of #5049cb

#5049cb #cb5049 #49cb50

Analogous Colors of #5049cb

#5049cb #9149cb #4983cb

Monochromatic Colors of #5049cb

#5049cb

Complementary Color

#5049cb #c4cb49

#5049cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5049cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5049cb Color CSS Codes

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

#5049cb Text Font Color

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

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


#5049cb Background Color

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

This div background color is #5049cb


#5049cb Border Color

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

This div border color is #5049cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5049cb

#5049cb Color Palettes


Comments

No comments written yet.

Please login to write comment.