Color Hex Logo

#8329ca Color Hex

#8329CA
(131,41,202)
0 Favorites   0 Comments

Color spaces of #8329ca

RGB 13141202
HSL0.760.660.48
HSV274°80°79°
CMYK 0.350.800.00   0.21
XYZ20.813710.675456.8407
Yxy10.67540.23560.1209
Hunter Lab32.673256.5310-80.2739
CIE-Lab39.028364.1839-66.1622

#8329ca color RGB value is (131,41,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101001 11001010
Octal 203 51 312
Decimal 131 41 202
Hex 83 29 CA

RGB Percentages of Color #8329ca

%35.03
%10.96
%54.01

CMYK Percentages of Color #8329ca

%35
%80
%0
%21

Triadic Colors of #8329ca

#8329ca #ca8329 #29ca83

Analogous Colors of #8329ca

#8329ca #ca29c1 #3329ca

Monochromatic Colors of #8329ca

#8329ca

Complementary Color

#8329ca #70ca29

#8329ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8329ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8329ca Color CSS Codes

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

#8329ca Text Font Color

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

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


#8329ca Background Color

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

This div background color is #8329ca


#8329ca Border Color

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

This div border color is #8329ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8329ca


Comments

No comments written yet.

Please login to write comment.