Color Hex Logo

#5049dd Color Hex

#5049DD
(80,73,221)
0 Favorites   0 Comments

Color spaces of #5049dd

RGB 8073221
HSL0.670.690.58
HSV243°67°87°
CMYK 0.640.670.00   0.13
XYZ18.742011.691069.6754
Yxy11.69100.18720.1168
Hunter Lab34.192138.0065-96.8845
CIE-Lab40.720746.5383-74.5524

#5049dd color RGB value is (80,73,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 11011101
Octal 120 111 335
Decimal 80 73 221
Hex 50 49 DD

RGB Percentages of Color #5049dd

%21.39
%19.52
%59.09

CMYK Percentages of Color #5049dd

%64
%67
%0
%13

Triadic Colors of #5049dd

#5049dd #dd5049 #49dd50

Analogous Colors of #5049dd

#5049dd #9a49dd #498cdd

Monochromatic Colors of #5049dd

#5049dd

Complementary Color

#5049dd #d6dd49

#5049dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5049dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5049dd Color CSS Codes

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

#5049dd Text Font Color

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

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


#5049dd Background Color

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

This div background color is #5049dd


#5049dd Border Color

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

This div border color is #5049dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5049dd


Comments

No comments written yet.

Please login to write comment.