Color Hex Logo

#8218db Color Hex

#8218DB
(130,24,219)
0 Favorites   0 Comments

Color spaces of #8218db

RGB 13024219
HSL0.760.800.48
HSV273°89°86°
CMYK 0.410.890.00   0.14
XYZ22.318710.513667.8708
Yxy10.51360.22160.1044
Hunter Lab32.424766.1227-101.4076
CIE-Lab38.748972.4839-76.4512

#8218db color RGB value is (130,24,219).

#8218db hex color red value is 130, green value is 24 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8218db hue: 0.76 , saturation: 0.80 and the lightness value of 8218db is 0.48.

The process color (four color CMYK) of #8218db color hex is 0.41, 0.89, 0.00, 0.14. Web safe color of #8218db is #9900cc. Color #8218db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011000 11011011
Octal 202 30 333
Decimal 130 24 219
Hex 82 18 DB

RGB Percentages of Color #8218db

%34.85
%6.43
%58.71

CMYK Percentages of Color #8218db

%41
%89
%0
%14

Triadic Colors of #8218db

#8218db #db8218 #18db82

Analogous Colors of #8218db

#8218db #db18d3 #2118db

Monochromatic Colors of #8218db

#8218db

Complementary Color

#8218db #71db18

#8218db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8218db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8218db Color CSS Codes

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

#8218db Text Font Color

<p style="color:#8218db">Text here</p>

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


#8218db Background Color

<div style="background-color:#8218db">
Div content here</div>

This div background color is #8218db


#8218db Border Color

<div style="border:3px solid #8218db">
Div here</div>

This div border color is #8218db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,24,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8218db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8218db;
  -webkit-box-shadow: 1px 1px 3px 2px #8218db;
  box-shadow:         1px 1px 3px 2px #8218db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,24,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8218db


Comments

No comments written yet.

Please login to write comment.