Color Hex Logo

#5020ee Color Hex

#5020EE
(80,32,238)
0 Favorites   0 Comments

Color spaces of #5020ee

RGB 8032238
HSL0.710.860.53
HSV254°87°93°
CMYK 0.660.870.00   0.07
XYZ19.25748.911581.5940
Yxy8.91150.17540.0812
Hunter Lab29.852162.9078-141.1592
CIE-Lab35.813370.3345-92.3281

#5020ee color RGB value is (80,32,238).

#5020ee hex color red value is 80, green value is 32 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5020ee hue: 0.71 , saturation: 0.86 and the lightness value of 5020ee is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100000 11101110
Octal 120 40 356
Decimal 80 32 238
Hex 50 20 EE

RGB Percentages of Color #5020ee

%22.86
%9.14
%68.00

CMYK Percentages of Color #5020ee

%66
%87
%0
%7

Triadic Colors of #5020ee

#5020ee #ee5020 #20ee50

Analogous Colors of #5020ee

#5020ee #b720ee #2057ee

Monochromatic Colors of #5020ee

#5020ee

Complementary Color

#5020ee #beee20

#5020ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5020ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5020ee Color CSS Codes

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

#5020ee Text Font Color

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

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


#5020ee Background Color

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

This div background color is #5020ee


#5020ee Border Color

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

This div border color is #5020ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5020ee


Comments

No comments written yet.

Please login to write comment.