Color Hex Logo

#c328da Color Hex

#C328DA
(195,40,218)
0 Favorites   0 Comments

Color spaces of #c328da

RGB 19540218
HSL0.810.710.51
HSV292°82°85°
CMYK 0.110.820.00   0.15
XYZ35.919418.181667.9459
Yxy18.18160.29430.1490
Hunter Lab42.639975.7468-64.6296
CIE-Lab49.715678.2362-57.6060

#c328da color RGB value is (195,40,218).

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

The process color (four color CMYK) of #c328da color hex is 0.11, 0.82, 0.00, 0.15. Web safe color of #c328da is #cc33cc. Color #c328da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101000 11011010
Octal 303 50 332
Decimal 195 40 218
Hex C3 28 DA

RGB Percentages of Color #c328da

%43.05
%8.83
%48.12

CMYK Percentages of Color #c328da

%11
%82
%0
%15

Triadic Colors of #c328da

#c328da #dac328 #28dac3

Analogous Colors of #c328da

#c328da #da2898 #6a28da

Monochromatic Colors of #c328da

#c328da

Complementary Color

#c328da #3fda28

#c328da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c328da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c328da Color CSS Codes

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

#c328da Text Font Color

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

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


#c328da Background Color

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

This div background color is #c328da


#c328da Border Color

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

This div border color is #c328da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c328da


Comments

No comments written yet.

Please login to write comment.