Color Hex Logo

#5050ea Color Hex

#5050EA
(80,80,234)
0 Favorites   0 Comments

Color spaces of #5050ea

RGB 8080234
HSL0.670.790.62
HSV240°66°92°
CMYK 0.660.660.00   0.08
XYZ21.028213.383379.3168
Yxy13.38330.18490.1177
Hunter Lab36.583238.5821-102.9397
CIE-Lab43.335246.6514-77.6534

#5050ea color RGB value is (80,80,234).

#5050ea hex color red value is 80, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5050ea hue: 0.67 , saturation: 0.79 and the lightness value of 5050ea is 0.62.

The process color (four color CMYK) of #5050ea color hex is 0.66, 0.66, 0.00, 0.08. Web safe color of #5050ea is #6666ff. Color #5050ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010000 11101010
Octal 120 120 352
Decimal 80 80 234
Hex 50 50 EA

RGB Percentages of Color #5050ea

%20.30
%20.30
%59.39

CMYK Percentages of Color #5050ea

%66
%66
%0
%8

Triadic Colors of #5050ea

#5050ea #ea5050 #50ea50

Analogous Colors of #5050ea

#5050ea #9d50ea #509dea

Monochromatic Colors of #5050ea

#5050ea

Complementary Color

#5050ea #eaea50

#5050ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5050ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5050ea Color CSS Codes

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

#5050ea Text Font Color

<p style="color:#5050ea">Text here</p>

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


#5050ea Background Color

<div style="background-color:#5050ea">
Div content here</div>

This div background color is #5050ea


#5050ea Border Color

<div style="border:3px solid #5050ea">
Div here</div>

This div border color is #5050ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,80,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5050ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5050ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5050ea;
  box-shadow:         1px 1px 3px 2px #5050ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5050ea


Comments

No comments written yet.

Please login to write comment.