Color Hex Logo

#5040dd Color Hex

#5040DD
(80,64,221)
0 Favorites   0 Comments

Color spaces of #5040dd

RGB 8064221
HSL0.680.700.56
HSV246°71°87°
CMYK 0.640.710.00   0.13
XYZ18.192810.592769.4923
Yxy10.59270.18510.1078
Hunter Lab32.546442.8217-103.8120
CIE-Lab38.885851.5765-77.5649

#5040dd color RGB value is (80,64,221).

#5040dd hex color red value is 80, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5040dd hue: 0.68 , saturation: 0.70 and the lightness value of 5040dd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000000 11011101
Octal 120 100 335
Decimal 80 64 221
Hex 50 40 DD

RGB Percentages of Color #5040dd

%21.92
%17.53
%60.55

CMYK Percentages of Color #5040dd

%64
%71
%0
%13

Triadic Colors of #5040dd

#5040dd #dd5040 #40dd50

Analogous Colors of #5040dd

#5040dd #9f40dd #407fdd

Monochromatic Colors of #5040dd

#5040dd

Complementary Color

#5040dd #cddd40

#5040dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5040dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5040dd Color CSS Codes

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

#5040dd Text Font Color

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

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


#5040dd Background Color

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

This div background color is #5040dd


#5040dd Border Color

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

This div border color is #5040dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5040dd


Comments

No comments written yet.

Please login to write comment.