Color Hex Logo

#c329fa Color Hex

#C329FA
(195,41,250)
0 Favorites   0 Comments

Color spaces of #c329fa

RGB 19541250
HSL0.790.950.57
HSV284°84°98°
CMYK 0.220.840.00   0.02
XYZ40.553920.090192.1828
Yxy20.09010.26540.1315
Hunter Lab44.822083.0642-90.5630
CIE-Lab51.938983.5758-72.0663

#c329fa color RGB value is (195,41,250).

#c329fa hex color red value is 195, green value is 41 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c329fa hue: 0.79 , saturation: 0.95 and the lightness value of c329fa is 0.57.

The process color (four color CMYK) of #c329fa color hex is 0.22, 0.84, 0.00, 0.02. Web safe color of #c329fa is #cc33ff. Color #c329fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101001 11111010
Octal 303 51 372
Decimal 195 41 250
Hex C3 29 FA

RGB Percentages of Color #c329fa

%40.12
%8.44
%51.44

CMYK Percentages of Color #c329fa

%22
%84
%0
%2

Triadic Colors of #c329fa

#c329fa #fac329 #29fac3

Analogous Colors of #c329fa

#c329fa #fa29c9 #5a29fa

Monochromatic Colors of #c329fa

#c329fa

Complementary Color

#c329fa #60fa29

#c329fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c329fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c329fa Color CSS Codes

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

#c329fa Text Font Color

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

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


#c329fa Background Color

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

This div background color is #c329fa


#c329fa Border Color

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

This div border color is #c329fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,41,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c329fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c329fa;
  -webkit-box-shadow: 1px 1px 3px 2px #c329fa;
  box-shadow:         1px 1px 3px 2px #c329fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c329fa


Comments

No comments written yet.

Please login to write comment.