Color Hex Logo

#5042dd Color Hex

#5042DD
(80,66,221)
0 Favorites   0 Comments

Color spaces of #5042dd

RGB 8066221
HSL0.680.700.56
HSV245°70°87°
CMYK 0.640.700.00   0.13
XYZ18.307610.822469.5306
Yxy10.82240.18560.1097
Hunter Lab32.897441.7658-102.2847
CIE-Lab39.279750.4835-76.9174

#5042dd color RGB value is (80,66,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000010 11011101
Octal 120 102 335
Decimal 80 66 221
Hex 50 42 DD

RGB Percentages of Color #5042dd

%21.80
%17.98
%60.22

CMYK Percentages of Color #5042dd

%64
%70
%0
%13

Triadic Colors of #5042dd

#5042dd #dd5042 #42dd50

Analogous Colors of #5042dd

#5042dd #9e42dd #4282dd

Monochromatic Colors of #5042dd

#5042dd

Complementary Color

#5042dd #cfdd42

#5042dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5042dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5042dd Color CSS Codes

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

#5042dd Text Font Color

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

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


#5042dd Background Color

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

This div background color is #5042dd


#5042dd Border Color

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

This div border color is #5042dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5042dd


Comments

No comments written yet.

Please login to write comment.