Color Hex Logo

#8429be Color Hex

#8429BE
(132,41,190)
0 Favorites   0 Comments

Color spaces of #8429be

RGB 13241190
HSL0.770.650.45
HSV277°78°75°
CMYK 0.310.780.00   0.25
XYZ19.602910.209149.6526
Yxy10.20910.24670.1285
Hunter Lab31.951753.5973-69.7699
CIE-Lab38.215161.7278-60.4677

#8429be color RGB value is (132,41,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101001 10111110
Octal 204 51 276
Decimal 132 41 190
Hex 84 29 BE

RGB Percentages of Color #8429be

%36.36
%11.29
%52.34

CMYK Percentages of Color #8429be

%31
%78
%0
%25

Triadic Colors of #8429be

#8429be #be8429 #29be84

Analogous Colors of #8429be

#8429be #be29ae #3929be

Monochromatic Colors of #8429be

#8429be

Complementary Color

#8429be #63be29

#8429be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8429be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8429be Color CSS Codes

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

#8429be Text Font Color

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

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


#8429be Background Color

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

This div background color is #8429be


#8429be Border Color

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

This div border color is #8429be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,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 #8429be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8429be


Comments

No comments written yet.

Please login to write comment.