Color Hex Logo

#8021da Color Hex

#8021DA
(128,33,218)
0 Favorites   0 Comments

Color spaces of #8021da

RGB 12833218
HSL0.750.740.49
HSV271°85°85°
CMYK 0.410.850.00   0.15
XYZ22.100810.738967.2376
Yxy10.73890.22080.1073
Hunter Lab32.770363.0354-98.7113
CIE-Lab39.137269.8030-75.2487

#8021da color RGB value is (128,33,218).

#8021da hex color red value is 128, green value is 33 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8021da hue: 0.75 , saturation: 0.74 and the lightness value of 8021da is 0.49.

The process color (four color CMYK) of #8021da color hex is 0.41, 0.85, 0.00, 0.15. Web safe color of #8021da is #9933cc. Color #8021da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100001 11011010
Octal 200 41 332
Decimal 128 33 218
Hex 80 21 DA

RGB Percentages of Color #8021da

%33.77
%8.71
%57.52

CMYK Percentages of Color #8021da

%41
%85
%0
%15

Triadic Colors of #8021da

#8021da #da8021 #21da80

Analogous Colors of #8021da

#8021da #da21d8 #2421da

Monochromatic Colors of #8021da

#8021da

Complementary Color

#8021da #7bda21

#8021da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8021da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8021da Color CSS Codes

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

#8021da Text Font Color

<p style="color:#8021da">Text here</p>

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


#8021da Background Color

<div style="background-color:#8021da">
Div content here</div>

This div background color is #8021da


#8021da Border Color

<div style="border:3px solid #8021da">
Div here</div>

This div border color is #8021da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,33,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8021da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8021da;
  -webkit-box-shadow: 1px 1px 3px 2px #8021da;
  box-shadow:         1px 1px 3px 2px #8021da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8021da


Comments

No comments written yet.

Please login to write comment.