Color Hex Logo

#5026ee Color Hex

#5026EE
(80,38,238)
0 Favorites   0 Comments

Color spaces of #5026ee

RGB 8038238
HSL0.700.850.54
HSV253°84°93°
CMYK 0.660.840.00   0.07
XYZ19.43409.264781.6529
Yxy9.26470.17610.0840
Hunter Lab30.438060.7020-137.7448
CIE-Lab36.489068.3171-91.2068

#5026ee color RGB value is (80,38,238).

#5026ee hex color red value is 80, green value is 38 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5026ee hue: 0.70 , saturation: 0.85 and the lightness value of 5026ee is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100110 11101110
Octal 120 46 356
Decimal 80 38 238
Hex 50 26 EE

RGB Percentages of Color #5026ee

%22.47
%10.67
%66.85

CMYK Percentages of Color #5026ee

%66
%84
%0
%7

Triadic Colors of #5026ee

#5026ee #ee5026 #26ee50

Analogous Colors of #5026ee

#5026ee #b426ee #2660ee

Monochromatic Colors of #5026ee

#5026ee

Complementary Color

#5026ee #c4ee26

#5026ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5026ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5026ee Color CSS Codes

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

#5026ee Text Font Color

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

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


#5026ee Background Color

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

This div background color is #5026ee


#5026ee Border Color

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

This div border color is #5026ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5026ee


Comments

No comments written yet.

Please login to write comment.