Color Hex Logo

#c329db Color Hex

#C329DB
(195,41,219)
0 Favorites   0 Comments

Color spaces of #c329db

RGB 19541219
HSL0.810.710.51
HSV292°81°86°
CMYK 0.110.810.00   0.14
XYZ36.084818.302568.6487
Yxy18.30250.29330.1488
Hunter Lab42.781475.6917-65.1920
CIE-Lab49.861078.1638-57.9426

#c329db color RGB value is (195,41,219).

#c329db hex color red value is 195, green value is 41 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c329db hue: 0.81 , saturation: 0.71 and the lightness value of c329db is 0.51.

The process color (four color CMYK) of #c329db color hex is 0.11, 0.81, 0.00, 0.14. Web safe color of #c329db is #cc33cc. Color #c329db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101001 11011011
Octal 303 51 333
Decimal 195 41 219
Hex C3 29 DB

RGB Percentages of Color #c329db

%42.86
%9.01
%48.13

CMYK Percentages of Color #c329db

%11
%81
%0
%14

Triadic Colors of #c329db

#c329db #dbc329 #29dbc3

Analogous Colors of #c329db

#c329db #db299a #6a29db

Monochromatic Colors of #c329db

#c329db

Complementary Color

#c329db #41db29

#c329db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c329db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c329db Color CSS Codes

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

#c329db Text Font Color

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

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


#c329db Background Color

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

This div background color is #c329db


#c329db Border Color

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

This div border color is #c329db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c329db


Comments

No comments written yet.

Please login to write comment.