Color Hex Logo

#8214bb Color Hex

#8214BB
(130,20,187)
0 Favorites   0 Comments

Color spaces of #8214bb

RGB 13020187
HSL0.780.810.41
HSV280°89°73°
CMYK 0.300.890.00   0.27
XYZ18.42578.834047.7477
Yxy8.83400.24570.1178
Hunter Lab29.722058.6446-74.4424
CIE-Lab35.662766.6937-62.8741

#8214bb color RGB value is (130,20,187).

#8214bb hex color red value is 130, green value is 20 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8214bb hue: 0.78 , saturation: 0.81 and the lightness value of 8214bb is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010100 10111011
Octal 202 24 273
Decimal 130 20 187
Hex 82 14 BB

RGB Percentages of Color #8214bb

%38.58
%5.93
%55.49

CMYK Percentages of Color #8214bb

%30
%89
%0
%27

Triadic Colors of #8214bb

#8214bb #bb8214 #14bb82

Analogous Colors of #8214bb

#8214bb #bb14a1 #2f14bb

Monochromatic Colors of #8214bb

#8214bb

Complementary Color

#8214bb #4dbb14

#8214bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8214bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8214bb Color CSS Codes

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

#8214bb Text Font Color

<p style="color:#8214bb">Text here</p>

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


#8214bb Background Color

<div style="background-color:#8214bb">
Div content here</div>

This div background color is #8214bb


#8214bb Border Color

<div style="border:3px solid #8214bb">
Div here</div>

This div border color is #8214bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,20,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8214bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8214bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8214bb;
  box-shadow:         1px 1px 3px 2px #8214bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8214bb


Comments

No comments written yet.

Please login to write comment.