Color Hex Logo

#8215bf Color Hex

#8215BF
(130,21,191)
0 Favorites   0 Comments

Color spaces of #8215bf

RGB 13021191
HSL0.770.800.42
HSV278°89°75°
CMYK 0.320.890.00   0.25
XYZ18.87819.043750.0408
Yxy9.04370.24210.1160
Hunter Lab30.072759.4257-77.6071
CIE-Lab36.068367.2947-64.5693

#8215bf color RGB value is (130,21,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010101 10111111
Octal 202 25 277
Decimal 130 21 191
Hex 82 15 BF

RGB Percentages of Color #8215bf

%38.01
%6.14
%55.85

CMYK Percentages of Color #8215bf

%32
%89
%0
%25

Triadic Colors of #8215bf

#8215bf #bf8215 #15bf82

Analogous Colors of #8215bf

#8215bf #bf15a7 #2d15bf

Monochromatic Colors of #8215bf

#8215bf

Complementary Color

#8215bf #52bf15

#8215bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8215bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8215bf Color CSS Codes

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

#8215bf Text Font Color

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

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


#8215bf Background Color

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

This div background color is #8215bf


#8215bf Border Color

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

This div border color is #8215bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8215bf


Comments

No comments written yet.

Please login to write comment.