Color Hex Logo

#8329ce Color Hex

#8329CE
(131,41,206)
0 Favorites   0 Comments

Color spaces of #8329ce

RGB 13141206
HSL0.760.670.48
HSV273°80°81°
CMYK 0.360.800.00   0.19
XYZ21.293610.867459.3678
Yxy10.86740.23260.1187
Hunter Lab32.965757.6087-83.6990
CIE-Lab39.356265.0690-67.9488

#8329ce color RGB value is (131,41,206).

#8329ce hex color red value is 131, green value is 41 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8329ce hue: 0.76 , saturation: 0.67 and the lightness value of 8329ce is 0.48.

The process color (four color CMYK) of #8329ce color hex is 0.36, 0.80, 0.00, 0.19. Web safe color of #8329ce is #9933cc. Color #8329ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101001 11001110
Octal 203 51 316
Decimal 131 41 206
Hex 83 29 CE

RGB Percentages of Color #8329ce

%34.66
%10.85
%54.50

CMYK Percentages of Color #8329ce

%36
%80
%0
%19

Triadic Colors of #8329ce

#8329ce #ce8329 #29ce83

Analogous Colors of #8329ce

#8329ce #ce29c7 #3129ce

Monochromatic Colors of #8329ce

#8329ce

Complementary Color

#8329ce #74ce29

#8329ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8329ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8329ce Color CSS Codes

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

#8329ce Text Font Color

<p style="color:#8329ce">Text here</p>

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


#8329ce Background Color

<div style="background-color:#8329ce">
Div content here</div>

This div background color is #8329ce


#8329ce Border Color

<div style="border:3px solid #8329ce">
Div here</div>

This div border color is #8329ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,41,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8329ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8329ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8329ce;
  box-shadow:         1px 1px 3px 2px #8329ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8329ce


Comments

No comments written yet.

Please login to write comment.