Color Hex Logo

#5051be Color Hex

#5051BE
(80,81,190)
0 Favorites   0 Comments

Color spaces of #5051be

RGB 8081190
HSL0.670.460.53
HSV239°58°75°
CMYK 0.580.570.00   0.25
XYZ15.545011.308050.0786
Yxy11.30800.20210.1470
Hunter Lab33.627423.6677-64.7568
CIE-Lab40.094531.6486-57.6665

#5051be color RGB value is (80,81,190).

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

The process color (four color CMYK) of #5051be color hex is 0.58, 0.57, 0.00, 0.25. Web safe color of #5051be is #6666cc. Color #5051be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010001 10111110
Octal 120 121 276
Decimal 80 81 190
Hex 50 51 BE

RGB Percentages of Color #5051be

%22.79
%23.08
%54.13

CMYK Percentages of Color #5051be

%58
%57
%0
%25

Triadic Colors of #5051be

#5051be #be5051 #51be50

Analogous Colors of #5051be

#5051be #8650be #5088be

Monochromatic Colors of #5051be

#5051be

Complementary Color

#5051be #bebd50

#5051be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5051be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5051be Color CSS Codes

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

#5051be Text Font Color

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

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


#5051be Background Color

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

This div background color is #5051be


#5051be Border Color

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

This div border color is #5051be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5051be


Comments

No comments written yet.

Please login to write comment.