Color Hex Logo

#5047dc Color Hex

#5047DC
(80,71,220)
0 Favorites   0 Comments

Color spaces of #5047dc

RGB 8071220
HSL0.680.680.57
HSV244°68°86°
CMYK 0.640.680.00   0.14
XYZ18.479811.379368.9326
Yxy11.37930.18710.1152
Hunter Lab33.733238.7531-97.5437
CIE-Lab40.212147.3672-74.8147

#5047dc color RGB value is (80,71,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000111 11011100
Octal 120 107 334
Decimal 80 71 220
Hex 50 47 DC

RGB Percentages of Color #5047dc

%21.56
%19.14
%59.30

CMYK Percentages of Color #5047dc

%64
%68
%0
%14

Triadic Colors of #5047dc

#5047dc #dc5047 #47dc50

Analogous Colors of #5047dc

#5047dc #9b47dc #4789dc

Monochromatic Colors of #5047dc

#5047dc

Complementary Color

#5047dc #d3dc47

#5047dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5047dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5047dc Color CSS Codes

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

#5047dc Text Font Color

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

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


#5047dc Background Color

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

This div background color is #5047dc


#5047dc Border Color

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

This div border color is #5047dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5047dc


Comments

No comments written yet.

Please login to write comment.