Color Hex Logo

#8215ba Color Hex

#8215BA
(130,21,186)
0 Favorites   0 Comments

Color spaces of #8215ba

RGB 13021186
HSL0.780.800.41
HSV280°89°73°
CMYK 0.300.890.00   0.27
XYZ18.33708.827347.1918
Yxy8.82730.24660.1187
Hunter Lab29.710858.1734-73.3771
CIE-Lab35.649666.2849-62.3046

#8215ba color RGB value is (130,21,186).

#8215ba hex color red value is 130, green value is 21 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8215ba hue: 0.78 , saturation: 0.80 and the lightness value of 8215ba is 0.41.

The process color (four color CMYK) of #8215ba color hex is 0.30, 0.89, 0.00, 0.27. Web safe color of #8215ba is #9900cc. Color #8215ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010101 10111010
Octal 202 25 272
Decimal 130 21 186
Hex 82 15 BA

RGB Percentages of Color #8215ba

%38.58
%6.23
%55.19

CMYK Percentages of Color #8215ba

%30
%89
%0
%27

Triadic Colors of #8215ba

#8215ba #ba8215 #15ba82

Analogous Colors of #8215ba

#8215ba #ba15a0 #3015ba

Monochromatic Colors of #8215ba

#8215ba

Complementary Color

#8215ba #4dba15

#8215ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8215ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8215ba Color CSS Codes

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

#8215ba Text Font Color

<p style="color:#8215ba">Text here</p>

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


#8215ba Background Color

<div style="background-color:#8215ba">
Div content here</div>

This div background color is #8215ba


#8215ba Border Color

<div style="border:3px solid #8215ba">
Div here</div>

This div border color is #8215ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,21,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8215ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8215ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8215ba;
  box-shadow:         1px 1px 3px 2px #8215ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8215ba


Comments

No comments written yet.

Please login to write comment.