Color Hex Logo

#8024ab Color Hex

#8024AB
(128,36,171)
0 Favorites   0 Comments

Color spaces of #8024ab

RGB 12836171
HSL0.780.650.41
HSV281°79°67°
CMYK 0.250.790.00   0.33
XYZ16.88368.791239.3351
Yxy8.79120.25970.1352
Hunter Lab29.650049.7560-57.9021
CIE-Lab35.579158.7447-53.5120

#8024ab color RGB value is (128,36,171).

#8024ab hex color red value is 128, green value is 36 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8024ab hue: 0.78 , saturation: 0.65 and the lightness value of 8024ab is 0.41.

The process color (four color CMYK) of #8024ab color hex is 0.25, 0.79, 0.00, 0.33. Web safe color of #8024ab is #993399. Color #8024ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100100 10101011
Octal 200 44 253
Decimal 128 36 171
Hex 80 24 AB

RGB Percentages of Color #8024ab

%38.21
%10.75
%51.04

CMYK Percentages of Color #8024ab

%25
%79
%0
%33

Triadic Colors of #8024ab

#8024ab #ab8024 #24ab80

Analogous Colors of #8024ab

#8024ab #ab2493 #3c24ab

Monochromatic Colors of #8024ab

#8024ab

Complementary Color

#8024ab #4fab24

#8024ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8024ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8024ab Color CSS Codes

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

#8024ab Text Font Color

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

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


#8024ab Background Color

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

This div background color is #8024ab


#8024ab Border Color

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

This div border color is #8024ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8024ab


Comments

No comments written yet.

Please login to write comment.