Color Hex Logo

#5051de Color Hex

#5051DE
(80,81,222)
0 Favorites   0 Comments

Color spaces of #5051de

RGB 8081222
HSL0.670.680.59
HSV240°64°87°
CMYK 0.640.640.00   0.13
XYZ19.435512.864370.5659
Yxy12.86430.18890.1251
Hunter Lab35.866833.9585-91.5428
CIE-Lab42.558142.1650-72.1157

#5051de color RGB value is (80,81,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010001 11011110
Octal 120 121 336
Decimal 80 81 222
Hex 50 51 DE

RGB Percentages of Color #5051de

%20.89
%21.15
%57.96

CMYK Percentages of Color #5051de

%64
%64
%0
%13

Triadic Colors of #5051de

#5051de #de5051 #51de50

Analogous Colors of #5051de

#5051de #9650de #5098de

Monochromatic Colors of #5051de

#5051de

Complementary Color

#5051de #dedd50

#5051de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5051de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5051de Color CSS Codes

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

#5051de Text Font Color

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

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


#5051de Background Color

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

This div background color is #5051de


#5051de Border Color

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

This div border color is #5051de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5051de


Comments

No comments written yet.

Please login to write comment.