Color Hex Logo

#c324cc Color Hex

#C324CC
(195,36,204)
0 Favorites   0 Comments

Color spaces of #c324cc

RGB 19536204
HSL0.820.700.47
HSV297°82°80°
CMYK 0.040.820.00   0.20
XYZ34.035617.223558.6573
Yxy17.22350.30960.1567
Hunter Lab41.501273.7627-54.7489
CIE-Lab48.540476.8685-51.4595

#c324cc color RGB value is (195,36,204).

#c324cc hex color red value is 195, green value is 36 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c324cc hue: 0.82 , saturation: 0.70 and the lightness value of c324cc is 0.47.

The process color (four color CMYK) of #c324cc color hex is 0.04, 0.82, 0.00, 0.20. Web safe color of #c324cc is #cc33cc. Color #c324cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 11001100
Octal 303 44 314
Decimal 195 36 204
Hex C3 24 CC

RGB Percentages of Color #c324cc

%44.83
%8.28
%46.90

CMYK Percentages of Color #c324cc

%4
%82
%0
%20

Triadic Colors of #c324cc

#c324cc #ccc324 #24ccc3

Analogous Colors of #c324cc

#c324cc #cc2481 #6f24cc

Monochromatic Colors of #c324cc

#c324cc

Complementary Color

#c324cc #2dcc24

#c324cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c324cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c324cc Color CSS Codes

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

#c324cc Text Font Color

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

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


#c324cc Background Color

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

This div background color is #c324cc


#c324cc Border Color

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

This div border color is #c324cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c324cc


Comments

No comments written yet.

Please login to write comment.