Color Hex Logo

#8821bd Color Hex

#8821BD
(136,33,189)
0 Favorites   0 Comments

Color spaces of #8821bd

RGB 13633189
HSL0.780.700.44
HSV280°83°74°
CMYK 0.280.830.00   0.26
XYZ19.88259.996149.0256
Yxy9.99610.25200.1267
Hunter Lab31.616656.9229-69.8051
CIE-Lab37.835464.7623-60.4716

#8821bd color RGB value is (136,33,189).

#8821bd hex color red value is 136, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8821bd hue: 0.78 , saturation: 0.70 and the lightness value of 8821bd is 0.44.

The process color (four color CMYK) of #8821bd color hex is 0.28, 0.83, 0.00, 0.26. Web safe color of #8821bd is #9933cc. Color #8821bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100001 10111101
Octal 210 41 275
Decimal 136 33 189
Hex 88 21 BD

RGB Percentages of Color #8821bd

%37.99
%9.22
%52.79

CMYK Percentages of Color #8821bd

%28
%83
%0
%26

Triadic Colors of #8821bd

#8821bd #bd8821 #21bd88

Analogous Colors of #8821bd

#8821bd #bd21a4 #3a21bd

Monochromatic Colors of #8821bd

#8821bd

Complementary Color

#8821bd #56bd21

#8821bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8821bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8821bd Color CSS Codes

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

#8821bd Text Font Color

<p style="color:#8821bd">Text here</p>

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


#8821bd Background Color

<div style="background-color:#8821bd">
Div content here</div>

This div background color is #8821bd


#8821bd Border Color

<div style="border:3px solid #8821bd">
Div here</div>

This div border color is #8821bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,33,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8821bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8821bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8821bd;
  box-shadow:         1px 1px 3px 2px #8821bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8821bd


Comments

No comments written yet.

Please login to write comment.