Color Hex Logo

#5051ee Color Hex

#5051EE
(80,81,238)
0 Favorites   0 Comments

Color spaces of #5051ee

RGB 8081238
HSL0.670.820.62
HSV240°66°93°
CMYK 0.660.660.00   0.07
XYZ21.683313.763482.4027
Yxy13.76340.18400.1168
Hunter Lab37.099139.4046-105.7229
CIE-Lab43.891747.3610-78.9981

#5051ee color RGB value is (80,81,238).

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

The process color (four color CMYK) of #5051ee color hex is 0.66, 0.66, 0.00, 0.07. Web safe color of #5051ee is #6666ff. Color #5051ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010001 11101110
Octal 120 121 356
Decimal 80 81 238
Hex 50 51 EE

RGB Percentages of Color #5051ee

%20.05
%20.30
%59.65

CMYK Percentages of Color #5051ee

%66
%66
%0
%7

Triadic Colors of #5051ee

#5051ee #ee5051 #51ee50

Analogous Colors of #5051ee

#5051ee #9e50ee #50a0ee

Monochromatic Colors of #5051ee

#5051ee

Complementary Color

#5051ee #eeed50

#5051ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5051ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5051ee Color CSS Codes

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

#5051ee Text Font Color

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

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


#5051ee Background Color

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

This div background color is #5051ee


#5051ee Border Color

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

This div border color is #5051ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5051ee


Comments

No comments written yet.

Please login to write comment.