Color Hex Logo

#5046dc Color Hex

#5046DC
(80,70,220)
0 Favorites   0 Comments

Color spaces of #5046dc

RGB 8070220
HSL0.680.680.57
HSV244°68°86°
CMYK 0.640.680.00   0.14
XYZ18.416711.253168.9115
Yxy11.25310.18680.1142
Hunter Lab33.545639.2924-98.3152
CIE-Lab40.003547.9362-75.1568

#5046dc color RGB value is (80,70,220).

#5046dc hex color red value is 80, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5046dc hue: 0.68 , saturation: 0.68 and the lightness value of 5046dc is 0.57.

The process color (four color CMYK) of #5046dc color hex is 0.64, 0.68, 0.00, 0.14. Web safe color of #5046dc is #6633cc. Color #5046dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 11011100
Octal 120 106 334
Decimal 80 70 220
Hex 50 46 DC

RGB Percentages of Color #5046dc

%21.62
%18.92
%59.46

CMYK Percentages of Color #5046dc

%64
%68
%0
%14

Triadic Colors of #5046dc

#5046dc #dc5046 #46dc50

Analogous Colors of #5046dc

#5046dc #9b46dc #4687dc

Monochromatic Colors of #5046dc

#5046dc

Complementary Color

#5046dc #d2dc46

#5046dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5046dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5046dc Color CSS Codes

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

#5046dc Text Font Color

<p style="color:#5046dc">Text here</p>

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


#5046dc Background Color

<div style="background-color:#5046dc">
Div content here</div>

This div background color is #5046dc


#5046dc Border Color

<div style="border:3px solid #5046dc">
Div here</div>

This div border color is #5046dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,70,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5046dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5046dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5046dc;
  box-shadow:         1px 1px 3px 2px #5046dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5046dc


Comments

No comments written yet.

Please login to write comment.