Color Hex Logo

#8829bb Color Hex

#8829BB
(136,41,187)
0 Favorites   0 Comments

Color spaces of #8829bb

RGB 13641187
HSL0.780.640.45
HSV279°78°73°
CMYK 0.270.780.00   0.27
XYZ19.915910.408047.9730
Yxy10.40800.25440.1329
Hunter Lab32.261453.7356-65.5817
CIE-Lab38.564961.7840-58.1088

#8829bb color RGB value is (136,41,187).

#8829bb hex color red value is 136, green value is 41 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8829bb hue: 0.78 , saturation: 0.64 and the lightness value of 8829bb is 0.45.

The process color (four color CMYK) of #8829bb color hex is 0.27, 0.78, 0.00, 0.27. Web safe color of #8829bb is #9933cc. Color #8829bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101001 10111011
Octal 210 51 273
Decimal 136 41 187
Hex 88 29 BB

RGB Percentages of Color #8829bb

%37.36
%11.26
%51.37

CMYK Percentages of Color #8829bb

%27
%78
%0
%27

Triadic Colors of #8829bb

#8829bb #bb8829 #29bb88

Analogous Colors of #8829bb

#8829bb #bb29a5 #3f29bb

Monochromatic Colors of #8829bb

#8829bb

Complementary Color

#8829bb #5cbb29

#8829bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8829bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8829bb Color CSS Codes

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

#8829bb Text Font Color

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

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


#8829bb Background Color

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

This div background color is #8829bb


#8829bb Border Color

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

This div border color is #8829bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,41,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 #8829bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8829bb


Comments

No comments written yet.

Please login to write comment.