Color Hex Logo

#8024eb Color Hex

#8024EB
(128,36,235)
0 Favorites   0 Comments

Color spaces of #8024eb

RGB 12836235
HSL0.740.830.53
HSV268°85°92°
CMYK 0.460.850.00   0.08
XYZ24.528411.849179.5916
Yxy11.84910.21150.1022
Hunter Lab34.422566.9540-112.9943
CIE-Lab40.975372.7489-81.9298

#8024eb color RGB value is (128,36,235).

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

The process color (four color CMYK) of #8024eb color hex is 0.46, 0.85, 0.00, 0.08. Web safe color of #8024eb is #9933ff. Color #8024eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100100 11101011
Octal 200 44 353
Decimal 128 36 235
Hex 80 24 EB

RGB Percentages of Color #8024eb

%32.08
%9.02
%58.90

CMYK Percentages of Color #8024eb

%46
%85
%0
%8

Triadic Colors of #8024eb

#8024eb #eb8024 #24eb80

Analogous Colors of #8024eb

#8024eb #e424eb #242beb

Monochromatic Colors of #8024eb

#8024eb

Complementary Color

#8024eb #8feb24

#8024eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8024eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8024eb Color CSS Codes

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

#8024eb Text Font Color

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

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


#8024eb Background Color

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

This div background color is #8024eb


#8024eb Border Color

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

This div border color is #8024eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,36,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 #8024eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8024eb


Comments

No comments written yet.

Please login to write comment.