Color Hex Logo

#5022eb Color Hex

#5022EB
(80,34,235)
0 Favorites   0 Comments

Color spaces of #5022eb

RGB 8034235
HSL0.700.830.53
HSV254°86°92°
CMYK 0.660.860.00   0.08
XYZ18.87578.847779.3102
Yxy8.84770.17640.0827
Hunter Lab29.745161.2190-137.2651
CIE-Lab35.689468.9155-90.8308

#5022eb color RGB value is (80,34,235).

#5022eb hex color red value is 80, green value is 34 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5022eb hue: 0.70 , saturation: 0.83 and the lightness value of 5022eb is 0.53.

The process color (four color CMYK) of #5022eb color hex is 0.66, 0.86, 0.00, 0.08. Web safe color of #5022eb is #6633ff. Color #5022eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100010 11101011
Octal 120 42 353
Decimal 80 34 235
Hex 50 22 EB

RGB Percentages of Color #5022eb

%22.92
%9.74
%67.34

CMYK Percentages of Color #5022eb

%66
%86
%0
%8

Triadic Colors of #5022eb

#5022eb #eb5022 #22eb50

Analogous Colors of #5022eb

#5022eb #b522eb #2258eb

Monochromatic Colors of #5022eb

#5022eb

Complementary Color

#5022eb #bdeb22

#5022eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5022eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5022eb Color CSS Codes

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

#5022eb Text Font Color

<p style="color:#5022eb">Text here</p>

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


#5022eb Background Color

<div style="background-color:#5022eb">
Div content here</div>

This div background color is #5022eb


#5022eb Border Color

<div style="border:3px solid #5022eb">
Div here</div>

This div border color is #5022eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,34,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5022eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5022eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5022eb;
  box-shadow:         1px 1px 3px 2px #5022eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5022eb


Comments

No comments written yet.

Please login to write comment.