Color Hex Logo

#5059de Color Hex

#5059DE
(80,89,222)
0 Favorites   0 Comments

Color spaces of #5059de

RGB 8089222
HSL0.660.680.59
HSV236°64°87°
CMYK 0.640.600.00   0.13
XYZ20.065514.124270.7759
Yxy14.12420.19120.1346
Hunter Lab37.582229.5341-85.3492
CIE-Lab44.410537.3292-69.0933

#5059de color RGB value is (80,89,222).

#5059de hex color red value is 80, green value is 89 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5059de hue: 0.66 , saturation: 0.68 and the lightness value of 5059de is 0.59.

The process color (four color CMYK) of #5059de color hex is 0.64, 0.60, 0.00, 0.13. Web safe color of #5059de is #6666cc. Color #5059de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011001 11011110
Octal 120 131 336
Decimal 80 89 222
Hex 50 59 DE

RGB Percentages of Color #5059de

%20.46
%22.76
%56.78

CMYK Percentages of Color #5059de

%64
%60
%0
%13

Triadic Colors of #5059de

#5059de #de5059 #59de50

Analogous Colors of #5059de

#5059de #8e50de #50a0de

Monochromatic Colors of #5059de

#5059de

Complementary Color

#5059de #ded550

#5059de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5059de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5059de Color CSS Codes

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

#5059de Text Font Color

<p style="color:#5059de">Text here</p>

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


#5059de Background Color

<div style="background-color:#5059de">
Div content here</div>

This div background color is #5059de


#5059de Border Color

<div style="border:3px solid #5059de">
Div here</div>

This div border color is #5059de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,89,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5059de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5059de;
  -webkit-box-shadow: 1px 1px 3px 2px #5059de;
  box-shadow:         1px 1px 3px 2px #5059de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5059de


Comments

No comments written yet.

Please login to write comment.