Color Hex Logo

#8829be Color Hex

#8829BE
(136,41,190)
0 Favorites   0 Comments

Color spaces of #8829be

RGB 13641190
HSL0.770.650.45
HSV278°78°75°
CMYK 0.280.780.00   0.25
XYZ20.240510.537849.6824
Yxy10.53780.25160.1310
Hunter Lab32.462054.4888-68.0188
CIE-Lab38.790862.4150-59.5059

#8829be color RGB value is (136,41,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101001 10111110
Octal 210 51 276
Decimal 136 41 190
Hex 88 29 BE

RGB Percentages of Color #8829be

%37.06
%11.17
%51.77

CMYK Percentages of Color #8829be

%28
%78
%0
%25

Triadic Colors of #8829be

#8829be #be8829 #29be88

Analogous Colors of #8829be

#8829be #be29aa #3d29be

Monochromatic Colors of #8829be

#8829be

Complementary Color

#8829be #5fbe29

#8829be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8829be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8829be Color CSS Codes

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

#8829be Text Font Color

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

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


#8829be Background Color

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

This div background color is #8829be


#8829be Border Color

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

This div border color is #8829be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8829be


Comments

No comments written yet.

Please login to write comment.