Color Hex Logo

#8024ff Color Hex

#8024FF
(128,36,255)
0 Favorites   0 Comments

Color spaces of #8024ff

RGB 12836255
HSL0.741.000.57
HSV265°86°100°
CMYK 0.500.860.00   0.00
XYZ27.583013.070995.6769
Yxy13.07090.20230.0959
Hunter Lab36.153772.9153-131.5971
CIE-Lab42.869977.2833-90.0635

#8024ff color RGB value is (128,36,255).

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

The process color (four color CMYK) of #8024ff color hex is 0.50, 0.86, 0.00, 0.00. Web safe color of #8024ff is #9933ff. Color #8024ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100100 11111111
Octal 200 44 377
Decimal 128 36 255
Hex 80 24 FF

RGB Percentages of Color #8024ff

%30.55
%8.59
%60.86

CMYK Percentages of Color #8024ff

%50
%86
%0
%0

Triadic Colors of #8024ff

#8024ff #ff8024 #24ff80

Analogous Colors of #8024ff

#8024ff #ee24ff #2435ff

Monochromatic Colors of #8024ff

#8024ff

Complementary Color

#8024ff #a3ff24

#8024ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8024ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8024ff Color CSS Codes

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

#8024ff Text Font Color

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

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


#8024ff Background Color

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

This div background color is #8024ff


#8024ff Border Color

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

This div border color is #8024ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8024ff

Related Colors


Comments

No comments written yet.

Please login to write comment.